Tuggychub
Newbie
- Feb 7, 2019
- 16
- 16
- 132
Im also having this same problem , energy got stuck at 40, nothing seems to fix it, this happened right after i got the money from the doctor and was hit on my way to the strip club guy, after i got to the hospital the energy got stuck on 40, the game is now unplayable.Got a problem and no idea what caused it, Energy has dropped from 120 a day to 40, I've got the first pafe of perks maxxed out, after it had dropped from 120 energy, and evven the extra energy boosts didnt do anything. no codes used. any ideas or help
Update:
After digging in the code it seems deliberate, there is two lines that set the energy to 40 and 20 after the hospital event, i still dont understand what that event is exacly but i disabled the 2 lines that set the enrgy to 40 or 20 and everything is back to normal.
If i had to guess maybe its to "simulate" the accident breaking/injuring something on the player, but since i didnt get any explanation why i got screwed to 40 energy im passing this crap as a "bug" and disabling the penalty code.
open the game HTML (if your playing offline) on notepad ++ for example.
look for:
Code:
if (vars.energypenalty1) vars.Energy = 40;
if (vars.energypenalty2) vars.Energy = 20;
Code:
/*!
if (vars.energypenalty1) vars.Energy = 40;
if (vars.energypenalty2) vars.Energy = 20;
*/
Last edited: