Image

Compiling maps

Want to make a map? Have one you made and want to test it out?
Locked
HoosierDaddy
Newbie
Newbie
Posts: 6
Joined: Wed Dec 31, 1969 7:00 pm

Compiling maps

Post by HoosierDaddy » Fri Jan 25, 2008 11:00 am

Having a little trouble compiling my first project with gtkRadiant (v.1.5)...

Tried to follow a couple tutorials, but not having much luck.

Also tried using WolfCompile, but can't get a list of files to pop up in the program, so I'm currently contacting the author about this.


Any help would be much appreciated!

RayBan
Newbie
Newbie
Posts: 12
Joined: Wed Dec 31, 1969 7:00 pm

Post by RayBan » Fri Jan 25, 2008 6:19 pm

well, i have 1.5 installed, but i never use it. the versions around 1.4 and up
strayed from classic radiant so i stick with 1.3

but, what you can do is create your map in 1.5, then download a few things
to do external compiles, like q3map2, and q3map2build

http://shaderlab.com/q3map2/
http://www.bobdev.com/q3map2build.php

when you start q3map2build, you will need to specify paths and such,
and you get 3 compile stages, one for a bsp, the 2nd to 'vis' the map
( vis means it will create portals and sort them into a tree for quick indexing
to display only whats in the pvs )

and finally the light compile.

bsp - set on Custom, and in its options set enable meta
vis - just leave that as normal, no options
light - set on Custom, and in its options set Export ( all lightmaps for et are saved in an external folder )
-fast option and finally -lightmapsize option set to... oh, 128. that last option
just specifiys the size of the lightmap images to create, 128x128.

after all that, you can click on Build, then wait for it to finish.


you want to set options for each stage,

Oreo
Newbie
Newbie
Posts: 5
Joined: Wed Dec 31, 1969 7:00 pm

Post by Oreo » Mon Jan 28, 2008 10:39 pm

The way i usally compile my maps is through a .zip file
and add the .txt and make them to what i want, and change it from .zip to .pk3 (in the name) and then thats the way i do it, like this



filename.zip => filname.pk3

works like a charm for a compile

HoosierDaddy
Newbie
Newbie
Posts: 6
Joined: Wed Dec 31, 1969 7:00 pm

Compiling

Post by HoosierDaddy » Tue Jan 29, 2008 11:10 am

Excellent! I got my first map to work... so that's good news.



Many thanks for the tips. Will keep you posted.

Zeus
Retired Clan Member
Retired Clan Member
Posts: 1910
Joined: Wed Dec 31, 1969 7:00 pm
Location: Going insane one day at a time.
Contact:

Post by Zeus » Tue Jan 29, 2008 11:12 am

Rays our resident map expert, if you have a question, I guarantee he can answer it. :wtg:
Image

HoosierDaddy
Newbie
Newbie
Posts: 6
Joined: Wed Dec 31, 1969 7:00 pm

Constructable objects, etc.

Post by HoosierDaddy » Wed Jan 30, 2008 9:40 am

Yeah, Rayban does pretty darned good work!


I've got the basic object assembly down pretty good. Though constructable objects and scripting is going to be interesting.

RayBan
Newbie
Newbie
Posts: 12
Joined: Wed Dec 31, 1969 7:00 pm

Post by RayBan » Thu Jan 31, 2008 12:37 am

you all makin me gush.. :lol:

hoosier, you should get an account at www.splashdamage.com,
they made the game and have a large selection on tutorials.

i have made a google site also,but no tut's there yet,
http://raybanb.googlepages.com/

i added a bba link also on the page..

HoosierDaddy
Newbie
Newbie
Posts: 6
Joined: Wed Dec 31, 1969 7:00 pm

Post by HoosierDaddy » Mon Feb 04, 2008 4:56 pm

RayBan wrote:
hoosier, you should get an account at www.splashdamage.com,
they made the game and have a large selection on tutorials.

i have made a google site also,but no tut's there yet,
http://raybanb.googlepages.com/
Thanks. I love those binocs... very funny!

Locked