-
Posts
1,626 -
Joined
-
Last visited
Content Type
News Articles
Tutorials
Forums
Downloads
Everything posted by ensiform
-
The "Visual C++ Compiler November 2013 CTP" toolset is required for 2013 to support it in 2013 which is a separate download and must be selected like the v120_xp thing. https://blogs.msdn.microsoft.com/vcblog/2013/11/18/announcing-the-visual-c-compiler-november-2013-ctp/
-
-
The update in question is a manually addable compiler version I think, but not shipped with. Unfortunately the fixed save code now depends on constexpr so you will need 2015 community to compile now it seems! Sorry for the inconvenience as we didn't know when merging this. Would have been caught if the buildbot slave for Windows was active since that was using 2013 still I believe.
-
It requires 2013 community edition or later, not express AFAIK. And technically "any" are allowed, those are just provided batch files for convenience. You could very well run the CMake GUI and attempt to make VS6 project files if you wanted, but that doesn't mean it would work. The actual compilation guide: https://github.com/JACoders/OpenJK/wiki/Compilation-guide#windows-1
-
Crash appon any setting changes
ensiform replied to cyberdragonOMEGA's topic in Jedi Knight Tech Support
Please give us some more information about your system and possibly try launching the game with +set logfile 2 in the shortcut and paste the output in a code section here. -
Is there a prebuilt Linux version?
-
I don't really play much anymore. But I did only play 1.01 yes. But I'm a full force, full guns CTF kind of person and I don't like sabering its only best used for climbing lol.
-
That's regular difficulties though. But this topic wasn't just about having permadeath option.
-
Really the differences aren't as vast as some claimed. The code patches were scoured to find what really changed and that's about it. It's not like 1.02 to 1.03/4 jk2.
-
Yep. Check out newest DOOM for that option lol. You must complete a map to end it or else start a the beginning.
-
Would you be willing to play 1.01 where more players are or are you deadset on 1.00?
-
Changing... computer.. BUT! Windows 10 O~~Q
ensiform replied to Langerd's topic in Modding Assistance
1.6 is like 1.4 only it's maintained still. It doesn't have anything like 1.5 because the developers chose to make 1.4 base for zero radiant (the initial plan for quake live) -
The Android version isn't really supported by anyone here so we don't know what's special about certain configurations.
-
Are you asking to use a cheat protected variable on a server with cheats off? Or am I missing what your intent is..
-
Changing... computer.. BUT! Windows 10 O~~Q
ensiform replied to Langerd's topic in Modding Assistance
You should upgrade to 1.6.5 radiant tbh... For sure newest q3map2. -
GTK Radiant 1.4 textures not properly fitting
ensiform replied to Changes's topic in Modding Assistance
You should probably also be using 1.6.5 for continued support with radiant as well. -
I haven't tested it that far yet.
-
It built just fine here. Failing during compile or failing with the error in the OT? If the former try turn off building of botlib in all configurations as its unnecessary for mods always has been. Problem with mm is that it has a bunch of patches built in which won't work unless you're using jampded and nothing else for engine.
-
Someone link me the source and I'll look at it later today for ya. Maybe if you're really lucky I'll create a CMake for it ;o Edit: Is this failing for people who built it on their machine or is it failing for someone who's using a prebuilt version given out by someone other than the official makermod release? If someone else, then most likely you need proper VS C runtime installed too.
-
-
-
Well I wouldn't say "better". But it would be better if all the tricks and crazy mouse settings to get wiggles and pokes were removed, it would be better. Because let's face it when I see the person's saber moving at mach 3 in a movie while they are spinning its ridiculous and not really fair imo.
-
Increase the weapon dmg in MP .. Without coding
ensiform replied to Langerd's topic in Modding Assistance
You can't change the damages of weapons for MP without a code mod. jampgamex86.dll is exactly code changes in mod form. -
How can i remove the jedi academy logo from the main background??
ensiform replied to JV Order's topic in Modding Assistance
Delete the item entry in the menu file like any other menu item. -
How can i remove the jedi academy logo from the main background??
ensiform replied to JV Order's topic in Modding Assistance
Caution: You should never alter the assets pk3 files. Instead extract what you want from them and put the replacement in a new pk3 that is sorted alphabetically after assets pk3s. Might be easier also to just remove that object from the menu file so it doesn't show up, no? A black/transparent image is still technically rendered to the GPU otherwise.