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
-
Tags: None
-
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
-
-
Yeah, I should've mentioned, I'm using DP.
@Cobalt, no problem with precaching, it should work anyway.
@Spike, I didn't try to rename it as .bsp, I'll try tonight.
Thanks for your answers.
Comment
-
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
-
obviously if you're able to edit the qc, you should use the proper extension inside the qc. But if you can't edit the qc, you have to name your md3 to match the old file, regardless of its normal extension. The engine doesn't normally care.
Comment
-
Well, I think I already got that, I'll post some screens soon.
Yes, the mod is SP only and running on DP.
Comment
Comment