sonictrio Posted August 14, 2002 Share Posted August 14, 2002 Alright, a call upon all the coders out there!! Say you want to change the color of the force meter from blue, what would you do? And how? Help would be GREATLY appreciated:ang2: Sonictrio:fett: Link to comment Share on other sites More sharing options...
ASk Posted August 14, 2002 Share Posted August 14, 2002 you would change the image used in drawing using Photoshop class prog. You can even change the shape of the force control without any code (my former teammates released a beta of a custom HUD back when there was no source code available which had a modified force display) edit: open up assets0.pk3 go to gfx/hud dir the files you need are force_tick1-7.jpg Link to comment Share on other sites More sharing options...
gw_leader Posted August 21, 2002 Share Posted August 21, 2002 Changing hud images locations: To change the location of where the images for the force ticks are all you have to do is edit cg_draw. THat is the same for the rest if the hud. To change the color: Edit cg_draw to change the color for the health, armor, and ammo. To change the color for the force ticks edit them in a image editing program. Remember if the entire image is black it is transparent in game. Link to comment Share on other sites More sharing options...
remark 666 Posted August 22, 2002 Share Posted August 22, 2002 Originally posted by gw_leader Remember if the entire image is black it is transparent in game. if the alpha layer is set right that is... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.