forked from RafaelDeJongh/cap
-
Notifications
You must be signed in to change notification settings - Fork 0
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_group_maps is for the group system.
- gatespawner_maps is for the galaxy system.