Does it really matter who? James, attempted restarting the jk2 one and it caused both to be down following. So something probably happened thats taking longer to bring back up.
I don't see the shadows showing up at all for the misc_model_static or misc_model_ghoul. RF_NOSHADOW prohibits shadow generation in engine (cg_shadows > 1 )
But the code never changed in OpenJK. And there is no reference to 256 in the original code release for trigger code or func_breakable code either. https://github.com/jedis/jediacademy/blob/master/code/game/g_breakable.cpp#L551 https://github.com/jedis/jediacademy/blob/master/code/game/g_trigger.cpp#L623
Knowing the basics about your system would help too. Standard things for reporting bugs. Basically no logs, no help. At the very least OS, CPU, GPU, GPU Drivers. Also version information of OJK being used.
Sounds to me like you are comparing JAMP and SP spawnflags on entities perhaps? They are not guaranteed to be the same. You need to specifically tell radiant SP mapping mode or MP mapping mode as well.
Well you probably have a conflict. I cannot know without seeing your files list. -- Windows gives error reports with at the very least the offending module and addresses (exe or dll) when you see the crash dialog (for me anyway). The only other thing you can really do is try with logfile 2 and checking the qconsole thing. Or run with a debug version of OpenJK which I will not be providing.
What flag bit is on the trigger_push, it should be 2048 for MULTIPLE in SP. npc spawn jedi works. Friendly jedis are spawned on kor1 and kor2 for me. Not sure.
You done fucked something up then or using something old and broken probably in terms of SP. As far as your MP mod goes, I shouldn't really have to tell you what specific to look for. Needs some kind of actual log information or crash debug log in order to see why it crashed unless someone else can reproduce it with debug symbols.
What gives you the error? JKA after loading the map post editing or what? Seems to me like you re-saved the BSP as quake3 bsp with either quark or q3map2.
I can't reproduce the heal one or some of the effects in the other mod not working. So you'll have to be specific as to which ones in the lightning pack are a problem. I can't really find anything that doesn't work. I do see however, that the force push shockwave will conflict with the new lightning stance you cannot use those both together. And this is not something new to OpenJK.
Never used FM3 don't even really know whats special about it. Can't really guarantee mods will work without knowing if they use engine hacks. This is the only assumption I can really make without having any more information than "It crashes".