{% if settings_string %}
{{ settings_string }}
{% endif %}
Generate Settings
Copy to Clipboard
Download PalWorldSettings.ini
Download WorldOption.sav
{% for key, value in defaults.items() %}
{{ key }}
{% if value == "True" or value == "False" %}
True
False
{% elif key == "DeathPenalty" %}
None
Item
ItemAndEquipment
All
{% else %}
{% endif %}
Default
{% endfor %}
Notification