Page 2 of 2
Re: Need Help regarding this weird q3map2 error =(
Posted: Mon Jul 05, 2010 7:20 am
by wattro
the laptop is fine for compiling with. unless your compile settings are wacky, 7 hours is much much too long. and i'll be willing to bet it's the construction techniques or all the little gotcha's that you'll learn along the way.
note: i haven't seen the map, so i don't really know
also, why does q3world insist on only a single space after a sentence? (not that i use capital letters... but still)
Re: Need Help regarding this weird q3map2 error =(
Posted: Mon Jul 05, 2010 9:42 am
by chainrulez
Sorry here is the compiling settings;
Q3Map2: (final) BSP -meta, -vis, -saveprt, -light -fast -filter -super 2 -lomem
Am i missing any command or added extra command in that which leads to 7hours???
Re: Need Help regarding this weird q3map2 error =(
Posted: Mon Jul 05, 2010 3:44 pm
by obsidian
I use...
BSP: -meta
VIS: -vis -saveprt
... and on test compile:
LIGHT: -light -fast -patchshadows
... and for final compiles:
LIGHT: -light -fast -patchshadows -samples 3 -bounce 8 -gamma 2 -compensate 4 -dirty
-super is a little obsolete and should be replaced with -samples. -lomem does make things MUCH slower, but if you are running out of memory on a compile, you don't have much choice. The build menu in GtkRadiant is a little out of date. I use a batch file to invoke a compile, or some people use a front-end interface like Q3Map2Toolz.
Re: Need Help regarding this weird q3map2 error =(
Posted: Mon Jul 05, 2010 8:00 pm
by chainrulez
Alright Thankx for information. Could you tell me whats the latest version of q3map2toolz? And will it reduce my compile time with -lomem command?
Re: Need Help regarding this weird q3map2 error =(
Posted: Mon Jul 05, 2010 8:17 pm
by Hr.O
chainrulez wrote:Alright Thankx for information. Could you tell me whats the latest version of q3map2toolz? And will it reduce my compile time with -lomem command?
-lomem will increase compiletime but gives you back a lower memory usage while compiling.
And regarding Q3Map2Toolz, the links in the links section will lead you to the latest version.
Else use:
http://hwhaan.homeip.net/stuff/q3map2toolz_setup.exe
(I haven't the faintest clue what the last version I published was, so if you install it, please pm me the version number

)
Re: Need Help regarding this weird q3map2 error =(
Posted: Tue Jul 06, 2010 2:14 pm
by chainrulez
Thanks for sharing Hr.0. I have just installed,its version is 0.6.16. I think its the latest version as far as i know.