Skip to content

Commit

Permalink
update: uploading trenchbroom compile run configs file
Browse files Browse the repository at this point in the history
+ should make mapping a heck of a lot easier.
  • Loading branch information
Subject9x committed Sep 16, 2020
1 parent c35c808 commit 6d960b7
Showing 1 changed file with 91 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 6d960b7

Please sign in to comment.