Guest User

Simplified ModEngine 2 example config

a guest
Jun 5th, 2024
4,281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | Gaming | 0 0
  1. [modengine]
  2. debug = false
  3.  
  4. [extension.mod_loader]
  5. enabled = true
  6. loose_params = false
  7. mods = [
  8. { enabled = true, name = "classic bonfire", path = "mods/classic bonfire" },
  9. { enabled = true, name = "re-remastered", path = "mods/re-remastered" },
  10. { enabled = true, name = "dsr-lighting", path = "mods/dsr-lighting" }
  11. ]
  12. [extension.scylla_hide]
  13. enabled = false
Tags: config file
Advertisement
Add Comment
Please, Sign In to add comment