Jump to content

mrwonko

JKHub Staff
  • Posts

    1,579
  • Joined

  • Last visited

Everything posted by mrwonko

  1. Maybe your radiant is set to multiplayer mode in the project settings.
  2. Area sounds like area portal to me, are you using those?
  3. FWIW there should also be an example ctf map.
  4. Check out the siege example map for team-specific triggers.
  5. I don't think this is possible without either changing the maps or the source code.
  6. 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.
  7. 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).
  8. 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.
  9. Also keep in mind that for your pk3 to overwrite base files it has to be alphabetically after the assets pk3s.
  10. Make sure all but one of the sides of the areaportal are system/skip
  11. I know what you meant, but it won't export if the vertices are welded but the UVs are not.
  12. What custom saber is this? There's no reason a custom saber should automatically be shorter as they are all treated the same by the game, so my guess is that either the .sab file specifically defines a shorter length or else the distance between the tag that defines where the saber is held and the one that defines where the blade starts is shorter.
  13. You can't export welded UV seams, sadly, so it's often impossible to fix.
  14. If it's just a new player model, you don't need the animation at all, so you should have no problems importing the skeleton.
  15. The Jedi Academy plugin suite for Blender includes a gla importer, though I wouldn't recommend importing all animations with it - 30000+ keyframes are slightly more than Blender can comfortably handle and last time I tried the import took forever. You can import only a specific range instead.
  16. Unfortunately the import isn't lossless - normals are lost, and I'm not even sure Blender supports custom normals, so maybe there's no way to fix this...
  17. Yes, you'll need waypoints for NPCs to know how to reach their target, and you should always have them so enemies can reach the player. Generally just putting some waypoint entities down within line of sight of each other is enough, you can use the "nav show all" cheat to see if they got connected properly.
  18. No, you actually only need to change it in the G2 properties box. The object name should only matter for the roots in the hierarchy (so the exporter knows where the different LODs are), below that matching is done by G2 property.
  19. I can see where you're coming from, traversal in BOTW is so fun! While we're dreaming, I'd love the climbing as well. Let me climb up an AT-AT's leg to hijack it!
  20. There's a manual included with the Jedi Academy Blender plugin suite that explains the requirements you have to satisfy.
  21. I recommend reading the exporter's manual.
  22. There's a cvar that contains your current model including customizations, it might have been "playermodel"... Check that to find out the name of the .skin files you need, then look into them for the shader names, then do a full text search in the shader files to find out what needs to be included there.
  23. And you might be able to move the vertices around on the uv map a bit to space out the area that is distorted.
×
×
  • Create New...