Page 1 of 1

trying to add extra stats to food

Posted: Wed Apr 04, 2018 2:08 pm
by warlord1352
I want to add extra stats to certain foods for special bonuses. My question is this: If I add bonus other than what it says or if something doesn't even say anything in the description and I add an effect or stat will it show in the description? If not does anyone know where I might be pointed to find them in the dats (if that's where they are)? Thank you!

Re: trying to add extra stats to food

Posted: Wed Apr 04, 2018 3:10 pm
by demolish
description is entirely client side and has nothing to do with what the server sets the stats as

you can use POLUtils to browse dats https://github.com/Windower/POLUtils

Re: trying to add extra stats to food

Posted: Wed Apr 04, 2018 4:00 pm
by warlord1352
Ok that's what I thought. I've already been trying to use the polutils but wasn't opening some dats. But I think I was using an older version as well.

*edit* Okay. So I tried the new updated version and it seems to be working much better now thanks!

Re: trying to add extra stats to food

Posted: Wed Apr 04, 2018 5:30 pm
by warlord1352
So I have found the file(s) but how can I edit the .dat files? POLUtils won't let me do that.....

Re: trying to add extra stats to food

Posted: Wed Apr 04, 2018 6:28 pm
by whasf
Hex editor. POLUtils is just for reading the data.

Re: trying to add extra stats to food

Posted: Wed Apr 04, 2018 6:51 pm
by warlord1352
Ah ok I'll give that a go. Thanks again!