]> git.xonotic.org Git - xonotic/netradiant-xonoticpack.git/commitdiff
pass UserEnginePath
authorRudolf Polzer <divVerent@xonotic.org>
Sun, 1 May 2011 16:54:27 +0000 (18:54 +0200)
committerRudolf Polzer <divVerent@xonotic.org>
Sun, 1 May 2011 16:54:27 +0000 (18:54 +0200)
xonotic.game/default_build_menu.xml

index 8a3b3496c5fa402ee7d084c9a8d0c35e354a1dd4..2b17317dd15c5d83f38bb6c2a7aef50a0904b03e 100644 (file)
@@ -5,7 +5,7 @@ build commands
 [EnginePath]: path to the engine .. C:\quake3\ C:\Program Files\Quake III Arena\ /usr/local/games/quake3/
 -->
 <project version="2.0">
-<var name="q3map2">"[RadiantPath]q3map2.[ExecutableType]" -v<cond value="[MonitorAddress]"> -connect [MonitorAddress]</cond> -game xonotic -fs_basepath "[EnginePath]"<cond value="[GameName]"> -fs_game [GameName]</cond></var>
+<var name="q3map2">"[RadiantPath]q3map2.[ExecutableType]" -v<cond value="[MonitorAddress]"> -connect [MonitorAddress]</cond> -game xonotic -fs_basepath "[EnginePath]" -fs_homepath "[UserEnginePath]"<cond value="[GameName]"> -fs_game [GameName]</cond></var>
 <build name="Q3Map2: (single) BSP">
 <command>[q3map2] -meta -v "[MapFile]"</command>
 </build>