Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Re-naming stats.. [SOLVED]


crzyone9584
 Share

Recommended Posts

Yes but the text for stats in the src files,
and the GUI has the other text. I might test this, but I don't
see why you would need to. Just change the source files and
change the text, so where it says "+1 intelligence" change it
to "+1 wood skill" (or whatever it's named). And then on the GUI
picture change it from INT to WCS (or whatever you want to name it).

I would think that it will auto update for everyone.

-Viral.
Link to comment
Share on other sites

Dont think you understand my question. Changing them in the source is fine I know how to do that. Its how they are called. I haven't looked far into where they are all called.

for instance when a player joins the server the stats are loaded

```
For i = 1 to MAX_STATS
goes through stats on player join.
next

```To me that looks like if the numbers dont get changed but the text does it should be okay. But if in the player.bin the information is saved like
HP = 200
MP = 100

then It would require the player.bin to be converted or deleted. So i was asking if anyone knew how the stats are saved in the player.bin so i know if i'd have to delete the .bin files or not.
Link to comment
Share on other sites

Robin would be the only one that knows. You can try changing the save function,thingy for player stuff to save in .txt format and check, or you can just try changing the names in the source and see if it works. Pretty sure it is just numbers though.
Link to comment
Share on other sites

wow it was as an easy quick replace all… Took just a little under an hour and a half to get it all working. Grant it the equations are all jacked up and I'll have to go get them fixed up. But to answer the question either player.bin will have to be deleted or I'll have to build a player file convertor....
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...