FalloutTerminal.cfg 634 B

12345678910111213141516171819202122
  1. # Lines that with # 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
  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. # After the word list, there are two optional parameters
  11. # :LAUNCH_ON_VICTORY="X:\path\to\program.exe"
  12. # :LAUNCH_ON_COMPLETE="X:\path\to\program.exe"
  13. #
  14. # If declared, they will launch the program specified when the game
  15. # completes/is won, respectively.
  16. :WORDS
  17. # WORDS GO HERE
  18. :LAUNCH_ON_VICTORY="X:\path\to\program.exe"
  19. :LAUNCH_ON_COMPLETE="X:\path\to\program.exe"