⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 buildold.cfg

📁 quake的地图编辑器的源代码, 不是quake3的
💻 CFG
字号:
/*
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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -