edited April 2014 in ORK Support
Hi,

After I saved a game and reloading it, I don' retrieve the status values saved.

I 've taken a look in the savegame file :
<_subarrays>
<value>
<0 realID="0" b="2" c="12" l="12" >
</0>
<1 realID="1" b="2" c="2" l="2" >
</1>
<2 realID="2" b="2" c="2" l="2" >
</2>
<3 realID="3" b="2" c="2" l="2" >
</3>
<4 realID="4" b="2" c="2" l="2" >
</4>
<5 realID="5" b="2" c="2" l="2" >
</5>
</value>


The value changed is the line realID="0" (initial value is 2 and new is 12) and I noted that if I change manually the value b="2" to b="12", I retrieve the right value 12.

Could you help me ?
Thanks in advance.
Post edited by iglander on
  • Can't really help without knowing more about your settings - e.g. a small test project or at least your ORK project file.
    Generally, the new value of 12 has been saved to the save game - could be due to bonuses from equipment, status effects, etc. or other sources ...
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • I solved the problem :
    I use the SetBaseValue method insteadt of AddValue and all is working fine!
Sign In or Register to comment.