dark soul Posted August 9, 2014 Posted August 9, 2014 It happens when an user attacks another, a concrete one. What is happening? Memory leak? Smoo likes this I am hosting Jedi Outcast and Jedi Academy servers for free up to 8 servers. Contact me if you are in need of a server for your community.
eezstreet Posted August 10, 2014 Posted August 10, 2014 This is due to a specific model in your base folder using too much memory. What models/skins do you have?
dark soul Posted August 10, 2014 Author Posted August 10, 2014 This is due to a specific model in your base folder using too much memory. What models/skins do you have? Default JA+ Sabers. Nothing else, and I removed them. I am hosting Jedi Outcast and Jedi Academy servers for free up to 8 servers. Contact me if you are in need of a server for your community.
dark soul Posted August 10, 2014 Author Posted August 10, 2014 On your client as well? They are still on the client I am hosting Jedi Outcast and Jedi Academy servers for free up to 8 servers. Contact me if you are in need of a server for your community.
ensiform Posted August 10, 2014 Posted August 10, 2014 The message is happening on your client. It would say server disconnected if the server produced the error. Also you should probably update your OpenJK to a newer build ._.
dark soul Posted August 10, 2014 Author Posted August 10, 2014 The message is happening on your client. It would say server disconnected if the server produced the error. Also you should probably update your OpenJK to a newer build ._. I don't have it compiled :c I am hosting Jedi Outcast and Jedi Academy servers for free up to 8 servers. Contact me if you are in need of a server for your community.
ensiform Posted August 10, 2014 Posted August 10, 2014 I don't have it compiled :cErr... http://builds.openjk.org/
Redeemer of Souls Posted November 29, 2015 Posted November 29, 2015 Hi, can I modify the source code to increase the limit memory consumption to remove this problem?
eezstreet Posted November 29, 2015 Posted November 29, 2015 Yes, but why would you? The issue arises from poorly optimized models. Those models should probably be optimized better. theNEMESiS and minilogoguy18 like this
Redeemer of Souls Posted November 30, 2015 Posted November 30, 2015 I understand. I believe that change the heapsize easier than edit a large number of models. IMHO.and I have not a typical case: the specific character model and saber - ok, the same model, a saber and a second saber - the game crashes. Another model of the same character and saber - ok. The same character model and other saber - ok. wtf?I was looking in the source code OpenJK phrase "heapsize" but could not find that be changed to increase the size of this heap buffer. I love playing with bots, and when the number of bots up to 20 becomes difficult to play, everything begins to slow and lag.I do not know whether this affects the heap size. sorry for my bad English.
LucyTheAlien Posted December 12, 2015 Posted December 12, 2015 Yes, but why would you? The issue arises from poorly optimized models. Those models should probably be optimized better. I do not want to use OpenJK- can you please tell me how to increase the limit? Or rather can someone?
eezstreet Posted December 12, 2015 Posted December 12, 2015 It's the same in both OpenJK and in the original source release. Just find the error (CTRL+F) and change the number.
LucyTheAlien Posted December 12, 2015 Posted December 12, 2015 It's the same in both OpenJK and in the original source release. Just find the error (CTRL+F) and change the number. I'm sorry, I don't know where to go to find the error and I don't know what you mean by "change the number" again I apologise.
eezstreet Posted December 12, 2015 Posted December 12, 2015 You need to alter the code. Sorry if that wasn't clear.
LucyTheAlien Posted December 12, 2015 Posted December 12, 2015 You need to alter the code. Sorry if that wasn't clear. How do I do that though?
LucyTheAlien Posted December 12, 2015 Posted December 12, 2015 I'm not feigning ignorance just to annoy you btw if you suspect that.I know I come off dull right now but I could use a tutorial or instructions of some sort on where to find the code, what to open it with and what line needs changed and how.
eezstreet Posted December 12, 2015 Posted December 12, 2015 No, I understand. I'm just a bit busy at the moment so I couldn't afford a proper reply-There are three pinned tutorials in the Coding section of the Tutorisls. Those should be enough to get you started. I very strongly recommend you use OpenJK, as fixing the game to compile with modern compilers is not a small task, especially for a beginner. Once you've got the game compiled, let me know and I'll walk you through what to change. GrandThrawn65 likes this
Basil Bonehead Posted September 9, 2016 Posted September 9, 2016 No, I understand. I'm just a bit busy at the moment so I couldn't afford a proper reply-There are three pinned tutorials in the Coding section of the Tutorisls. Those should be enough to get you started. I very strongly recommend you use OpenJK, as fixing the game to compile with modern compilers is not a small task, especially for a beginner. Once you've got the game compiled, let me know and I'll walk you through what to change.just out of curiosity, what if you were to make a mod that uses these high-poly models, how could you get the mod to work on openjk
eezstreet Posted September 9, 2016 Posted September 9, 2016 just out of curiosity, what if you were to make a mod that uses these high-poly models, how could you get the mod to work on openjkI wouldn't know, as I haven't tried. But just as a guess, you'd have to raise the transform memory limit, adjust MAX_MODEL_VERTS and a bunch of other variables. It should actually be simple in theory but I suspect you'd get a loss in performance.
Basil Bonehead Posted September 9, 2016 Posted September 9, 2016 I wouldn't know, as I haven't tried. But just as a guess, you'd have to raise the transform memory limit, adjust MAX_MODEL_VERTS and a bunch of other variables. It should actually be simple in theory but I suspect you'd get a loss in performance.safe to say that this is an idea that hasn't been explored yet, the only mod i can think of that uses openjk is jedi fighters
eezstreet Posted September 9, 2016 Posted September 9, 2016 safe to say that this is an idea that hasn't been explored yet, the only mod i can think of that uses openjk is jedi fightersThere's actually a lot more mods that use OpenJK than just that - JA++ uses it, JKG migrated to the codebase, JK:Enhanced was based on the codebase, and MB2 even has an OpenJK version now. I'm curious to see if you can make it work without killing performance.
Basil Bonehead Posted September 9, 2016 Posted September 9, 2016 There's actually a lot more mods that use OpenJK than just that - JA++ uses it, JKG migrated to the codebase, JK:Enhanced was based on the codebase, and MB2 even has an OpenJK version now. I'm curious to see if you can make it work without killing performance.only time will tell :] eezstreet likes this
Xycaleth Posted September 9, 2016 Posted September 9, 2016 It will kill performance collision for ghoul2 models is per triangle and having to update all the triangles when it animates kills performance.
Archangel35757 Posted September 10, 2016 Posted September 10, 2016 It will kill performance collision for ghoul2 models is per triangle and having to update all the triangles when it animates kills performance.How exactly does the Ghoul2 collision work? With respect to LODs... I mean what if LOD0 (when actively drawn on screen) used LOD1 for collision calculations? And LOD1 used LOD2 for collisions, and so on? then you would never be using LOD0 (the most detailed mesh for collision calculations... wonder if that would work... and how that would look?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now