settingtypes.txt 2.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Complexity of crafting recipes for DLX wagons and locomotives.
  2. #
  3. # Standard: DLX wagons and locomotives are crafted from several intermediate craft items that represent their major components.
  4. # Basic: DLX wagons and locomotives are crafted using simplified recipes. This results in fewer craft items being included in the game.
  5. dlxtrains_wagon_crafting_recipe_complexity (Complexity of DLX wagon crafting recipes) enum Standard Standard,Basic
  6. # Specify if a random livery should be selected when placing DLX wagons. Otherwise, a default livery scheme that is defined for each wagon type will be used.
  7. dlxtrains_random_liveries (Use a random livery when placing wagons) bool true
  8. # Specify which age appearance should be used when placing DLX wagons and locomotives.
  9. #
  10. # New: Newly placed wagons and locomotives will always have a newer appearance.
  11. # Random: Newly placed wagons and locomotives will have a randomly selected age appearance.
  12. # Used: Newly placed wagons and locomotives will always have a used appearance, showing signs of dirt, rust or other effects.
  13. dlxtrains_default_age_appearance (Default age appearance for newly placed wagons) enum Random New,Random,Used
  14. # Specify the maximum length DLX wagon and locomotive in meters to include in game. Wagons and locomotives longer than this value and any applicable craft items will not be added to the game.
  15. #
  16. dlxtrains_maximum_wagon_length (Longest DLX wagon to include in game) enum Unlimited 5m,6m,7m,8m,Unlimited
  17. # DLX Locomotive sounds
  18. #
  19. # Dynamic: DLX Locomotives will produce a sound that varies based on the locomotive's velocity.
  20. # Constant: DLX Locomotives will produce a constant sound regardless of velocity.
  21. # Off: DLX Locomotives will not produce any sound.
  22. dlxtrains_locomotive_sounds (DLX Locomotive sounds) enum Dynamic Dynamic,Constant,Off
  23. # DLX Locomotive smoke
  24. #
  25. # Dynamic: When applicable, DLX Locomotives will produce a quantity of smoke particles that varies based on the locomotive's acceleration, velocity and length of train.
  26. # Constant: When applicable, DLX Locomotives will produce a constant amount of smoke regardless of acceleration, velocity or length of train.
  27. # Off: DLX Locomotives will not produce any smoke.
  28. dlxtrains_locomotive_smoke (DLX Locomotive smoke) enum Dynamic Dynamic,Constant,Off