Jump to content

mrwonko

JKHub Staff
  • Posts

    1,618
  • Joined

  • Last visited

Everything posted by mrwonko

  1. I vaguely remember there being additional fighting styles that can usually only be accessed with cheats (I think they're the ones Desann and Tavion use?), I don't think they should usually be accessible. Did you do a debug build? Maybe that enables additional features. I've identified the broken commit, it's 962f3198 from August 21st ("Improved OOB packet rate limiter (#1018)"). Before that, everything was fine. I'm filing an issue on the OpenJK Github project. Edit: here's the bug.
  2. It's probably a bug that was introduced to OpenJK recently, I ran into the same issue when I tried to start a solo game in MP using the "map" or "devmap" console command. I thought I had just done something wrong, but your report makes me believe the issue is with the code. I'll see if I can track this down and fix it tonight.
  3. Yes, I'm pretty sure that happens when you export a model without any triangles. Have you tried looking for "Triangulate" as recommended in the comments?
  4. I don't know what file you're talking about. What exactly did it do?
  5. The target_scriptrunner needs a count of -1
  6. 2.79 is not the latest version. There's a newer one for 2.80 here on JKHub: And the version on Github is for 2.81, according to its readme
  7. You also need to enable "toggle" on the func_door to prevent it from closing again after a couple of seconds.
  8. You don't want to split every single edge, that's an enormous waste of vertices. Which version of the exporter are you using? There's a newer one by someone else that doesn't require you to manually split meshes at UV seams.
  9. Which version of the exporter are you using? There's a version that builds upon mine which works in newer Blender versions and removes the need to manually split meshes at UV seams.
  10. Sure thing, I've deleted them. P.S.: I've figured out why I missed this thread, JKHub stopped sending me emails three years ago fnar.
  11. You can probably understand not wanting to have your email address online ? I've edited your email addresses out of the readmes of every file with your name attached, you may need to reload the pages before seeing any change if you've opened them previously. I didn't (and can't) edit it out of any readmes potentially included in the downloads, I could only remove the download from the index entirely. Do let me know if you want me to do that.
  12. Hey, sorry I didn't see this earlier, I don't check those email accounts very often, and I had not enabled notifications on mentions here on jkhub for some reason. I'll look this on the weekend.
  13. Things that are too far away won't be drawn, leading to this effect. I think there's some way to change the distance, adding some property to worldspawn, but I don't remember the exact name. Something along the lines of cull distance or far plane distance maybe?
  14. Is this in radiant or in the game?
  15. Maybe your radiant is set to multiplayer mode in the project settings.
  16. Area sounds like area portal to me, are you using those?
  17. FWIW there should also be an example ctf map.
  18. Check out the siege example map for team-specific triggers.
  19. I don't think this is possible without either changing the maps or the source code.
  20. The _off suffix is just a side effect, the actual off flag that you need to turn off is in the ghoul2 properties in the object tab in blender. Hex editing would be preferable to importing and re-exporting though, otherwise you'll lose the normals and this probably introduce lighting issues.
  21. That's perfectly fine, as long as they provide the source code to anybody who buys it (who then in turn are entitled to sell it themselves, or give it away for free).
  22. misc_model gets baked into the BSP, so changing it afterwards won't affect those maps without recompiling them. You could go the other way and change the playermodel's paths though.
  23. Also keep in mind that for your pk3 to overwrite base files it has to be alphabetically after the assets pk3s.
  24. Make sure all but one of the sides of the areaportal are system/skip
  25. I know what you meant, but it won't export if the vertices are welded but the UVs are not.
×
×
  • Create New...