Skip to content

Custom Configuration

viral32111 edited this page Apr 9, 2020 · 2 revisions

You can create your own custom_config.txt in the lua/data/stargate/ directory and add the necessary data to the sections like in config.lua. The values set inside the custom config will overwrite the default ones in config.txt!

For example, if you want to increase the ZPM's maximum capacity, then your custom config would look like this (lines starting with a # are comments, they will be ignored by the game):

# We are changing the capacity! Horray for life support cheating!
[zpm_mk3]
capacity = 10000000

Gatespawner Folders

Clone this wiki locally