FalloutTerminal.cfg 844 B

123456789101112131415161718192021222324252627
  1. # Lines that with #, and empty lines, will be ignored.
  2. # The config file consists of two parts:
  3. # The word list
  4. # The ending action(s)
  5. # The words list starts with
  6. # :WORDS_TO_CHOOSE=X
  7. # And is followed by a list of words, one per line, all the same length, that
  8. # you'd like in the game.
  9. #
  10. # You must have a minimum # of words for whatever you give to WORDS_TO_CHOOSE
  11. # (default 7)
  12. #
  13. # The words must between 5 and 12 letters.
  14. #
  15. # After the word list, there are two optional parameters
  16. # :LAUNCH_ON_VICTORY="X:\path\to\program.exe"
  17. # :LAUNCH_ON_COMPLETE="X:\path\to\program.exe"
  18. #
  19. # If declared, they will launch the program specified when the game
  20. # completes/is won, respectively.
  21. # If you don't want to use them, just leave them blank.
  22. :WORDS_TO_CHOOSE=7
  23. # WORDS GO HERE
  24. :LAUNCH_ON_VICTORY=""
  25. :LAUNCH_ON_COMPLETE=""