PDA

View Full Version : [Resolved] No attraction when sims are relaxing on double bed?


CtfG
22nd Apr 2008, 11:45 PM
Hi all!

I wanted to modify my hack "SimSpy" to work not only with the social semiglobals, but also with the bed semiglobals. Which means: after clicking on Sim B, you would not only get the regular interaction options, but also the SimSpy option of "Show Attraction Data". I started by copying the hack and assigning the category for double beds, then I went to the coding.

And failed. No matter what I try, the attraction value I get back is always "0".

I inserted dialog strings in the semiglobals to make sure I use the correct data. My object id, Stack object id, Param 0 + 1, all Locals etc. show the correct IDs and names for Sim A and Sim B. I also tweaked the True condition for "Is Sim Sitting?" and several others to make sure that attraction is calculated in every situation. All calls for "Get Attraction", "Get Score", "Get Chemistry" etc. are performed, but still the value is "0". I transferred the return value in Temp0 to a Local which is shown in the text notification and used $NameLocal:x (with "x" = number of Local). No success. I tried it now for 20+ hours, including modifying several globals BHAVs, and now I give up. The nID are passed correctly to the next BHAV in each case, but there seems to be no attraction.

Does anyone have an idea of how to get the chemistry value when Sim A and Sim B are relaxing on a double bed? I'm out of ideas.

Vironin

CtfG
1st May 2008, 10:14 AM
Problem is fixed with the "inoffical" patch available at MATY. After installing it, there is now the correct attraction value between two relaxing sims. Thread can be closed.