萝卜白菜各有所爱,有人喜欢纯粹的游戏,有的人喜欢修改游戏,众口难调,但是也是有专门为修改游戏的玩家准备的东西。
.Entries = (Text = "Set god mode", Cmd = "god")
.Entries = (Text = "Set jesus mode", Cmd = "jesus")
.Entries = (Text = "Free cam (requires god mode)", Cmd = "dropme")
.Entries = (Text = "Change 1p/3p camera", Cmd = "FreeFlightCamera")
.Entries = (Text = "Get infinite ammo", Cmd = "ammo")
.Entries = (Text = "Get all weapons", Cmd = "loadfullinventory")
.Entries = (Text = "Show fps counter", Cmd = "stat xunit", IsToggle = true)
.Entries = (Text = "Show player position", Cmd = "whereami", IsToggle = true)
.Entries = (Text = "Show memory budget", Cmd = "showmemorybudget", IsToggle = true)
.Entries = (Text = "Show streamed levels", Cmd = "stat levels")
.Entries = (Text = "View lit", Cmd = "viewmode lit")
.Entries = (Text = "View unlit", Cmd = "viewmode unlit")
.Entries = (Text = "Slow-motion on", Cmd = "slomo 0.4")
.Entries = (Text = "Slow-motion off", Cmd = "slomo 1.0")
.Entries = (Text = "Toggle cross-hair", Cmd = "ToggleCrossHair")
.Entries = (Text = "Take screenshot", Cmd = "screenshot")
.Entries = (Text = "Juice screenshot", Cmd = "juicescreenshot")
.Entries = (Text = "Lock All levels", Cmd = "LockAllLevels")
.Entries = (Text = "UnLock All levels", Cmd = "UnLockAllLevels")
.Entries = (Text = "Lock All TimeTrial", Cmd = "LockAllTT")
.Entries = (Text = "UnLock All TimeTrial", Cmd = "UnLockAllTT")
.Entries = (Text = "Use streaming volumes", Cmd = "ToggleUseStreamingVolumes", IsToggle = true)
.Entries = (Text = "Leipzig", Cmd = "Leipzig")
这些命令 就是 所谓的官方秘籍。。我们要做的就是把你需要的哪个秘籍的命令绑定 在你要的 按键上面就可以了~0~
首先打开我的文档 C:UsersUserNameDocumentsEA GamesMirror's EdgeTdGameConfig
打开 TdInput 把以下 命令复制进去。Name F1-F4 是 你要绑定的哪个键 Command="你需要的秘籍名称"
Bindings=(Name="F1",Command="dropme",Control=False,Shift=False,Alt=False)
Bindings=(Name="F2",Command="god",Control=False,Shift=False,Alt=False)
Bindings=(Name="F3",Command="jesus",Control=False,Shift=False,Alt=False)
Bindings=(Name="F4",Command="FreeFlightCamera",Control=False,Shift=False,Alt=False)
F4 就是 第三人称视角 切换
F2 是 无敌模式。