buildold.cfg

来自「quake的地图编辑器的源代码, 不是quake3的」· CFG 代码 · 共 41 行

CFG
41
字号
/*
Quest auto building configuration file
Copyright 1998, 1998 Alexander Malmberg


If you're used to using the go1-6.bat files, this build .cfg file will
emulate that pretty good. Note that the last alternative in Quest is really
go1.bat with just the visible part of the map. If you used to use shell
scripts in these files, stick '#!/bin/sh' (or whatever) at the top of
each command list, change %M to %N, and it should work.
*/

// do nothing
{
}

"Fast (no error checking)"
{
go1 %M
}

"Fast (with error checking)"
{
go2 %M
}

"Entities Only"
{
go3 %M
}

"Lighting Only"
{
go4 %M
}

"Full Build"
{
go5 %M
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?