Payload Studios has reached out to the TerraTech modding community as a result of its rapid growth. THey want to set a number of restrictions to ensure that the modding community won't upset the development of the game.
- Do not leak the game freely to the public.
- Do not reveal secrets or hidden information, such as cheat codes, unreleased blocks, corporations or gamemodes.
- Make your mod flag output and saves that the game has been modded.
- Do not break the age-rating set by Payload Studios (currently ~8 years old audience).
- Do not upset the development of Terra Tech in any significant way.
- Do not unlock DLC (skins, R&D etc) or provide access to DLC content to players who don't own it.
- Any mods using DLC assets (such as adding a block using RR textures) should be locked by the same DLC.
- Do not use mods in public multiplayer lobbies.
The development team doesn't want to spend time on bugs reported using modded games, as they may not actually exist in the vanilla version of the game. To this extend modders are asked to flag the following:
output_log.txt
with the message "This game is modded"- In
UIScreenBugReport
modifyWWWForm
inPostIt();
and add a fieldmods
set to any non-empty string value. - In
UIScreenBugReport
prefix the usermessage inserted into thebody
field of theWWWForm
instance with the message "This game is modded\n\n" - Flag saves by setting
m_OverlayData
to "This game is modded"