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

📄 game.cfg

📁 3D游戏模板
💻 CFG
字号:
; 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -