Bug 1: AHDg undefined — Nil error on Apartment 3M Payout and Doomsday Max Payout
Description:
The variable AHDg is referenced in the code but never defined in the variable section at the top of the file.
References:
- Line ~5010: local difficultyG = globals.get_int(AHDg)
- Line ~5690: local difficulty = globals.get_int(AHDg)
Expected behavior:
AHDg should be defined in the globals/locals section, similar to how it was in v1.72:
AHDg = 4718592 + 3538
Note for v1.73: This offset may have shifted. Please verify the correct AHDg value for build 3889 using decompiled scripts for fmmc_launcher.
Bug 2: CPBg undefined — Cayo Perico Bag Size feature broken
Description:
The variable CPBg is used to set the Cayo Perico bag size but is never defined in either the v1.72 or v1.73 version.
Reference:
- Line ~6531: globals.set_int(CPBg, bagValue)
Expected behavior:
CPBg should be defined in the globals section with the correct offset for the Cayo bag size global. This appears to be a pre-existing bug carried over from v1.72.
Request: Please define CPBg with the correct global offset for build 3889.
Bug 1: AHDg undefined — Nil error on Apartment 3M Payout and Doomsday Max Payout
Description:
The variable AHDg is referenced in the code but never defined in the variable section at the top of the file.
References:
Expected behavior:
AHDg should be defined in the globals/locals section, similar to how it was in v1.72:
AHDg = 4718592 + 3538
Note for v1.73: This offset may have shifted. Please verify the correct AHDg value for build 3889 using decompiled scripts for fmmc_launcher.
Bug 2: CPBg undefined — Cayo Perico Bag Size feature broken
Description:
The variable CPBg is used to set the Cayo Perico bag size but is never defined in either the v1.72 or v1.73 version.
Reference:
Expected behavior:
CPBg should be defined in the globals section with the correct offset for the Cayo bag size global. This appears to be a pre-existing bug carried over from v1.72.
Request: Please define CPBg with the correct global offset for build 3889.