Hi there! You are currently browsing as a guest. Why not create an account? Then you get less ads, can thank creators, post feedback, keep a list of your favourites, and more!
Mad Poster
Original Poster
#1 Old 5th Jul 2019 at 5:32 PM
Default Figuring out BCONs
I got a HCDU clash between two hacks.

*** POSSIBLE CONFLICT DETECTED ***
File Type: BCON
Group ID: 0x7FC80134
Instance ID: 0x00002002
Packages Containing This Constant File:
\downloads\Cyjon\CJ-ExerciseTweaks.package
\downloads\Hacks Finished\Slower Fitness Gain - Version 2.package

http://www.cyjon.net/node/231
https://www.modthesims.info/download.php?t=602836

I found out that lines 6 and 15 of the 'tuning - play' BCON were the only differences between the two hacks. But they don't have any labels, so I can't tell what they do, therefore I don't know which one I want to keep.

I did check the BHAVs and I found the BCONs in there, but they had no description there either. Can anyone help me figure out what they do, please?
Advertisement
Field Researcher
#2 Old 6th Jul 2019 at 7:24 PM
Group 0x7FC80134 is SoccerGoalGlobals in which we find BHAV 0x2027 (8231) Sub — Gains — Play - Start that gives clues to constant values in BCON 0x2002.

The BHAV calls BHAV 0x055E Motive — Change — Me which takes 4 arguments: Motive type, Value, Max value, Target for 4 motive types: Fun Per Hour, Social Per Hour, Hygiene Per Hour, Energy Per Hour. The calls get its Value and Max value from BCON 0x2002 with result:

Line 0: Fun Per Hour Value
Line 1: Fun Per Hour Max
Line 2: Social Per Hour Value
Line 3: Social Per Hour Max
Line 4: Hygiene Per Hour Value
Line 5: Hygiene Per Hour Max
Line 6: Energy Per Hour Value
Line 7: Energy Per Hour Max

The BHAV also call BHAV 0x01C3 Fitness — Delta -Set which takes 2 arguments. Fitness Inc/Hour and Fitness Max. This call gives:

Line 0xF (15): Fitness Increase Per Hour

From BHAV call to Get in Temp 0 - Skill Gain Speed we find
line 0xB: Base Rate of Gain
and
From Get in Temp 0 - Personality Skill Bonus
line 0xC: Personality Skill Bonus %

That’s what I have found.
Mad Poster
Original Poster
#3 Old 7th Jul 2019 at 10:03 AM
Thanks! That's helpful!
Back to top