Just tried that out and there were some commands from the lua files that were outdated. Like when I was testing the BD.Cheats.Player.AddMoney(amount) command, it was pushing the old command of Inventory.AddItem("money", quantity), thus not giving me money. Changed what is found in player.lua to the new command of Game.AddToInventory("money", quantity) and then tried BD.Cheats.Player.AddMoney(amount) command again, and it was then working. This lead me to believe the command for the rain toggle may also be outdated... I can't seem to find the rain toggle command either, but I decided to copy over what I found in the visual.lua which has the rain toggle, and pasted in player.lua and under "function Player.AddMoney(quantity)" part of it, since I know the command is BD.Cheats.Player.AddMoney(amount). Plus a few changes to make sure the variables will align, then I got this message in the console: "Failed to find game option "FeatureToggles/RainMap'!" Since it was pushing GameOptions.SetFloat("FeatureToggles", "RainMap", true); This could very well be an outdated command... Oh soooo close... Yeah, no luck on my end either. Been goin' bonkers trying to figure this out.