Erliko Posted August 21, 2002 Share Posted August 21, 2002 Hi all, I'm working on a (real) small mod wich will have about 5 new sabercolors (without replacing the old ones), increase damage of every weapon, increases durability and strength of forcefields, new startupscreen, add new skins (mines, the ts_skins and modified others)and some other small stuff... My 1st problem is: I cant get my sabercolour (1 at the time)in the game! It's a dark red one and i copied the saberfiles in a new pk3 file (proper path)now i copied the red files and darkened them and replaced the 'red'name with 'dark' (all this is in the gfx/effects/sabers path) ingame i couldnt select it so i went back and created menu/art/saber_dark.tga,saber_dark_glow and saber_dark_glow2 now it should work! But it didnt... What did (/am i doing) wrong? I didnt have a clue where to begin so i thought i'd go check the files in the mod of doom but it was/is a dead link so i posted it in the forum (thanks all for NOT responding btw)... Link to comment Share on other sites More sharing options...
Erliko Posted August 21, 2002 Author Share Posted August 21, 2002 And i alone remain in silence waiting 4 someone to reply even if is nothing (spammers where R U?)... Link to comment Share on other sites More sharing options...
Smood Posted August 24, 2002 Share Posted August 24, 2002 I'am uncertain of the needed solution, but don't give up! I'am watching! Link to comment Share on other sites More sharing options...
Azymn Posted August 27, 2002 Share Posted August 27, 2002 The code cycles through the specifically name files, so you'd have to modify it to also cycle through your pictures (which might be a little more work than it seems), but if you named your files the same as the existing ones, they would show up immediately. Link to comment Share on other sites More sharing options...
Erliko Posted August 28, 2002 Author Share Posted August 28, 2002 I thought i figured it out: i forgot(did not know) to add by color in the saber.shader so i did but it didnt work either... Link to comment Share on other sites More sharing options...
Garik Loran Posted August 29, 2002 Share Posted August 29, 2002 I can help, I added a white saber to the game, so I know how it works. There are some things you have to add to the sourcecode. I searched the original code for "purple" (because this is only used for the saber) and added my code to the existing one. Now you have to look for the saber-selection cycle, I don't know where it was anymore, but search for "< 5" (or maybe it is "> 5" so long ago), because this is the value for the menu selection. If you add one saber you have to make it "< 6", if there are 2 more sabers it's "< 7". When you have the files and the shaders it should work. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.