Thread Tools Display Modes
12-17-08, 03:21 PM   #1
Quokka
A Chromatic Dragonspawn
 
Quokka's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 196
Looking for Documentation

I'm trying to change all ingame UI related art.

Is there any documentation on this availible?

Stuff like:
UI-Quickslot2 - does this
UI-Panel-MinimizeButton-Disabled does that.

thanks
  Reply With Quote
12-17-08, 04:36 PM   #2
Yhor
A Pyroguard Emberseer
 
Yhor's Avatar
Join Date: May 2007
Posts: 1,077
I'm not specifically positive this is what you're asking for, but I'll put the links up here just in case.

http://wowprogramming.com/docs/widgets

http://www.lua.org/manual/5.0/manual.html#1

http://www.wowwiki.com/XML_basics

http://www.wowwiki.com/Making_a_macro
  Reply With Quote
12-18-08, 04:12 AM   #3
Quokka
A Chromatic Dragonspawn
 
Quokka's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 196
No that stuff I know off.

Im looking for documentation skinning panels & stuff outside of the Addon folder.

The names & what they do. Making WoW look diffrent without using skinner. Just by adding the images in

/interface/Buttons
/interface/DialogFrame
/interface/TargetingFrame

and all other
  Reply With Quote
12-18-08, 08:17 AM   #4
tinyu
A Molten Giant
 
tinyu's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 837
like compiling a MPQ, I'm pretty sure that's against the ToS.
__________________
"There's no such thing as too many addons."
Lothaer
Titan Dev Team Member.
  Reply With Quote
12-18-08, 08:40 AM   #5
Psoewish
A Scalebane Royal Guard
 
Psoewish's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 447
I believe the original textures are stored within an MPQ file, and rebuilding these is indeed against the ToS and can get you banned.

The actual look of the interface is completely done within the \Interface folder.
You can also easily modify the sounds through the \data\sounds folder, I think there's documentation about this on wowiki.

So in short, you will need to use an addon to replace the ingame UI textures.
  Reply With Quote
12-18-08, 09:13 AM   #6
hipjipp
A Cliff Giant
 
hipjipp's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 79
Originally Posted by tinyu View Post
like compiling a MPQ, I'm pretty sure that's against the ToS.
Originally Posted by Psoewish View Post
I believe the original textures are stored within an MPQ file, and rebuilding these is indeed against the ToS and can get you banned.

The actual look of the interface is completely done within the \Interface folder.
You can also easily modify the sounds through the \data\sounds folder, I think there's documentation about this on wowiki.

So in short, you will need to use an addon to replace the ingame UI textures.
It's actually only illegal to change the in-game models, changing the textures like the buttons is like creating your own textures and using them. And no, you don't need to create an addon to change existing textures.

For you OP, here's a link to blizzards addon-kit. Install the texture pack and read the filenames. You'll need a *.blp-viewer to view the pictures.

BLPlook for Macs.
BLP2PNG for Windows.

Hope it helps.
  Reply With Quote
12-18-08, 11:31 AM   #7
Quokka
A Chromatic Dragonspawn
 
Quokka's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 196
Originally Posted by hipjipp View Post
It's actually only illegal to change the in-game models, changing the textures like the buttons is like creating your own textures and using them. And no, you don't need to create an addon to change existing textures.

For you OP, here's a link to blizzards addon-kit. Install the texture pack and read the filenames. You'll need a *.blp-viewer to view the pictures.

BLPlook for Macs.
BLP2PNG for Windows.

Hope it helps.
Thanks M8 you got the point!
  Reply With Quote
12-18-08, 11:35 AM   #8
Shirik
Blasphemer!
Premium Member
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2007
Posts: 818
This being said, the MPQs have signatures on them to help prevent you from changing them. The way to change the in-game art would be to override the MPQ by putting files in the same path in your WoW folder. This would, however, mean putting items outside of the Interface/Addons folder which may confuse some people when installing your mod.

(Naturally this override doesn't work for in-game 3d models, so don't try it :P )
__________________
たしかにひとつのじだいがおわるのお
ぼくはこのめでみたよ
だけどつぎがじぶんおばんだってことわ
しりたくなかったんだ
It's my turn next.

Shakespeare liked regexes too!
/(bb|[^b]{2})/
  Reply With Quote
12-20-08, 07:25 AM   #9
Quokka
A Chromatic Dragonspawn
 
Quokka's Avatar
AddOn Author - Click to view addons
Join Date: Jun 2005
Posts: 196
Originally Posted by Shirik View Post
This being said, the MPQs have signatures on them to help prevent you from changing them. The way to change the in-game art would be to override the MPQ by putting files in the same path in your WoW folder. This would, however, mean putting items outside of the Interface/Addons folder which may confuse some people when installing your mod.

(Naturally this override doesn't work for in-game 3d models, so don't try it :P )
I did know this, Still thinking how to make it ID10T proof,
since every one now readme.txt is clearly there for the author to write some crap. Might try doNOTreadme.txt
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Looking for Documentation


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off