Thanks, there are some nice looking things in there!
I've already tried to put one new blade in-game (as a unique item and as "blade29"). I've got everything working, but cannot get it to display a new interface picture for the item (on F2 screen). FYI - I wanted to add a unique interface picture. Here's what I did:
Modified the following files with new pic (in what I think is slot 9, 15 - to the left of the Solingen Rapier):
\RESOURCE\Textures\INTERFACES\items9.tga.tx
\RESOURCE\Textures\INTERFACES\items9-1.tga.tx
\RESOURCE\Textures\INTERFACES\items9-2.tga.tx
\RESOURCE\Textures\INTERFACES\items9+1.tga.tx
\RESOURCE\Textures\INTERFACES\items9+2.tga.tx
\RESOURCE\Textures\INTERFACES\items9+3.tga.tx
<div align="center">
<a href="http://img182.imagevenue.com/img.php?image=73846_items9_122_12lo.jpg" target="_blank"><img src="http://img182.imagevenue.com/loc12/th_73846_items9_122_12lo.jpg" border="0" class="linked-image" /></a>
</div>
Updated the following file. Added the new item in WEAPONS MOD and NON-WEAPONS MOD sections and referenced the interface pic as 9,15 - I think this is "picIndex, picTexture").
\PROGRAM\ITEMS\InitItems.c
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--> n = InitStdBlade(n, "blade29", "blade29", 9, 15, 0.00, 15, 20000, 15.0, 30.0, 75, 75, "", 5); // New Item<!--c2--></div><!--ec2-->
Added following line to above file at approximately LINE 1305:
<!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->case "blade29": Unique = true; break; // KevAtl: NEW UNIQUE BLADE<!--c2--></div><!--ec2-->
Updated following file with new item description:
\RESOURCE\INI\TEXTS\ENGLISH\ItemsDescribe.txt
Added new GM and texture files in appropriate places.
The new blade shows up properly and is usable in game correctly. The unique interface pic will not display, however, if I use an existing pic (e.g., for the Atwood F100), the pic shows up in F2 interface.
<b>Could this be caused by there being no "real" blade28 (since that blade references the model for blade22) and possibly messing up some index function(s)?</b>
<b>Or did I miss adding/changing something to a file to get those interface pix working?</b>
Any help would be appreciated!
kevin
PS - several of the items are already ingame:
blade27 = Corsairs Pride
pistol8 = musketoon
torpor1-3 = axe1-3