下载客户端

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

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

AI智能总结导读

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

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

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

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

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

《赫克森2》控制台命令

以下是控制台命令列表。部分不常用的命令可能已失效(对于这类老游戏而言这是常见情况),但主要命令仍可正常使用。 2020年8月25日:对指南进行了整理。采用了规范…

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

控制台命令

一份实用的作弊指令列表。 如何启用开发者控制台: 1. 打开电脑上的文档文件夹:文档 > 我的游戏 > FarmingSimulator2025。 2. 使用记…

2026-02-20 04:000赞 · 0评论

《辐射4》控制台命令(作弊码)

《辐射4》控制台命令:作弊码

2026-02-20 04:000赞 · 0评论

《哥特王朝2》中的作弊码与控制台命令

Здравствуйте дорогие любители олдовых РПГ!!! Здесь вы найдёте список всех команд…

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

《骑马与砍杀2:霸主》控制台命令

我发现有用的作弊码和控制台命令列表。如何启用《骑马与砍杀2:霸主》作弊功能

2026-02-19 04:000赞 · 0评论

《半条命:针锋相对》作弊码与控制台命令

在本指南中,你将了解到该游戏的所有控制台作弊代码。不要经常使用它们,否则所有乐趣都会消失)启动参数:从库中加载游戏,找到《半条命:针锋相对》,进入属性,在启动选…

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

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

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

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

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

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

2026-03-22 13:000赞 · 0评论
暂无更多

最新更新

  • 《饥荒:联机版》新内容【Don't Starve Elsewhere】及WX-78技能展示与后续计划下周公布! — 大家好, 《饥荒联机版》WX-78技能亮点更新及内容更新计划(路线图)将于下周四,也就是4月16日推出! 当然,我们还会为大家带来新皮肤以及一系列新的直播掉落奖…
  • 控制台 - 从维基百科抄袭的命令 — 只是在指南中没有带有清晰说明的命令。之前只有一个人用俄语制作了所有内容,但却生硬地夹杂着英语,使用起来很不方便。所以我决定制作自己的版本——一个正常的版本。所有…
  • 《饥荒:联机版》模组合集 — 本指南适用于可能错过有趣模组的玩家。 影响游戏进程的模组 第一部分 1) 俄语化补丁 将游戏大部分内容翻译为俄语。 2) Always On Status 显示…
  • 解决Cyclum谜题 — Steam指南:解决Cyclum谜题 此指南将帮助你获取【悲伤火炬】,并协助解决Metheus谜题,后者能为你带来【远古手杖】和【远古国王宝箱】。 注意: - …
  • 如何在《饥荒》中度过冬天? — 《饥荒》中冬季是最难熬的季节之一。通常冬季会在第20天左右开始。即使你知道如何度过冬天,如果没有提前做好准备也是徒劳。 开始 《饥荒》中冬季是最难熬的季节之一。…
  • 关于Cyclum和Metheus谜题的一切以及如何解决它们! — 饥荒:联机版相关的谜题共有4个。其中2个谜题可获得特殊物品,另外2个仅为挑战和娱乐。 有奖励的谜题: - 循环谜题 - 墨提斯谜题 无奖励的挑战谜题: - 威廉…
  • 关于薇格弗德2.0的一切 — 你点进这份指南,说明你想了解薇格弗德这位魅力非凡的女性角色。 我们红发“小野兽”的优缺点: 优点: 1. 你可以忘记生命值和理智值的恢复问题了,凭借其出众的外表…
  • 《饥荒联机版》实用模组 — 你好!首先感谢你查看我的指南!在本指南中,我们将快速了解一些实用的模组,这些模组能在我们喜爱的《饥荒联机版》中提供很大帮助!重要的是:这里的模组不会是作弊性质的…
  • 春季指南 — 在本简短指南中,你将了解到春天该做些什么 春天的开始 冬季结束后,你首先需要制作一把雨伞。并且确保你挖掘了尽可能多的冰块,直到你的冰箱装不下为止(夏天会需要用到…
  • 薇格弗德角色指南+重做内容解析 — 本指南将尽量简洁明了地介绍薇格弗德、她近期的重做内容,以及一些生存建议和食谱。 目录: 1. 简介 2. 角色属性 3. 独特能力/制作配方 4. 重做内容 5…