Compiling Setup

General mapping discussions
Post Reply
User avatar
xandaxs
Posts: 959
Joined: Wed Aug 17, 2011 5:22 pm
Location: Oeiras, Portugal

Compiling Setup

Post by xandaxs »

I'd liek to know what are your compile settings.
What do you compile in the BSP, VIS and LIGHT Stage?
[12:25] <JohnnyEnglish> morning Nounou
[12:25] <JohnnyEnglish> wotcha doing?
[12:25] <Nounou> hello
[12:26] <Nounou> nothing much, i've nothing to do at work so
[12:26] <Nounou> modeling woman
[12:26] <JohnnyEnglish> woo
[12:26] <JohnnyEnglish> real women?
[12:26] <Nounou> realistic yes, on maya

Image

flajeen
Posts: 289
Joined: Wed Aug 17, 2011 7:13 pm
Location: Évora, Portugal

Re: Compiling Setup

Post by flajeen »

bounce 99, nothin more
Image

User avatar
xandaxs
Posts: 959
Joined: Wed Aug 17, 2011 5:22 pm
Location: Oeiras, Portugal

Re: Compiling Setup

Post by xandaxs »

Oww..
I though we needed -meta to be able to play :P
[12:25] <JohnnyEnglish> morning Nounou
[12:25] <JohnnyEnglish> wotcha doing?
[12:25] <Nounou> hello
[12:26] <Nounou> nothing much, i've nothing to do at work so
[12:26] <Nounou> modeling woman
[12:26] <JohnnyEnglish> woo
[12:26] <JohnnyEnglish> real women?
[12:26] <Nounou> realistic yes, on maya

Image

User avatar
Rylius
King wiki
Posts: 232
Joined: Wed Aug 17, 2011 8:14 pm
Location: Germany
Contact:

Re: Compiling Setup

Post by Rylius »

:italy => {
:bsp => "-meta -patchmeta",
:vis => "",
:light => "-shade -patchshadows -dark -samplesize 28 -dirty -dirtmode 1 -dirtdepth 16 -samples 4",
:all => "-v",
},

Still experimenting with lighting
Rain - Blog - deviantArt
<Delirium> I did like a reverse jizz
<Delirium> in my pants
<Delirium> my jeans went into my sack
<Delirium> through my dick

User avatar
Moonie
Posts: 9
Joined: Thu Jan 26, 2012 1:09 pm
Location: Cornwall, UK

Re: Compiling Setup

Post by Moonie »

Differs based on map, but the one ive been using a late for a final compile is this.

-meta
-vis
-light -fast -samples 256 -samplesize 1 -bounce 99 -filter

My default_build_menu.xml for the last map i did.

Code: Select all

<?xml version="1.0"?>
<project version="2.0">
<var name="q3map2">"[RadiantPath]q3map2.[ExecutableType]" -v<cond value="[MonitorAddress]"> -connect [MonitorAddress]</cond> -game quake3 -fs_basepath "[EnginePath]"<cond value="[GameName]"> -fs_game [GameName]</cond></var>
<build name="Q3Map2: (Meta) BSP -meta">
<command>[q3map2] -meta "[MapFile]" > ~/.urtmap/abababab1/abababab1-bsp-debug.log</command>
</build>
<build name="Q3Map2: (Vis) -vis">
<command>[q3map2] -vis "[MapFile]" > ~/.urtmap/abababab1/abababab1-vis-debug.log</command>
</build>
<build name="Q3Map2: (Test) -light -fast -samples 4 -bounce 2 -filter -gamma 1.5">
<command>[q3map2] -light -fast -samples 4 -bounce 2 -filter -gamma 1.5 "[MapFile]" > urtmap/abababab1/abababab1-light-debug.log</command>
</build>
<build name="Q3Map2: (Beta) -light -fast -samples 16 -samplesize 1 -bounce 8 -gamma 1.5 -compensate 0 -filter">
<command>[q3map2] -light -fast -samples 16 -samplesize 1 -bounce 8 -gamma 1.5 -compensate 0 -filter "[MapFile]" > ~/.urtmap/abababab1/abababab1-light-debug.log</command>
</build>
<build name="Q3Map2: (Final) -light -fast -samples 256 -samplesize 1 -bounce 99 -gamma 1.5 -compensate 0 -filter">
<command>[q3map2] -light -fast -samples 256 -samplesize 1 -bounce 99 -gamma 1.5 -compensate 0 -filter  "[MapFile]" > ~/.urtmap/abababab1/abababab1-light-debug.log</command>
</build>
</project>

User avatar
KroniK
Posts: 169
Joined: Tue Dec 06, 2011 9:44 pm
Location: Fairbanks, Alaska, USA

Re: Compiling Setup

Post by KroniK »

Hey Moonie or anyone else, where do I find the file which holds this information... I can not find it!
"I still miss my ex girlfriend, but my aim is improving."

User avatar
Moonie
Posts: 9
Joined: Thu Jan 26, 2012 1:09 pm
Location: Cornwall, UK

Re: Compiling Setup

Post by Moonie »

On Netradiant (1.5 or less) and on Linux, its in /path/to/Netradiant/<gamename>.game/default_build_menu.xml

or

~/.radiant/<version>/<gamename>.game/build_menu.xml

No clue for windows as i havent used it in some years.

Post Reply