|
|
Hi,
trying to make my first mod...
I was wanting to know 2 things;
1) I need to make an if statement for hellbourne / legion whats the identifier?
2) Where can I find the texture "area_cast_indicator_simple.tga"
Thanks
1) I don't really know what you mean.
2) textures.s2z\00000000\shared\textures\area_cast_in dicator_simple.dds
The game converts the dds files into tga.
If you want to open them you'll need to use GIMP, paint.net or the nvidia plugin for PS. http://developer.nvidia.com/object/p...s_plugins.html
Current Project: HoW40K - UI/FX CoderOriginally Posted by IRC
you always know the team via the index of the player?
otherwise play around with that:
LobbyPlayerInfo{index} and param1.
Also... with the .dds files...
What settings should I use when saving the file after i'm done editing it? Using http://developer.nvidia.com/object/p...s_plugins.html with Photoshop CS4
one last thing...
The slot color for a player works by taking the color sample from the team.dds file and replaces that color in the color.dds file with the team color correct?
Where does it retrieve the slot color info from though?
In other words how does it know that it needs to make legionnaire purple for being in the purple slot?