game.cfg

来自「3D游戏模板」· CFG 代码 · 共 52 行

CFG
52
字号
; For "Game", use whatever is #define'd as GAME in src/sys.hGame.ShowFPS = yes; First of all, the Virtual File System plug-inSystem.Plugins.iVFS = crystalspace.kernel.vfs; Video driver;System.Plugins.iGraphics3D = crystalspace.graphics3d.software.offscreenSystem.Plugins.iGraphics3D = crystalspace.graphics3d.software;System.Plugins.iGraphics3D = crystalspace.graphics3d.opengl;System.Plugins.iGraphics3D = crystalspace.graphics3d.line; The consoleSystem.Plugins.iConsoleInput = crystalspace.console.input.standard;System.Plugins.iConsoleOutput = crystalspace.console.output.simple;System.Plugins.iConsoleOutput = crystalspace.console.output.standardSystem.Plugins.iConsoleOutput = crystalspace.console.output.fancy; Sound rendererSystem.Plugins.iSoundRender = crystalspace.sound.render.software;System.Plugins.iSoundRender = crystalspace.sound.render.ds3d; Image LoaderSystem.Plugins.iImageIO = crystalspace.graphic.image.io.multiplex; Motion manager-- must go HERE BEFORE level loader...System.Plugins.iMotionManager = crystalspace.motion.manager.default; Level LoaderSystem.Plugins.iLoader = crystalspace.level.loader; Sound LoaderSystem.Plugins.iSoundLoader = crystalspace.sound.loader.multiplexer; Network DriverSystem.Plugins.iNetworkDriver = crystalspace.network.driver.sockets; Now the Engine (csWorld) plug-inSystem.Plugins.iEngine = crystalspace.engine.3dSystem.Plugins.iPerfStats = crystalspace.utilities.perfstat;System.Plugins.iBugPlug = crystalspace.utilities.bugplugSystem.Plugins.iFontServer = crystalspace.font.server.default; For using font multiplexor, uncomment the following three lines;System.Plugins.iFontServer = crystalspace.font.server.multiplexor;System.Plugins.iFontServer.1 = crystalspace.font.server.default;System.Plugins.iFontServer.2 = crystalspace.font.server.freetypeVFS.Config = vfs.cfg

⌨️ 快捷键说明

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