Advertisement
tm512

Obsidian SQP

Jul 10th, 2011
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. Obsidian sqp ideas:
  2.  
  3. char hostname[128]: Server name
  4. char website[???]: Server website, what is a good amount of chars to max this at?
  5. char email[64]: Server admin email address
  6. uint8 episode: episode number, only for doom(1).wad?
  7. uint8 map: map number
  8. uint8 skill: game skill
  9. uint8 gametype: just reflects the value of "deathmatch" in the code
  10. uint16 inGame: Bitmask, each bit specifies if a player is in-game or not
  11. char playernames[MAXPLAYERS][MAXPLAYERNAME]: array of player names
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement