-
Notifications
You must be signed in to change notification settings - Fork 1
Best practises
JLangisch edited this page Dec 23, 2025
·
1 revision
- Use "basic", "network", "advanced" categories only
- Set meaningful weight values in increments of 10
- Hide mandatory technical flags with
"hide_in_ui" - Use
"dont_append_flag_just_value"for flagless params - Provide good
descriptionandui_label - Include
backup_content_dirpointing to your saves folder - Add
imageandlogoURLs for nice gallery display
- Mismatched
meta.nameand filename → won't load - Non-numeric
steam_app_id→ validation error - Wrong executable extension → validation error
- Empty required value with
requires_value: true→ validation error on save - Using unknown category names → UI grouping breaks
- Forgetting
ui_groupmatching category key
- Start with a minimal runfile
- Add args gradually
- Check SSUI logs for validation messages
- Test on both Windows and Linux if providing both executables
Happy runfile crafting! Your contributions make dedicated servers easier for everyone.