-
Posts
1,618 -
Joined
-
Last visited
Content Type
News Articles
Tutorials
Forums
Downloads
Everything posted by mrwonko
-
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.
-
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.
-
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?
-
I don't know what file you're talking about. What exactly did it do?
-
The target_scriptrunner needs a count of -1
-
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
-
How do you make extending drawbridges, ala Deathstar?
mrwonko replied to OCD2's topic in Modding Assistance
You also need to enable "toggle" on the func_door to prevent it from closing again after a couple of seconds. -
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.
-
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.
-
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.
-
Gtk Radiant Texture Bug With Large Open Maps
mrwonko replied to ArchAngel's topic in Modding Assistance
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? -
Gtk Radiant Texture Bug With Large Open Maps
mrwonko replied to ArchAngel's topic in Modding Assistance
Is this in radiant or in the game? -
Maybe your radiant is set to multiplayer mode in the project settings.
-
Area sounds like area portal to me, are you using those?
-
FWIW there should also be an example ctf map.
-
Check out the siege example map for team-specific triggers.
-
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.
-
**OFFICIAL** Dark Forces Mod revival topic
mrwonko replied to Teancum's topic in WIPs, Teasers & Releases
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). -
How do I overwrite models/map_objects textures?
mrwonko replied to MusicForThePiano's topic in Modding Assistance
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. -
How do I overwrite models/map_objects textures?
mrwonko replied to MusicForThePiano's topic in Modding Assistance
Also keep in mind that for your pk3 to overwrite base files it has to be alphabetically after the assets pk3s. -
Make sure all but one of the sides of the areaportal are system/skip
-
Weird shading on models exported from Blender.
mrwonko replied to Arth's topic in Modding Assistance
I know what you meant, but it won't export if the vertices are welded but the UVs are not.