CaptainCrazy Posted July 18, 2014 Share Posted July 18, 2014 I've decided to have a bash at making some hilts for JKA and I was wondering what the max poly count is for a hilt? Link to comment
mrwonko Posted July 18, 2014 Share Posted July 18, 2014 I'm only aware of a vertex limit per mesh, which is 1000, but a hilt can consist of multiple meshes and I'm not sure if there's a limit on their number. CaptainCrazy and Cerez like this Link to comment
CaptainCrazy Posted July 18, 2014 Author Share Posted July 18, 2014 So a hilt could consist of, let's say, 5 parts each at maybe 800 vertices? I read this somewhere but I'm not sure what they mean by "node:" "There isn't any kind of limit on GLM models, but MD3s max out at 1024 triangles per node. Now, I don't know if that screws up in the export or in the game. Because if it's only in the game, you can export it to MD3 then using MD3View to make the GLM will be okay." Link to comment
Solution mrwonko Posted July 18, 2014 Solution Share Posted July 18, 2014 So a hilt could consist of, let's say, 5 parts each at maybe 800 vertices?Yes. "There isn't any kind of limit on GLM models [...]"Well, the format itself imposes no limit, but JA will refuse to load anything with more than the aforementioned 1k verts. Cerez likes this Link to comment
CaptainCrazy Posted July 18, 2014 Author Share Posted July 18, 2014 Ah okay good to know thanks! Link to comment
Cerez Posted July 18, 2014 Share Posted July 18, 2014 Well, the format itself imposes no limit, but JA will refuse to load anything with more than the aforementioned 1k verts. Would there be any way to circumvent this restriction? Or is this absolutely the maximum the Quake 3 engine can handle in terms of detail? Link to comment
mrwonko Posted July 18, 2014 Share Posted July 18, 2014 Would there be any way to circumvent this restriction? Or is this absolutely the maximum the Quake 3 engine can handle in terms of detail?It can be changed it in the source code, just like pretty much everything you could possibly think of. Link to comment
CaptainCrazy Posted July 18, 2014 Author Share Posted July 18, 2014 It can be changed it in the source code, just like pretty much everything you could possibly think of.So after doing research and such and having a chat with @ he asked me why nobody has done this before on here? Say you have a character model costing 10k vertices, why not split it up into parts? Personally I believe that it would only make the map lag and I'm pretty certain that a lot of you have already considered this approach. Link to comment
Cerez Posted July 18, 2014 Share Posted July 18, 2014 It would certainly be heavy on the performance, but I wonder with today's graphics cards if something like this would be plausible and actually work well in JK. It can be changed it in the source code, just like pretty much everything you could possibly think of. Are we talking tweaking, or a complete rewrite? Link to comment
CaptainCrazy Posted July 18, 2014 Author Share Posted July 18, 2014 It would certainly be heavy on the performance, but I wonder with today's graphics cards if something like this would be plausible and actually work well in JK. Are we talking tweaking, or a complete rewrite? I think that with the amount of alteration and changes it wouldn't really be the same engine anymore lol. Link to comment
Cerez Posted July 18, 2014 Share Posted July 18, 2014 About breaking up the model, I remember a discussion of this years back when some serious modellers in the community were thinking of raising the level of quality for their JKA work, but back then we didn't have today's graphics performance and certainly no source code. Link to comment
Xycaleth Posted July 18, 2014 Share Posted July 18, 2014 Keep in mind that just because you can have 5 meshes each with 800 verts, doesn't mean you should! A hilt model is tiny and will hardly take up any space on the screen so you won't even see all the additional detail if you add it. eezstreet and Tempust85 like this Link to comment
CaptainCrazy Posted July 18, 2014 Author Share Posted July 18, 2014 Keep in mind that just because you can have 5 meshes each with 800 verts, doesn't mean you should! A hilt model is tiny and will hardly take up any space on the screen so you won't even see all the additional detail if you add it. I understand that Link to comment
Asgarath83 Posted August 11, 2014 Share Posted August 11, 2014 I have many mpdels with thousand of vertexes. for md3 , and glm model too (glm crash if a mesh have more of 1000 vertexes, i tryied on myself this issue) remember: never overload the 1000 vertexes limits. you cam detach the mesh in more parts , and contain however the same Uvmapping, so you not lose anything of the detail. for example, you make a mesh with 3000 vertexes? make uvmapping, texturing, end after, before a rig or a skin, detach into 5 parts of 600 vertexes each one. so if the mesh originally was "head" become "head_nek" "head_face" "head_eyes" "head_ears" "hean_ponytails" just for make an example. also if the textures if the same and the uvmapping is the same. 3D max conserve the uvmapping also after detaching so you not lose any details with detaching. is just... really boring :\ Cerez likes this Link to comment
minilogoguy18 Posted August 12, 2014 Share Posted August 12, 2014 No matter how powerful the user's PC is the game WILL lag. 500 is the most you want to do for any segment, higher than that will work but the model will no longer be affected by dynamic lighting. There's no reason to up the limit of the engine, newer games aren't much more intensive, they're just more efficient and use various forms of displacement maps to gain more detail. Cerez and eezstreet like this Link to comment
eezstreet Posted August 12, 2014 Share Posted August 12, 2014 No, it's not 800 per object, it's 1000 per object and 32 objects per model.And yes, for the love of god, don't use that many vertices on a hilt if you want your game to be playable. The renderer for the game doesn't handle anything with any degree of efficiency. Cerez likes this Link to comment
Archangel35757 Posted August 16, 2014 Share Posted August 16, 2014 No, it's not 800 per object, it's 1000 per object and 32 objects per model.And yes, for the love of god, don't use that many vertices on a hilt if you want your game to be playable. The renderer for the game doesn't handle anything with any degree of efficiency.So if you exceed 500 vertices per object-- dynamic lighting will no longer work on that object? I think we should compile a modeling notes/limits for all of the game's model file types and make it a sticky thread in the modelling tutorials section. ...and a similar thread for mapping: Max number of models, brushes, entities, etc. that GtkRadiant and the game will handle. Link to comment
minilogoguy18 Posted August 16, 2014 Share Posted August 16, 2014 Pretty sure md3 and glm have the same limits but I do have some stuff I may post since another one people don't realize is that tag axis is not the same between md3 and glm. Link to comment
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