icee20 posted on Jun 13, 2017 5:10:29 PM - Report post
Trying to use it on planet coaster, while I wait for update, But can not figure out how to find what I use to make the staff happy, since there are no numbers associated that I can see. Any tips of how to find the address for these changes?
MEMBER
Criel posted on Jun 13, 2017 5:43:51 PM - Report post
I don't own the game but I'll assume you can see some type of bar that represents the value.
Start by searching for an unknown value with a value type of all. Now find a way to increase and decrease the bars value by raising or lowering salaries etc. When the bar increases search for increased value and when it decreases search decreased value.
It will normally be a float or double for the value type but it's safer to search all.
ELITE
icee20 posted on Jun 13, 2017 5:54:09 PM - Report post
Alright, I will try that, Thank you
STAFF
0x90 posted on Jun 13, 2017 6:23:38 PM - Report post
Staff happiness is represented as a bar if I remember correctly. That might indicate that the value is stored as FLOAT (or rarely double). Usually its a value between 0-1 or 0-100. For a bar or any case where you cannot see a value ingame, its recommended searching for unknown and using increased/decreased (if that leads to zero results, use changed/unchanged instead).
The documentation has some tips regarding what to search for and how values can be stored in the game. From my experience it fits in many cases. Only asian games and some exceptions have a different approach.