PDA

View Full Version : Updating Skillmanager



Dade Murphey
30-01-04, 15:28
Is it possible to update the items on the skillmanager? I saw someone mention that they had done that to theirs...but what do you have to do...I added the items to the Armor.ini but it didn't seem to do anything...anyone know how to go about it?

Nexxy
30-01-04, 15:30
Yeah, go to the folder you installed it and edit the things in the text files and save it. Simple to do.

Strych9
30-01-04, 15:34
Look at the top of the armor.ini file. It has the total number of items in each class. First modify that to match the quantity you are adding.

Then go down and find an entry that is close to what you are adding, copy and paste it, and modify the number. For example, I just added a vest called Strych9's Suite of Whoop Ass.

To do that, I changed the second line of the file to read vest=59. Before, it was vest=58. But since I added one vest, I incremented it by one.

Then I copied the last vest entry listed, which was

[Vest58]
Name=Tangent Distance Battlesuit V-40
DEX=5
RC=12
PSI=-4
MST=-8
PRC=35
FRC=30
ENRARM=30

I pasted that info at the end of the file, and I changed it to

[Vest59]
Name=Strych9's Suit of Whoop Ass
DEX=100
RC=100
PSI=300
MST=100
PRC=200
FRC=200
ENRARM=300

Save the file, then load skill manager. Now, my char is uber.

Glok
30-01-04, 16:09
:lol: o_O

Basically what Strych9 said is what to do.