下载客户端

《饥荒:联机版》控制台命令/作弊码

2026-02-19 10:00:43
转载

导读

这是《饥荒:联机版》的控制台命令/作弊码指南,介绍了控制台开启、模式切换方法,涵盖主机与客户端通用的无敌、全配方解锁、伤害提升等命令,主机专属的属性设置、物品生成等命令,还有服务器管理及驯服牛的特殊命令,助力玩家调整游戏体验。

我的意思是,没错,你确实可以给自己开启超级无敌模式并获取所有配方,但你的朋友们呢? 本指南包含适用于主机和客户端的命令。 在游戏中按“~”键打开控制台。 这在默认启用控制台命令的情况下有效。 如果你在个人服务器中想要使用作弊功能,请确保在提交命令前将控制台切换为“remote”模式: 你可以通过按键盘上的“ctrl”键在“remote”和“local”模式之间切换。

*You every to re-enter commands each time you load the server *To find out which player corresponds to what player number: c_listallplayers() Commands for hosts and clients IMPORTANT!! These commands apply to clients/ non-host players but the host has to be the one to enter the console commandSUPERGODMODE For host c_supergodmode()For everyone including hostsfor k,v in pairs(AllPlayers) do c_supergodmode(v) endFor individual players in server, number correspond with player number(example: first player to enter the server is player 1)c_supergodmode(AllPlayers[number]) ACCESS TO ALL RECIPES For hostGetPlayer().components.builder:GiveAllRecipes()For individual players in server, number correspond with player number(example: first player to enter the server is player 1)AllPlayers[number].components.builder:GiveAllRecipes() HIGER COMBAT DAMAGE For hostThePlayer.components.combat.damagemultiplier=(5000)For individual players in server, number correspond with player number(example: first player to enter the server is player 1)AllPlayers[number].components.combat.damagemultiplier=(5000) REVEAL ENTIRE MAP For everyone including hostfor k,v in pairs(AllPlayers) do for x=-1600,1600,35 do for y=-1600,1600,35 do v.player_classified.MapExplorer:RevealArea(x,0,y) end end end TRANPORT PLAYERS TO YOU Your friend will transport to position under your mouse cursor Number correspond with player number (example: first player to enter the server is player 1) For hostc_move(AllPlayers[number])For everyone including hostsfor k,v in pairs(AllPlayers) do c_move(v) end TRANPORT TO OTHER PLAYERS You will appear next to your friend Number correspond with player number (example: first player to enter the server is player 1) For hostc_goto(AllPlayers[number])DROP PLAYER'S INVENTORYFor individual players in server, number correspond with player number(example: first player to enter the server is player 1)AllPlayers[number].components.inventory:DropEverything()RESSURECTIONFor individual players in server, number correspond with player number(example: first player to enter the server is player 1)AllPlayers[number]:PushEvent('respawnfromghost')PUSH DEATHFor individual players in server, number correspond with player number(example: first player to enter the server is player 1)AllPlayers[number]:PushEvent('death') Commands for hosts only WALK FASTER Default speed is "1" so if multiplier = 2 then you will walk twice as fast c_speedmult(multiplier) INVISIBLE TO MOBS Mobs won't attack you c_makeinvisible() SET HEALTH PERCANTAGE Use fractional numbers (example: 0.90 = 90% c_sethea​lth(percent) SET SANITY PERCANTAGE Use fractional numbers (example: 0.90 = 90% c_setsanity(percent) SET HUNGER PERCANTAGE Use fractional numbers (example: 0.90 = 90% c_sethunger(percent) SET MOISTURE PERCANTAGE Use fractional numbers (example: 0.90 = 90% c_setmoisture(percent) SET BODY TEMPERATURE PERCANTAGE Use fractional numbers (example: 0.90 = 90% c_settemperature(degrees) SET MAXIMUM HEALTH GetPlayer().components.health:SetMaxHealth(5000) SET MAXIMUM SANITY GetPlayer().components.health:SetMaxSanity(5000) SET MAXIMUM HUNGER GetPlayer().components.health:SetMaxHunger(5000) TRANPORT TO NEAREST PREFAB You will appear next the prefab c_gonext("prefab")(example: c_gonext("cave")) SPAWN ITEM INTO YOUR OWN INVENTORY If the item cannot be kept in inventory (example: backpacks), it will drop to the ground c_give("prefab",amount)(example: c_give("berries",40)) SPAWN MOBS Mobs will spawn under your mouse cursor c_give("prefab",amount)(example: c_spawn("beefalo",2)) Commands for server/ world MAKE SERVER ANNOUNCEMENT ​c_announce("announcement") SKIP TO NEXT DAY CYCLE ​TheWorld:PushEvent("ms_nextcycle") SKIP AMOUNT OF DAYS ​c_skip(num) SKIP PHASE ​TheWorld:PushEvent("ms_nextphase") START SEASONS: Summer/ Autumn/ Winter/ Spring TheWorld:PushEvent("ms_setseason", "winter")Swap out "winter" for preferred season START RAIN ​TheWorld:PushEvent("ms_forceprecipitation") START RAIN ​TheWorld:PushEvent("ms_forceprecipitation", false) DO LIGHTNING STRIKE Lightning will strike under your mouse cursor ​TheWorld:PushEvent("ms_sendlightningstrike", ConsoleWorldPosition()) DO METEOR STRIKE Meteor will strike under your mouse cursor ​c_spawn("shadowmeteor", 1) CLEAR THE MORGUE ErasePersistentString("morgue") SAVE THE SERVER Useful for rollback mid-game ​c_save() ROLLBACK THE SERVER Rollsback to last (1) save or second-last (2) save and so on... ​c_rollback(count) ACTIVATE ALL EVENTS Doesn't work if world configuration events set to "auto" ​for k, v in pairs(SPECIAL_EVENTS) do if v ~= SPECIAL_EVENTS.NONE then local tech = TECH[k] if tech ~= nil then tech.SCIENCE = 0 end end end function IsSpecialEventActive(event) return true end MUST HAVE CHEAT!! SPAWN TAMED BEEFALO Step one: ​function spawn_beef(tendency) local beef = c_spawn("beefalo"); beef.components.hunger:DoDelta(400); beef.components.domesticatable:DeltaTendency(tendency, 1); beef:SetTendency(); beef.components.domesticatable.domestication = 1; beef.components.domesticatable:BecomeDomesticated(); endStep two: spawn_beef("DEFAULT")Swap "DEFAULT" with "RIDER", "ORNERY" or "PUDGY" for different looks of beefalo: "DEFAULT" accepts saddle and mounting easily

“骑手”看起来很生气,需要先喂食才能上鞍和骑乘

“倔强”外观华丽,易于装备马鞍和骑乘

“PUDGY”看起来胖乎乎的,能轻松装备鞍具并被骑乘

评论

共0条评论
face
inputImg
相关阅读
最新更新

作弊码,控制台命令

本指南包含一系列控制台命令,可帮助轻松通关游戏。

2026-02-18 10:000赞 · 0评论

《奇迹时代3》控制台命令//作弊码

嘿!就是你!正在看电脑/电视屏幕的那个!我有你一直在找的作弊码/控制台命令! 启用作弊码! 要启用作弊码,你需要启动游戏,进入【其他】并选择【以调试模式运行】,…

2026-04-06 01:000赞 · 0评论

《上帝也疯狂:开天辟地》作弊码及调试模式

以下是《上帝也疯狂:开天辟地》的控制台命令。注意:如果你是新手,请不要使用这些命令,因为它们可能会破坏你的游戏体验。但这是个胡闹的好方法。 如何打开控制台: 要…

2026-03-22 13:000赞 · 0评论

《半衰期2》作弊码与控制台命令

大量控制台命令合集 本指南文本可能存在错误,如发现任何错误请告知(请在指南下方报告错误,不要为此发送好友请求) 其他控制台命令指南 俄语版 《半条命2》 《半条…

2026-02-16 01:000赞 · 0评论

《重返德军总部》作弊指南

所有可用作弊码和控制台命令的完整列表。 首先,在开始使用作弊功能前,你需要在游戏中启用作弊模式。在Steam中添加启动选项是最简单的方法。

2026-03-21 16:000赞 · 0评论

《战火兄弟连:浴血奋战》作弊码

直奔主题....一份关于如何使用游戏内控制台命令的指南。 创建一个已解锁所有内容的新档案 你只需在基础游戏中创建一个名为2ndsquad的新档案,即可解锁额外内…

2026-04-04 07:000赞 · 0评论

《上古卷轴4:湮没》年度版作弊码列表

以下是《上古卷轴4:湮没》年度版的作弊码列表。 如何打开控制台? 只需按下Tab键上方的按键即可打开游戏内控制台,输入作弊码。 你可以按Ctrl + F在本指南…

2026-03-19 19:000赞 · 0评论

作弊码与控制台命令

在《星球大战:共和国突击队》游戏中,游玩时按下波浪键(~)可调出控制台,这是游戏自带的强大工具。本指南列出了控制台可接受的命令,其中许多为作弊码。 攻防强力作弊…

2026-03-19 13:000赞 · 0评论

《欧陆风云4》作弊码

本指南适用于那些厌倦了单纯游玩《欧陆风云4》的玩家,或是尚未熟练掌握游戏的新手。基本信息

2026-03-19 10:000赞 · 0评论

【地狱已满】控制台命令

使用后可以随心所欲地捣乱。作弊码:打开控制台输入sv_cheats 1开启作弊功能。所有武器弹药:impulse 101。当前武器弹药:givecurrenta…

2026-02-19 22:000赞 · 0评论
暂无更多

最新更新