Jump to content

Raz0r

Members
  • Posts

    1,135
  • Joined

  • Last visited

Everything posted by Raz0r

  1. Not really, but we can make some entities not count
  2. Tried stopping the service, editing opers.conf and starting the service again?
  3. In vjamp, cl_aviDemo <x> wrote each frame as a screenshot at <x> frames/secIn OJK, /video when playing back a demo will write an avi with video + audio You still need a demo. I recommend either fraps (raw 1280x720@60fps) or cl_aviDemo with pugmod(+mme additions) ent is one of the better movie makers around JA IMO, and pretty helpful. I personally don't like /video, it doesn't produce smooth enough videos.
  4. Of an entirely separate game from another genre which does not affect the feasability of a JO/JA port.
  5. Not sure what the relevance of posting an entirely separate game from another genre was. The only thing they share is the name "star wars"
  6. Yep. Also, I've never heard of high resolution external lightmaps only working on patch meshes. All of the screenshots I've seen indicate they are used on regular brushes, across the whole map :S... Confirmed in #ioquake3 that external lightmaps can be larger than 128x128 on regular brushes :/
  7. You replied to mrwonko who said "The code would surely benefit from some refactoring and doing that in C++ wouldn't hurt either, but it's just such a massive task that I don't know if anybody is going to do it." =p
  8. ...Because writing the entire process list to a file and grepping it every 10 seconds won't cause any issues If you have the option to run it in a screen session, I would recommend something like: #!/bin/bash echo "Superleet startup script!" status=1 while [ $status -ne 0 ] do ./linuxjampded +set dedicated "2" +set fs_game "japlus" +exec "server.cfg" >log.txt 2>&1 status=$? if [ $status -ne 0 ] then date=`/bin/date` echo "Server crashed with status "$status" at "$date fi done echo "Server exited peacefully"
  9. I forget how MaceMadunusus does it, but.. low resolution (256x256) high resolution (1024x1024)
  10. You already can use external lightmaps?
  11. Talking to rww right now, he has plans to improve the collisions even more =]
  12. r_automap =] It's from SOF2 iirc, was never really completed but some cool stuff =] it actually shows the map as a heightmap too.
  13. theora + vorbis will be an option in the future, we've also improved the RoQ code to allow higher resolutions and fix some bugs.
  14. No, that bug was experienced in Windows servers too and does not affect whether or not you can hit someone, only if your saber can block incoming attacks. It's also extremely obvious when it does happen.
  15. r_lodBias 0 r_detailTextures 1 r_ext_compress_textures 0 r_picmip 0 r_subdivisions 4 r_textureMode GL_LINEAR_MIPMAP_LINEAR r_ext_texture_filter_anisotropic 16 r_textureBits 32 r_stencilBits 24 r_depthBits 24 r_simpleMipMaps 0
  16. Ego and ping, with a touch of low sv_fps when using MP damages (cheat-protected by default). Not even kidding.
  17. Er, I've been using r_mode -1 with r_customWidth/Height for years on online servers before OpenJK o.O<br />The only issue is when you /devmap with it
  18. That was one of the first things we fixed =]
  19. You mean like r_mode -1 r_customWidth 1920 r_customHeight 1080 like we've been using for years =p? Or r_mode -2 where it uses your desktop resolution? Or automatically adjusting cg_fov based on aspect ratio? (mod change) Or stopping the HUD from scaling badly with widescreen aspect ratios? (mod change)
  20. I've created a co-op branch here =] Keep in mind we'd still like to maintain base compatibility as much as possible when not using gametype GT_SINGLE_PLAYER. Jump on the IRC when you can and we'll work out where to start
  21. Only for MP, but should be the same method to make it work for SP
  22. It's not something that can be fixed. It's a miracle they work in the first place There is no positional data for the left saber, so it stays bolted to the left hand.
  23. That's the point of OpenJK. Engine modifications that don't affect base or mod gamecode.
×
×
  • Create New...