发布网友 发布时间:2022-04-23 08:26
共2个回答
热心网友 时间:2022-06-18 08:53
进入游戏模式,按 ~ (1左边的那个按键) 开启控制台
输入代码:
GetPlayer().components.builder:GiveAllRecipes()
-------- 全物品直接制造
GetPlayer().components.hungerause(true)
-------------- 不饿
GetPlayer().components.health:SetMaxHealth(300)
---------- 最大血格(把右边的数字修改成你想要的血量就行了)
开全地图,要输入2个指令才行,每次都要回车执行:
minimap = TheSim:FindFirstEntityWithTag("minimap")
minimap.MiniMap:ShowArea(0,0,0, 10000)
GetPlayer().components.health:SetInvincible(true)
--------- 上帝模式(锁定除了脑残值之外的属性,包括温度)
输入的时候一定要区分大小写,包括空格,如果想切回上一次的修改就按↑键(要在不退出的前提下)
热心网友 时间:2022-06-18 08:53
GetPlayer().components.builder:GiveAllRecipes() ---------- 全物品直接制造
空格
GetPlayer().components.hungerause(true) ---------- 饥饿值不降低
空格
GetPlayer().components.sanity:SetMax(500) ---------- 精神值不降低(慎用不可取消 )
空格 空 空格 格 空格
GetPlayer().components.health:SetMaxHealth(300) ---------- 最大血格
空格 空格 空格
GetPlayer().components.health:SetInvincible(true) ---------- 上帝模式
空格 空格 空格 空格
下面是开全地图,要输入2个指令才行,每次都要回车执行:
minimap = TheSim:FindFirstEntityWithTag("minimap")
minimap.MiniMap:ShowArea(0,0,0, 10000)
GetPlayer().components.builder:GiveAllRecipes() 空格
c_sethunger(***)调饥饿 空格
c_setsanity(***)调脑残 空格
c_sethealth(***)调血量 空格
***是多少百分比,如1.00,0.57等