Jump to content

eezstreet

Members
  • Posts

    5,207
  • Joined

  • Last visited

Everything posted by eezstreet

  1. Oh, so you're one of THOSE guys...Yeah, have fun.
  2. Using OpenJK, you can do this very easily by locating where it prints stuff (Trace Com_Printf and you'll find it, one way or another) and then actually printing this output using vsnprintf and fprintf or C++ stdout
  3. Wrong, sir. You forgot the most prime example of this.In JK2, Lando is actually voiced by Billy Dean Williams. themoreyouknow.jpg
  4. Why waste hard drive space when you can use simple cvar manipulation to achieve the same effect?
  5. /npc spawn vehicle <whatever>
  6. Yeah, but they aren't organized in a top-down list fashion, which means you have to start at the beginning of the list and work your way through it, as opposed to going through the list and searching for the first letter to match, which makes it a pain to search through that list repeatedly. You said that it provided you a means to see (at a glance, which I also disproved) all the hosted mods on the site. I was merely commenting on the semantics of what you're talking about.
  7. For what? Details, please.
  8. Not if the mod forums are at the bottom, or can be hidden via breadcrumb. (similar to the stuff in the sidebar on the right. It doesn't, though. You have to squint to find the (completely disorganized and hard to read) list of mods, after finding the section they're in. And there's other mods that the JKHub network hosts that don't have mod project forums (Gunslinger's Academy/JKG have sites hosted by JKHub, but you wouldn't know it unless you were to check the bar, which makes things even more disorganized if you go by that logic). Though, being bigger isn't necessarily a bad thing. It makes the forums look like they have more content, which is good.
  9. Not to go off topic again, but worth mentioning: you can restore the JK1 style jump with: #define METROID_JUMP
  10. You can just move OpenJK's exe somewhere else, and then make a .bat for it which has something to this effect: openjk.x86.exe +set fs_basepath "<Path to JKA Installation gamedata folder>" +set fs_cdpath "<Path where openjk.x86.exe is. The last folder so for e.g. C:\OJK\Gamedata>"It will load PK3s from your JKA installation without you having to move them, and the PK3s in your new side area will get loaded as well (overwriting the base game assets) You can also set fs_game, and it will load them in this order: base openjk base fs_game openjk fs_game You can just move OpenJK's exe somewhere else, and then make a .bat for it which has something to this effect: openjk.x86.exe +set fs_basepath "<Path to JKA Installation gamedata folder>" +set fs_cdpath "<Path where openjk.x86.exe is. The last folder so for e.g. C:\OJK\Gamedata>"It will load PK3s from your JKA installation without you having to move them, and the PK3s in your new side area will get loaded as well (overwriting the base game assets) You can also set fs_game, and it will load them in this order: base openjk base fs_game openjk fs_game
  11. No difference. And I don't know why font aliasing would be a big deal anyway, seeing as how each glyph gets pulled from a 256x256 grid, upscaled and then put onscreen. It's sorta the same effect as what antialiasing does anyway.
  12. some WIP screenshots main menu opening cinematics Since JKA is designed to handle stuff at a 640x480 resolution, naturally it's going to fail like this when rend2 expects stuff at native resolution btw, those of you on laptops such as a Toshiba Sattelite (which I've been using for benchmarking + tests) will experience a super long load time due to the GPU taking forever to load GLSL shaders...nothing I can really do about that though.
  13. Movie battles II. Movie Duels 2.
  14. https://github.com/ioquake/ioq3/blob/master/opengl2-readme.txt
  15. It compiles.
  16. eezstreet

    We need money

    Government shutdown took away around 40% of my income, so unfortunately I can't be of assistance. :/
  17. I believe Serenity. JKG has some prone animations in it which aren't used. If it'll ease anyone's mind, I can post some screenshots from ModView for comparison when I get home, unless one of the team members can do it faster. I find it hard to believe that he would have taken it though, seeing as how the animation physically is being changed. EDIT: @Serenity, I see that you have made two button slots. I can't help but think that there's an easier way of doing this than that.
  18. It never really existed. rd-rend2 never HAD dynamic glow, that's specific to rd-vanilla.
  19. Not removed if it doesn't exist to begin with.
  20. You could use an environment map (tcgen environment I believe it is) to draw an envmap which does pretty much exactly what you're talking about.
  21. So...you want a guy that can make model icons? Why be so secretive, if I might ask? Seems sorta asinine.
  22. gief me all of your monies
×
×
  • Create New...