Scratch69

Untitled

Apr 13th, 2015
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # balancing
  5. #--------------------------------------------------------------------------------------------------------#
  6. # Balancing tweaks.
  7. ##########################################################################################################
  8.  
  9. balancing {
  10. # Points Mode.
  11. # 0 - Disabled
  12. # 1 - Points awarded based on XP from skills
  13. # 2 - Points can be converted from vanilla levels
  14. I:pointsMode=1
  15.  
  16. # Points ratio settings.
  17. D:pointsRatio=0.2
  18. }
  19.  
  20.  
  21. ##########################################################################################################
  22. # misc options
  23. #--------------------------------------------------------------------------------------------------------#
  24. # Settings that don't fit in other categories
  25. ##########################################################################################################
  26.  
  27. "misc options" {
  28. # Enables debugging features. Meant for development use.
  29. B:enableDebugMode=false
  30.  
  31. # Enables logging to console.
  32. B:enableLogging=true
  33.  
  34. # Use config files instead of default internal configs
  35. B:useExternalConfig=false
  36. }
Advertisement
Add Comment
Please, Sign In to add comment