Jump to content
The Governor

Can we disable limited water supply in mods?

Recommended Posts

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?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...