News | Forum | People | FAQ | Links | Search | Register | Log in
Modelling Help\Screenshots\Requests
It has always been difficult to get decent models for quake 1. So a thread where people can get advice on making models and post a work-in-progress for critiques is long overdue.

Any requests for models may well get met with silence. Specific requests will likely stand a better chance; "I'd really like a knight but carrying a shield" might be better received than "we need a mdler to join our mod remaking counter-strike for darkplaces".
First | Previous | Next | Last
Fbxtomdl Support 
Image-wise, fbxtomdl supports 3 formats: pcx, tga and bmp. It is limited however by which variants of these formats the Python Image Library can load - I know that it doesn't cope well with 8-bit bmp files. You can use 24-bit skins and let the tool convert them, but there are times when, even if you've only used colours from the palette, that conversion can do undesirable things with fullbrights. So I'd recommend trying to get an 8-bit format working; if you want to stick with Photoshop maybe tga will work out well, if you want pcx support I've found GIMP works fine.

On the trail of the default skin bug, it's a bloody weird one. The bug doesn't occur in the python version, it's a side effect of the .exe conversion. The weird thing is that the bug occurs if your command line is "fbxtomdl.exe", but if you omit the ".exe" part then it works as intended. At least we have a workaround now... 
 
OK, neat. A 24-bit TGA converts accurately so maybe I'll roll with that for now. It will at least get me started... 
Dwere 
the pcx format that is used only has the bare minimum information contained in it. it does not contain the actual colour information of the indices used for each pixel so photoshop takes a guess and loads them as greyscale with 0 being black and 255 being white.
not sure about the aspect ratio, but likely something similar. 
 
So, QME won't even install on Windows8. Windows just refuses to even try. What can I use to open up an MDL and look at the innards?

I want to figure out how to auto-animate my mesh, for example. Like the walltorch does... 
QME 
 
Won't install. Windows8 says, "This won't work on your PC, LOL". 
 
did you try the zip file i linked? it's just the qme folder. 
 
BUT the full install works, thanks necros! 
Windows8 Says, "This Won't Work On Your PC, LOL". 
The LOL is included in your Windows message !? 
 
I wish it was! More OSes should make fun of you during normal usage. 
 
Windows is much too serious for that. 
Technical Note 
I think the issue is that QMe won't install on 64 bit processor machines, because the program is 32 bit but the installer is 16 bit. This was a common technique in the mid 90s, so you could at least display a message to people in the 16 bit world that the program wasn't compatible. 
 
Probably my last noob question ... why does the walltorch auto animate? I'm looking at it in QME and I don't see a flag or whatever that would tell Quake to animate it.

The QuakeC doesn't seem to initiate it so ... bluh?

https://dl.dropboxusercontent.com/u/161473/Misc/TorchQuestion.jpg 
 
*sigh* Frame Group ... NOW I see the little circle on the torch frames. Sorry! 
 
Hey preach, support for framegroups would be awesome. :P 
Necros 
Well, other programs can view these shots just fine, so the palette is stored in there somehow. 
Framegroups 
Yeah, I had been thinking that was the one bit of support missing. Here's a version with support for them (but literally zero error checking if you do something stupid like overlapping ranges, backwards pairs, invalid syntax, etc)

http://www.quaketastic.com/files/tools/fbxtomdl-0.4.zip

The switch is -g, used like

fbxtomdl -g 1-6,17-25,40-45

Groups have to be constructed from contiguous frame ranges, and animation speed is automatically 0.1. If you want anything fancier you need to install python and check out qmdl. Test it out and if you don't run into bugs I'll make the release proper. 
What Modelling Software 
Are you using warren? 
 
MODO 
 
Ugh ... So qME tried to start up and couldn't find the previous model I had open (I deleted it). This prompted it to bugger it's interface.

This may be blindingly obvious, but how do I get the 3D viewports back? I can't seem to make it happen:

https://dl.dropboxusercontent.com/u/161473/Misc/QMEWTF.jpg 
Hm 
My version here is a bit wonky so I can't test properly right now, but it should just be clicking the camera button up there in the top left.

That's the frame editor view, and there's the same inside the view menu.

Not sure about version differences, but it looks like you're missing the buttons to reset the viewports to default. One in particular is an eye, which centers the camera on the model itself. 
 
FFS, that was it. Thanks! The camera button fixed it... 
Hah 
Just tried opening another version I have and thanks to not being able to modify my own (work) PC I cannot close it down.

90's software XD 
 
What's the point of using such ancient tools nowadays? 
No Alternatives 
 
First | Previous | Next | Last
You must be logged in to post in this thread.
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.