Page 1 of 1

Making low poly models

Posted: Wed Jun 29, 2016 12:00 pm
by wolfmann02
I recently got into modeling and made this model http://imgur.com/W1EtNRY
I have a few questions:
-How do i make this model .md2 or .md3(because i want to port it to both quake 2 and quake3)?
-What tools do i need in order to compilie it?(or do i have to compile at all?)
-And how do i import my own animations?(for q3)///And is there a way to keep animations from a quake 2 "berseker" model(and just change the model)?

Re: Making low poly models

Posted: Wed Jun 29, 2016 1:26 pm
by CZghost
First of all: We do not need to be forced to click on some link to image host. Right-click on the hosted image and chose Properties, then copy internet address of the image and give it to the img tag. It should look like this:
Image

If the image is too large it breaks up the layout of the forum, use lvlshot tag instead.

Second: You did not specify, which model editor you are using. That way it's hard to say how you would export model as MD2 for Q2 or MD3 for Q3. Quake 3 (well q3map2 rather than the engine) also accepts ASE models, which are also moveable and can be easily edited by text editor (mainly to change texture or the texture's path). MD3's are binary encoded and encrypted to specific path relative to pk3's root. The model has specified the model's path inside the file itself and the textures. MD3 is not directly editable. You might want to use Hex Editor for MD3 editing, but as long as the model and its textures paths including the files itself remain exactly the same length. MD3 has number of checksums, which are located in different addresses and if you change the size of any part of the file, you are likely to void the entire model file...

Re: Making low poly models

Posted: Wed Jun 29, 2016 1:51 pm
by wolfmann02
Sorry i didnt know that,iam using 3DS MAX.

Re: Making low poly models

Posted: Wed Jun 29, 2016 4:23 pm
by CZghost
Then you could just export to ASE. Check for best export settings for Quake 3 Arena. GtkRadiant supports ASE models and so does q3map2. Not sure about Quake 2, though...

Re: Making low poly models

Posted: Wed Jun 29, 2016 7:27 pm
by fKd

Re: Making low poly models

Posted: Thu Jul 07, 2016 3:09 am
by obsidian
This is how id Software did it. There might be other tools that might have simplified some portions of this process since then.

http://icculus.org/gtkradiant/documenta ... manual.htm