When I go to edit project settings and I pick the “final compile” (the one without without bounce 8) because I want to customize it I see the following:
MenuTest: bsp_Q3MAP2/Q3MAP2: (final) BSP -meta, -vis, -light -fast -filter -super 2
Command: ! “C:/Program Files/GtkRadiant-1.4/Q3MAP2/Q3MAP2” -v # -game jk2 -fs_basepath “C:/Program Files/LucasArts/Star Wars JK II Jedi Outcast/GameData/” -meta $ && ! “C:/Program Files/GtkRadiant-1.4/Q3MAP2/Q3MAP2” # -game jk2 -fs_basepath “C:/Program Files/LucasArts/Star Wars JK II Jedi Outcast/GameData/” -vis -saveprt $ && ! “C:/Program Files/GtkRadiant-1.4/Q3MAP2/Q3MAP2” -v # -game jk2 -fs_basepath “C:/Program Files/LucasArts/Star Wars JK II Jedi Outcast/GameData/” -light -fast -filter -super 2 $
Ok so wikipedia recommends the following for final compiles, and I’ve heard other say that similiar recommendations so I want to implement the following (except patchshadows because I have those in my sky portal and I think it will mess it up.)
“C:\path o\q3map2.exe” -skyfix -meta -v “C:\path o\mapname.map”
“C:\path o\q3map2.exe” -vis -v “C:\path o\mapname.map”
“C:\path o\q3map2.exe” -light -shade -patchshadows -samples 3 -samplesize 1 -thresh 0.1 -v “C:\path o\mapname.map”
Anyways when I look the command line there are two places I wonder where I should add -skyfix to? Right after “Q3MAP2/Q3MAP2” like wikiepedia says or should I put it right before the -meta like wikipedia also seems to hint at?
I mean modifying the “-light” phase is pretty simple, but modifying the -bsp and -vis stage confuse me. I plan on deleting -super and -filter and probably -fast also and putting in the changes wiki recommends, but where woud I put -skyfix and -v in the bsp and\or -light phase

