News:

Please request registration email again and then check your "Spam" folder

Former www.henthighschool.com

v0.3 Test version (gameplay only)

Started by Goldo, Jul 21, 2023, 09:54 PM

Previous topic - Next topic

22ndgentlemen

Quote from: Goldo on May 17, 2024, 02:51 PM
Quote from: 22ndgentlemen on May 17, 2024, 03:36 AMApologies if the wrong spot, but I think my shop is partially busted.  Ignoring it allows me to continue.  Please note, I AM running the Trait King mod, but I do not think it does anything to change the shop.

EDIT:  None of my shops are updating at all.  Was just able to confirm this.

Something replaced the random module in your game with an integer. You can verify this by calling the console from the error screen or with Shift+o and typing 'random' (without quotes).

The only place in the code as far as I can tell that could cause issues with the 'random' variable name is the MC.gain_resource() method, however that argument is in a local namespace, never used, and never as an integer anyway. So I have to guess that the problem is caused by your mods.

Dang, well it had to happen at some point running a 0.2 mod on a 0.3 game lol.  Thanks for looking into it.