Can I replace the health model with an md3? I tried but it wouldn't work.
Announcement
Collapse
No announcement yet.
MD3 instead of BSP model
Collapse
X
-
This is all it says in DP Extensions:
//DP_QUAKE3_MODEL
//idea: quake community
//darkplaces implementation: LordHavoc
//description:
//shows that the engine supports Quake3 .md3 files.
....no QC to modify , so I would guess its automaticly included without any altering of cvars. I dont know squat about md3, like how it relates to .skin and such compared to plain .mdl, but there are references to something to do with the skin in the dp extensions file. I do remember reading that md3 has like 3 triangular components that join together at the center...but thats about it.
Comment
-
DP won't automagically change the extension on the requested model file.
So make your md3, name the file maps/b_health.bsp or whatever it is, with the wrong extension and stuff. If you're using windows, make sure you go into the settings and make it actually show you the full filename instead of hiding part of it.
Comment
-
-
IMO this is evil behaviour. It's confusing for players and crashes other clients. If it actually is a duck then it should definitely walk like a duck, quack like a duck and look like a duck. Principle of least surprise? Oh yes. It can be done for textures so why not models too?Originally posted by Spike View PostSo make your md3, name the file maps/b_health.bsp or whatever it is, with the wrong extension and stuff.IT LIVES! http://directq.blogspot.com/
Comment
-
Kinda.... if you are talking multiplayer joining a server from just the ID1 directory, but I think the mod he is working on is a SP only and strictly for DP only. I do agree though that it would make more sense keeping the extension as md3 , or even a new one that interprets them all, such as .mdp (model darkplaces).
Originally posted by MH View PostIMO this is evil behaviour. It's confusing for players and crashes other clients. If it actually is a duck then it should definitely walk like a duck, quack like a duck and look like a duck. Principle of least surprise? Oh yes. It can be done for textures so why not models too?
Comment


Comment