Jump to content

Wiki: help with World Configuration


Go to solution Solved by Byrnorthil,

Recommended Posts

Posted

Saw this in the wiki and thought I'd try it out:

  • /worldconfigcreate string allowOpenFireFiring [true|false]
    Whether or not you can fire raw clay items in an open fire instead of a pit kiln.

It didn't work, although there was acknowledgement that the value had been set to "true". So I added the one that allows the use of legacy commands (again, acknowledgement of it being set to "true"). Did the one for allowing Open Fire Firing again. Still can't fire items in the firepit.

The section both of these are in has this at the top:

These configs need to be created first. Subsequent edits to those can be done with /worldconfig [variable name] [value]

What does "These configs need to be create first." mean? How does one create them before using them?

  • Solution
Posted

I did some messing around and the best I can discern is that these setting were probably entirely retired some time ago and the wiki is simply outdated. Keep in mind that all the worldconfigcreate command does is add a line of text to your config file; the game's acknowledgement that it was done successfully doesn't mean anything if the game code doesn't recognize that line of text as a legitimate setting. You could do something like this:
 

/worldconfigcreate string asdf "ligma balls"

and the game would let you do it just fine, but the new asdf setting you just created would have no impact on the game.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.