FalloutTerminal.cfg 822 B

1234567891011121314151617181920212223242526
  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. # The words must between 5 and 12 letters.
  10. # You must have a minimum # of words for whatever you give to WORDS_TO_CHOOSE (default 7)
  11. #
  12. # After the word list, there are two optional parameters
  13. # :LAUNCH_ON_VICTORY="X:\path\to\program.exe"
  14. # :LAUNCH_ON_COMPLETE="X:\path\to\program.exe"
  15. #
  16. # If declared, they will launch the program specified when the game
  17. # completes/is won, respectively.
  18. # If you don't want to use them, just leave them blank.
  19. :WORDS_TO_CHOOSE=7
  20. # WORDS GO HERE
  21. :LAUNCH_ON_VICTORY=""
  22. :LAUNCH_ON_COMPLETE=""