Advertisement
Guest User

Untitled

a guest
Apr 13th, 2015
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. I forgot to put this in the archive :/
  2.  
  3. => Controls:
  4.  
  5. Zoom in/out using mouse wheel.
  6.  
  7. Use 1,2...0 to switch between weapons (next-prev weapon control is disabled).
  8.  
  9.  
  10. => What doesn't work:
  11.  
  12. - random stuff
  13.  
  14. - lock framerate, use vsync !
  15. - I get 25, 50 or 100 FPS, instead 30, 60 or 120 FPS.
  16. - but when I turn on VLC media player then I get 63-67, WTF !?!?
  17.  
  18. if(1000.0/60>SDL_GetTicks()-start)
  19. SDL_Delay(1000.0/60-(SDL_GetTicks()-start));
  20.  
  21.  
  22. - replay bots, it's easy for them to get messed up, but then the movement is less predictable
  23. and they make better targets for practice :P
  24.  
  25. - if map is not loaded in the editor, pressing tab can crash the game
  26.  
  27. - explosion forces should be disabled in multiplayer
  28.  
  29. - pick up items not in sync between server and client
  30.  
  31. - ragdolls are not in sync during multiplayer
  32.  
  33. - possible crash when hit by a rocket (maybe even grenade)
  34.  
  35.  
  36. => Random
  37.  
  38. - bots disable online play
  39.  
  40. - during multiplayer game packets are sent EACH FRAME !
  41.  
  42. - the game can freeze several seconds if the client fails to connect to server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement