Jump to content

Are there any tutorials demonstrating custom prop creation?


Recommended Posts

Posted

I've looked all over Google and the tutorials here but i can't find anything that shows you how to export a simple model from 3DS or whatever and import it into GTKRadiant.

 

If somebody could help me i'd be extremely grateful!  For now i just want to make a very simple object for testing purposes, export it and import it as a prop/scenery into a map.

 

Thanks!

Posted

Just export to .lwo, .3ds or .obj and you should be good to go, Q3Map2 can handle those formats. Only difficult part might be setting the texture paths correctly, since they have to be relative to GameData/Base/ after all. Or get an MD3 exporter.

Posted

Just export to .lwo, .3ds or .obj and you should be good to go, Q3Map2 can handle those formats. Only difficult part might be setting the texture paths correctly, since they have to be relative to GameData/Base/ after all. Or get an MD3 exporter.

 

Whenever i run Q3Map2 i get this error message:

error_zps763523ad.jpg

Posted

You've compiled a map before, right? So just keep doing that the way you've always done it. Use a misc_model for the prop. The compiler (i.e. Q3Map2) will handle the rest.

Posted

You've compiled a map before, right? So just keep doing that the way you've always done it. Use a misc_model for the prop. The compiler (i.e. Q3Map2) will handle the rest.

 

I usually compile them in Radiant...

 

I'm just confused, how can you compile a map with a prop in it when the prop isn't even there because i need to compile the prop =/

Posted

You don't compile the prop. You just select the .lwo/.obj/.3ds/.md3 in the misc_model model selection dialog.

 

 

I got the model into Radiant but it's like wireframe and no texture, i assigned a .tga texture to it, power of 2 dimensions, same folder as model but nothing..

Posted

The exporters might not save the texture paths correctly, as I mentioned. Not sure if there's anything you can do about it. Try a different format, and if all else fails, use Blender, there's a .ase exporter for simple props in my plugin collection.

 

Maybe i need to make a shader for it lol.

Posted

The exporter is assuming q3, you can see it in the file path it is adding baseq3 after Star Wars Jedi Knight Jedi Academy/ and not even including gamedata. I have been using mrwonko's plugin for a while now, if you want next time you are on irc I will show you how to get it from Blender to scale using a template start up file I have.

Posted

The exporter is assuming q3, you can see it in the file path it is adding baseq3 after Star Wars Jedi Knight Jedi Academy/ and not even including gamedata. I have been using mrwonko's plugin for a while now, if you want next time you are on irc I will show you how to get it from Blender to scale using a template start up file I have.

 

Okay i'll go on IRC.

Posted

For 3ds max and md3:

 

You just need to add

 

models/map_objects/yourmodelfolder/yourmodeltexture.tga

 

To the material name, which normally says default 1 or something.

Posted

For 3ds max and md3:

 

You just need to add

 

models/map_objects/yourmodelfolder/yourmodeltexture.tga

 

To the material name, which normally says default 1 or something.

 

 

Yeh thanks i did that yesterday and it worked but i was told that adding the file extension was a bad idea but i suppose that's wrong since you have more experience :)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...