• Change amount of resources?
    2 replies, posted
Just wondering if there's a way to change the amount of resources spawned at one time is it possible without mods? Thanks.
Add this to your launch command: [code] +spawn.min_rate 5 +spawn.max_rate 10 +spawn.min_density 5 +spawn.max_density 10 [/code] Defaults are: [code] spawn.min_rate no description (0.1) spawn.max_rate no description (1) spawn.min_density no description (0.1) spawn.max_density no description (1) [/code] Unless it has changed, you can have a look by pressing F1 and type [code]find .[/code]
[QUOTE=sendjes;46243358]Add this to your launch command: [code] +spawn.min_rate 5 +spawn.max_rate 10 +spawn.min_density 5 +spawn.max_density 10 [/code] Defaults are: [code] spawn.min_rate no description (0.1) spawn.max_rate no description (1) spawn.min_density no description (0.1) spawn.max_density no description (1) [/code] Unless it has changed, you can have a look by pressing F1 and type [code]find .[/code][/QUOTE] Thanks for the quick reply, do you know if there's a way to load a config file using the command line as the command line is getting rather long now?
Sorry, you need to Log In to post a reply to this thread.