IPXSTR.H 1.0 KB

1234567891011121314151617181920
  1. #define STR_NETABORT "Network game synchronization aborted."
  2. #define STR_UNKNOWN "Got an unknown game packet during setup"
  3. #define STR_FOUND "Found a node!"
  4. #define STR_LOOKING "Looking for a node"
  5. #define STR_MORETHAN "More than %i players specified!"
  6. #define STR_NONESPEC "No players specified for game!"
  7. #define STR_CONSOLEIS "Console is player %i of %i"
  8. #define STR_NORESP "No such response file!"
  9. #define STR_FOUNDRESP "Found response file"
  10. #define STR_DOOMNETDRV "DOOM II NETWORK DEVICE DRIVER"
  11. #define STR_VECTSPEC "The specified vector (0x%02x) was already hooked."
  12. #define STR_NONULL \
  13. "Warning: no NULL or iret interrupt vectors were found in the 0x60 to 0x66\n"\
  14. "range. You can specify a vector with the -vector 0x<num> parameter."
  15. #define STR_COMMVECT "Communicating with interrupt vector 0x%x"
  16. #define STR_USEALT "Using alternate port %i for network"
  17. #define STR_RETURNED "Returned from DOOM II"
  18. #define STR_ATTEMPT "Attempting to find all players for %i player net play. "\
  19. "Press ESC to exit.\n"