Advertisement
tm512

11.07c readme

Jul 24th, 2011
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. obsidian 11.07c alpha release
  2.  
  3. This is a small readme for the purpose of informing people on what to (not) expect from this obsidian release.
  4.  
  5. - Coop mode doesn't work at all. Don't even try it, always use -deathmatch or similar.
  6. - -altdeath and -newdeath likely do not work at all, yet.
  7. - Sector data upon connect is going to be a bit out of date. This shouldn't be too noticable.
  8. - There is a max player name length of 10 characters, I haven't increased this yet.
  9. - I am using Doom's message code still, there's a limit of 1-line showing at a time.
  10. - (Due to this, I strongly recommend running obsidian from the command prompt so you can see messages better)
  11. - There is a limit of 4 players, just like in vanilla. Work is in progress for 16 player support.
  12. - There is no scoreboard, except for on the exit screen, just like in vanilla.
  13. - There is no way to disable the exit yet.
  14. - Exiting on MAP30 will probably mess up very badly.
  15. - Probably more, tell me please: https://bitbucket.org/tm512/obsidian/issues/
  16.  
  17. Obsidian 11.07b -> 11.07c Changes:
  18.  
  19. - Update to ENet 1.3.3
  20. - Add a server.cfg that holds server-specific configuration.
  21. - Fix timelimit.
  22. - Add fraglimit.
  23. - Make the server authoritative on level exiting, to prevent desyncs.
  24. - Weapon firing is no longer instant client-side, the server controls it now,
  25. this has several side effects, the main one being that the places clients
  26. show bullet puffs/hits is much closer to where the server places them.
  27. - Add Lee Killough's fix for slime trails.
  28. - Send clients player frag info upon connection.
  29.  
  30. To run a server, use the -server parameter, for example:
  31.  
  32. obsidian.exe -server -file exec.wad -deathmatch
  33.  
  34. You may also specify a port other than the default (11666) by using the -port parameter.
  35.  
  36. To connect a client, simply use -connect, along with -file to load whatever wads the server has loaded, for example:
  37.  
  38. obsidian.exe -connect altdeath.com:10676 -file exec.wad
  39.  
  40. Web: https://bitbucket.org/tm512/obsidian/
  41. IRC: irc://irc.oftc.net/obsidian/
  42. Email: tetrismaster512@hotmail.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement