From 6d960b70472ab4455ac508001dcb60896650ba7d Mon Sep 17 00:00:00 2001 From: subject9x Date: Wed, 16 Sep 2020 11:38:55 -0400 Subject: [PATCH] update: uploading trenchbroom compile run configs file + should make mapping a heck of a lot easier. --- .../CompilationProfiles.cfg | 91 +++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 data_dir_backup/maps/battleMETAL_trenchbroom/CompilationProfiles.cfg diff --git a/data_dir_backup/maps/battleMETAL_trenchbroom/CompilationProfiles.cfg b/data_dir_backup/maps/battleMETAL_trenchbroom/CompilationProfiles.cfg new file mode 100644 index 000000000..47aeff974 --- /dev/null +++ b/data_dir_backup/maps/battleMETAL_trenchbroom/CompilationProfiles.cfg @@ -0,0 +1,91 @@ +{ + "profiles": [ + { + "name": "q3map2-Full final", + "tasks": [ + { + "parameters": "-meta -v -skyfix -game quake3 -fs_basepath \"${GAME_DIR_PATH}\" \"${MAP_FULL_NAME}\" ", + "tool": "E:\\dpdev\\GtkRadiant-1.6.6-20180422\\x64\\q3map2.exe", + "type": "tool" + }, + { + "parameters": "-vis -v -game quake3 -fs_basepath \"${GAME_DIR_PATH}\" \"${MAP_FULL_NAME}\" ", + "tool": "E:\\dpdev\\GtkRadiant-1.6.6-20180422\\x64\\q3map2.exe", + "type": "tool" + }, + { + "parameters": "-light -fast -patchshadows -samples 3 -bounce 8 -gamma 2 -compensate 4 -dirty -v -game quake3 -fs_basepath \"${GAME_DIR_PATH}\" \"${MAP_FULL_NAME}\" ", + "tool": "E:\\dpdev\\GtkRadiant-1.6.6-20180422\\x64\\q3map2.exe", + "type": "tool" + } + ], + "workdir": "${MAP_DIR_PATH}" + }, + { + "name": "q3map2-novis", + "tasks": [ + { + "parameters": "-v -game quake3 -fs_basepath \"${GAME_DIR_PATH}\" -meta -skyfix -leaktest \"${MAP_FULL_NAME}\" ", + "tool": "E:\\dpdev\\GtkRadiant-1.6.6-20180422\\x64\\q3map2.exe", + "type": "tool" + }, + { + "parameters": "-light -fast -patchshadows -samples 3 -bounce 8 -gamma 2 -compensate 4 -dirty -v -game quake3 -fs_basepath \"${GAME_DIR_PATH}\" \"${MAP_FULL_NAME}\" ", + "tool": "E:\\dpdev\\GtkRadiant-1.6.6-20180422\\x64\\q3map2.exe", + "type": "tool" + } + ], + "workdir": "${MAP_DIR_PATH}" + }, + { + "name": "q3map-bsp only", + "tasks": [ + { + "parameters": "-v -game quake3 -fs_basepath \"${GAME_DIR_PATH}\" -meta \"${MAP_FULL_NAME}\" ", + "tool": "E:\\dpdev\\GtkRadiant-1.6.6-20180422\\x64\\q3map2.exe", + "type": "tool" + } + ], + "workdir": "${MAP_DIR_PATH}" + }, + { + "name": "q3map2-scale", + "tasks": [ + { + "parameters": "-v -game quake3 -fs_basepath \"${GAME_DIR_PATH}\" -meta -scale 2.0 \"${MAP_FULL_NAME}\" ", + "tool": "E:\\dpdev\\GtkRadiant-1.6.6-20180422\\x64\\q3map2.exe", + "type": "tool" + } + ], + "workdir": "${MAP_DIR_PATH}" + }, + { + "name": "q3map2-minimap", + "tasks": [ + { + "parameters": "-v -fs_basepath \"${GAME_DIR_PATH}\" -minimap -size 2048 -samples 8 -sharpen 0 -border 0 \"${MAP_FULL_NAME}\" ", + "tool": "E:\\dpdev\\GtkRadiant-1.6.6-20180422\\x64\\q3map2.exe", + "type": "tool" + } + ], + "workdir": "${MAP_DIR_PATH}" + }, + { + "name": "q3map3_bps_vis", + "tasks": [ + { + "parameters": "-meta -v -game quake3 -fs_basepath \"${GAME_DIR_PATH}\" \"${MAP_FULL_NAME}\" ", + "tool": "E:\\dpdev\\GtkRadiant-1.6.6-20180422\\x64\\q3map2.exe", + "type": "tool" + }, + { + "parameters": "-vis -v -game quake3 -fs_basepath \"${GAME_DIR_PATH}\" \"${MAP_FULL_NAME}\" ", + "tool": "E:\\dpdev\\GtkRadiant-1.6.6-20180422\\x64\\q3map2.exe", + "type": "tool" + } + ], + "workdir": "${MAP_DIR_PATH}" + } + ], + "version": 1 +}