Tutorial How to convert Unreal engine models to quake md3

Discuss the creation of various model formats for Quake engines, and related matters to modeling.
Post Reply
lukas2288
Posts: 42
Joined: Sun Jun 14, 2009 4:40 pm

Tutorial How to convert Unreal engine models to quake md3

Post by lukas2288 »

At first download unreal model viewer from here http://www.gildor.org/en/projects/umodel.
extract it into animations folder.Choose models with you want to extract and type in cmd "umodel -export -md5 humanmalea" and run it.THe models will be converted into md5mesh and md5anim format.

Now search for md5importer plugin and smd plugin(you must find for version that you have-i am using 3d studio max 9) and extract them into scripts\startup.Now run 3ds max and the new window will apper.Press import md5mesh and load you model md5mesh file.After that press import md5anim file and load animation with you want.When you load it export it into smd.But at first export it as reference smd and then export it as sequence smd.The first is model and the second is animation.
After this download from lord havoc website his dpmodel.
Extract the dpmodel archive and place smd files here.
After this make script txt For example like this:

# save the model as soldier.dpm
model soldier
# move the model this much before saving
origin 0 0 23
# rotate the model -90 degrees around vertical
rotate -90
# scale the model by this amount, 0.5 would be half size and 2.0 would be doule size
scale 0.25
# load the mesh file, this is stored into the dpm as frame 0
scene godhorus.smd
scene death1.smd
scene death2.smd
scene death3.smd
scene death4.smd
scene death5.smd
scene dodgeleft.smd
scene dodgeright.smd
scene idlebiggun.smd
scene run.smd
scene shoothigh.smd
scene walk.smd

The scale function should be different but rotate function and origin must be same.
Now in cmd write this command dpmodel yourname.txt and run it.

The new md3 and dpm files will be created.Now place it into your mod folder.

I am not in english but if you want i can make a video tutorial.
________
Hotels In Mexico
Last edited by lukas2288 on Tue Mar 08, 2011 12:50 am, edited 1 time in total.
leileilol
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Post by leileilol »

DP supports PSK so you wouldn't have to go through that converting crap, unless you wanted to rescale it.

I would like to encourage the request of the artist's permission before anyone goes mad on a converting spree.
i should not be here
Zylyx_
Posts: 111
Joined: Wed Dec 05, 2007 6:52 pm
Location: scotland, uk

Post by Zylyx_ »

Hmmm, lets see:

Source Quake Mods (check)
Un-numbered Stargate mods
Un-numbered Aliens mods
Quake gets done and redone on PSP and DS

Well, I guess it's time to throw UT into the modding sphagetti mix.
Maybe we will get Unreal meets Quake meets Halo meets Stargate in the DP engine, with ripped UT models, Halo inspired maps with Quake textures.
....noodle...
Spirit
Posts: 1065
Joined: Sat Nov 20, 2004 9:00 pm
Contact:

Post by Spirit »

I think this is great. Just look at the amazing models out there. Much easier to ask the creator of a finished model if porting it is alright instead of asking someone to model.
An evil twin of http://skincity.beyondunreal.com/sectio ... php?id=695 would make a kickass Quake monster.
Improve Quaddicted, send me a pull request: https://github.com/SpiritQuaddicted/Quaddicted-reviews
lukas2288
Posts: 42
Joined: Sun Jun 14, 2009 4:40 pm

Post by lukas2288 »

I code some knights models:
Image
________
HOMEMADE VAPORIZERS
Last edited by lukas2288 on Tue Mar 08, 2011 12:50 am, edited 1 time in total.
leileilol
Posts: 2783
Joined: Fri Oct 15, 2004 3:23 am

Post by leileilol »

Zylyx_ wrote:Maybe we will get Unreal meets Quake meets Halo meets Stargate in the DP engine, with ripped UT models, Halo inspired maps with Quake textures.
I hope not (especially with the already converted halo content for ut2004)

Quake modding wasn't about ripping off other games until Kurok came and breathed Quake editing into a new console-bred generation...
i should not be here
Zylyx_
Posts: 111
Joined: Wed Dec 05, 2007 6:52 pm
Location: scotland, uk

Post by Zylyx_ »

Yeah...that Kurok I've also heard about. What is it? A PSP Quake mod?
....noodle...
xaGe
Posts: 465
Joined: Wed Mar 01, 2006 8:29 am
Location: Upstate, New York
Contact:

Post by xaGe »

YOU aren't kidding!! He looks AWESOME!!

Spirit wrote:I think this is great. Just look at the amazing models out there. Much easier to ask the creator of a finished model if porting it is alright instead of asking someone to model.
An evil twin of http://skincity.beyondunreal.com/sectio ... php?id=695 would make a kickass Quake monster.
xaGe
Posts: 465
Joined: Wed Mar 01, 2006 8:29 am
Location: Upstate, New York
Contact:

Post by xaGe »

..Exactly! It was the PSP home brew game(I really liked it on the PSP) based on a quake engine mod that got people making your solitude's, counterstrikes, and what have you for the PSP.

..You can also play Kurok on the PC as well...

Zylyx_ wrote:Yeah...that Kurok I've also heard about. What is it? A PSP Quake mod?
VolcomStone54
Posts: 1
Joined: Tue Sep 14, 2010 12:24 am
Contact:

Post by VolcomStone54 »

Hello xaGe,

I agree with you xaGe,
Its nice the game counter strike in the psp,
Thanks a lot Guys for the information that i read...
God Bless.


make money online




make money online
gnounc
Posts: 428
Joined: Mon Apr 06, 2009 6:26 am

Post by gnounc »

^^This ones snarky^^
Electro
Posts: 312
Joined: Wed Dec 29, 2004 11:25 pm
Location: Brisbane, Australia
Contact:

Post by Electro »

Interesting, here I was making all my money offline instead. How crazy.
Benjamin Darling
http://www.bendarling.net/

Reflex - In development competitive arena fps combining modern tech with the speed, precision and freedom of 90's shooters.
http://www.reflexfps.net/
Post Reply