Making low poly models

Discussion for Level editing, modeling, programming, or any of the other technical aspects of Quake
Post Reply
wolfmann02
Posts: 4
Joined: Tue Jun 28, 2016 7:46 pm

Making low poly models

Post 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)?
User avatar
CZghost
Posts: 1943
Joined: Wed Jun 22, 2011 1:45 pm
Location: Czechia
Contact:

Re: Making low poly models

Post 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...
[ Linktree | Twitch | YouTube | Instagram | Websites ]
When you feel the worst, turn to the sun and all the shadows will fall behind you.” - John Lennon
wolfmann02
Posts: 4
Joined: Tue Jun 28, 2016 7:46 pm

Re: Making low poly models

Post by wolfmann02 »

Sorry i didnt know that,iam using 3DS MAX.
User avatar
CZghost
Posts: 1943
Joined: Wed Jun 22, 2011 1:45 pm
Location: Czechia
Contact:

Re: Making low poly models

Post 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...
[ Linktree | Twitch | YouTube | Instagram | Websites ]
When you feel the worst, turn to the sun and all the shadows will fall behind you.” - John Lennon
fKd
Posts: 2478
Joined: Sat Jun 03, 2006 2:54 am
Location: Wellington
Contact:

Re: Making low poly models

Post by fKd »

obsidian
Posts: 10970
Joined: Mon Feb 04, 2002 8:00 am

Re: Making low poly models

Post 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
[size=85][url=http://gtkradiant.com]GtkRadiant[/url] | [url=http://q3map2.robotrenegade.com]Q3Map2[/url] | [url=http://q3map2.robotrenegade.com/docs/shader_manual/]Shader Manual[/url][/size]
Post Reply