I just can't get my model working.It's missing pieces !!!! I have 2 other models working fine with roughly same trig ver face sizes. AND one with 60k in each.What gives ?
I've done the whole material name-texture name, all of them and the model are in 1 folder, works on my other models, it's low poly as well, not performance intensive at all.
Texture formats png and tga tried . Nothing
Linking meshes via Ctrl+L - Materials
Joining meshes with same material Ctrl+J
Triple-Double checking texture-mat names
Exporting Via Gzdoom md3 exporter (best-limited results)
Exporting via https://forums.duke4.net/topic/5358-ble ... rt-script/
Exporting via Nash tool
Literally nothing is loaded
What I paid for (time)
Why is this happening ???!!
Moderators: GZDoom Developers, Raze Developers
Forum rules
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
Before asking on how to use a ZDoom feature, read the ZDoom wiki first. If you still don't understand how to use a feature, then ask here.
-
- Posts: 21706
- Joined: Tue Jul 15, 2003 7:33 pm
- Preferred Pronouns: He/Him
- Operating System Version (Optional): A lot of them
- Graphics Processor: Not Listed
Re: Why is this happening ???!!
There's a chance you may be bumping into an MD3 limitation:
(source)The MD3 file format has several limits that you should consider when making a model for this format. These are outlined below. If your model has more that the MD3 limit, the file will not be saved correctly and you should get a error message dialog.
Only faces and verticies in a group get saved.
The MD3_PATH+file name cannot be longer than 63 characters. (Textures and model names)
The group name and point name cannot be longer than 63 characters.
Maximum of 1024 animation frames
Maximum of 16 Points (Quake 3 Tags)
Maximum of 32 Groups
Maximum of 256 Textures per Group
Maximum of 8192 Triangles per Group
Maximum of 4096 Verticies per Group
-
- Posts: 83
- Joined: Thu Jan 25, 2018 1:37 pm
Re: Why is this happening ???!!
That can't be, like I've said, I've parsed much worse models, much heavier, if those work, there is literally no reason why this shouldn't. This is a very recent threat and it may compromize my entire operation
-
-
- Posts: 17895
- Joined: Fri Jul 06, 2007 3:22 pm
Re: Why is this happening ???!!
Have you tried splitting up the model into smaller, simpler parts (perhaps one mesh with just the wheels, one mesh with just the main hull, and a third with the turret) ? Then you put these three actors at the same position and it makes a full model?
-
- Posts: 2110
- Joined: Thu May 02, 2013 1:27 am
- Operating System Version (Optional): Windows 10
- Graphics Processor: nVidia with Vulkan support
- Location: Brazil
Re: Why is this happening ???!!
@Gez
That's not necessary at all. You can have up to around 4 different meshes in a single frame letter.
The wiki's page on MODELDEF has one, labeled "Multiple model example".
That's not necessary at all. You can have up to around 4 different meshes in a single frame letter.
The wiki's page on MODELDEF has one, labeled "Multiple model example".
-
- Posts: 452
- Joined: Sun Nov 17, 2013 12:27 pm
- Graphics Processor: nVidia with Vulkan support
- Location: MIA between doomed dimensions
Re: Why is this happening ???!!
Gimme the link and I will rock that model for you you code and the original.
I will fix this, I do this almost every day. And you will get a working example.
Once I finish, may I add this model to my collection of model resources available for everyone? Or is it exclusive?
I will fix this, I do this almost every day. And you will get a working example.
Once I finish, may I add this model to my collection of model resources available for everyone? Or is it exclusive?
-
- Global Moderator
- Posts: 418
- Joined: Fri Mar 03, 2017 9:53 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Windows 11 Pro
- Graphics Processor: ATI/AMD with Vulkan/Metal Support
Re: Why is this happening ???!!
How many objects are there in total, and what are you using to define textures? SurfaceSkin or just using .pk3 paths?