The Governor Posted November 8, 2016 Report Share Posted November 8, 2016 I'm not a fan of the limited water thing, and was wondering if a mod has it, can we make it an infinite supply somewhere in the specs files. Quote Link to comment Share on other sites More sharing options...
itchboy Posted November 8, 2016 Report Share Posted November 8, 2016 Go into the Scripts/Mission folder. Find fp_freeplay and fp_challenge. There is a line of code in there that says Game::ExecuteCommand(DummyUpdateWater) or similar. Delete that line from the code. 1 Quote Link to comment Share on other sites More sharing options...
The Governor Posted November 8, 2016 Author Report Share Posted November 8, 2016 4 hours ago, itchboy said: Go into the Scripts/Mission folder. Find fp_freeplay and fp_challenge. There is a line of code in there that says Game::ExecuteCommand(DummyUpdateWater) or similar. Delete that line from the code. Hey Itchboy! Long time no see. (It's Arariel) I found the line, but just want to verify. GameObject Obj2 = l3.GetObject(0); Game::ExecuteCommand("DummyCheckWaterSupply", &Obj2); System::Log("WATER, Start DummyCheckWaterSupply"); } else System::Log("WATER, Can not find object with name: water_supply_main"); Do I delete only the Game:ExecuteCommand line, or do I also delete the line directly underneath? Quote Link to comment Share on other sites More sharing options...
itchboy Posted November 9, 2016 Report Share Posted November 9, 2016 Just the game::execute line. The long doesnt matter. 1 Quote Link to comment Share on other sites More sharing options...
The Governor Posted November 9, 2016 Author Report Share Posted November 9, 2016 2 hours ago, itchboy said: Just the game::execute line. The long doesnt matter. Thanks. I remove the whole game:execute line. Will go check it out in game in a bit and make sure it works. Quote Link to comment Share on other sites More sharing options...
The Governor Posted November 10, 2016 Author Report Share Posted November 10, 2016 23 hours ago, itchboy said: Just the game::execute line. The long doesnt matter. Thanks again, it's working fine. Quote Link to comment Share on other sites More sharing options...