PDA

View Full Version : Variables-Where are they and they increase by how much?


Laigonaz
13th Apr 2008, 12:12 PM
I have been working on a a small project to increase my programming. I need your help. I need to find some variables in the pop up wizard which you can access in the BHAV plug-in tab. Basically, where are the following variables and how much do they increase/decrease by? Some I know where they are but I don't know how much they increase by per level. Please help me out

---Know where they are but I don't know how much they increase per level---
-Interests
-Personality

---Don't know where they are and by how much they increase per level---
-Days Left (Age)
-Temperature
-Influence
-Aspiration
-Funds
-Job Level
-Age


There are more but I want to get some content in my project. Anyone who helps will be in the credits list.

---Ones solved---
Motives-Echo
Skills-Echo

Laigonaz
16th Apr 2008, 08:43 AM
I never mean to double post, but no-one has helped me. Please could someone give me a hand?

CtfG
22nd Apr 2008, 09:55 AM
I have been working on a a small project to increase my programming. I need your help. I need to find some variables in the pop up wizard which you can access in the BHAV plug-in tab. Basically, where are the following variables and how much do they increase/decrease by? Some I know where they are but I don't know how much they increase by per level. Please help me out

(...)

---Don't know where they are and by how much they increase per level---
-Days Left (Age)
-Temperature
-Influence
-Aspiration
-Funds
-Job Level
-Age


There are more but I want to get some content in my project. Anyone who helps will be in the credits list.

---Ones solved---
Motives-Echo
Skills-Echo

Most of the var's above you will find in: My Person Data (Op-Code 12):
-Days Left (Age) = 5B
-Job Level = 39
etc. (what I know from memory).
Just select "My Person Data" in Pop-Up Wizarrd, then check the sub-selection.

Funds is a different thing. There are several vars that holds these values. Check one of the "Budget - Transaction" BHAVs and have a close look at all the parameter descriptions. If you want to find out a Sim's personal wealth, use the Sim's ID, else the household funds will show.

Temperature (had to check that; I used it only once) is also My Person Data, parameter "Body Temp" (0x14). The "green" range for a sim is around the value "0". Below zero, it's getting cold, above zero, it's getting hot. Can't remember the threshholds exactly, but I vaguely recall a value of +30 and -30 or something like that.

Maybe it is a good idea to search within SimPE what you are looking for. Select "Tools - PJSE - Resource Finder", then enter whatevery you are looking for. SimPE will return everything related to that string or GUID. This will make you more familiar with both SimPE and SimAntics :)

Vironin

Laigonaz
25th Apr 2008, 07:10 PM
Thanks so much. I can make the ultra mood more ultra now. Thanks