【方舟生存进化单机模式秘籍代码大全】《方舟:生存进化》是一款以生存与建造为核心的沙盘游戏,玩家在游戏中需要通过收集资源、驯服恐龙、建造基地来求生。在单机模式中,使用秘籍代码可以大大提升游戏体验,帮助玩家快速获取资源、召唤生物或调整游戏参数。以下是一些常用且实用的秘籍代码总结,适用于PC端的单机模式。
一、基础控制类代码
| 代码 | 功能说明 |
| `cheat giveitem "Blueprint'/Game/PrimalEarth/Core/Items/Item_Seed_Crystal.Item_Seed_Crystal'" 1` | 获得一颗水晶种子 |
| `cheat giveitem "Blueprint'/Game/PrimalEarth/Core/Items/Item_Seed_Stone.Item_Seed_Stone'" 1` | 获得一颗石质种子 |
| `cheat giveitem "Blueprint'/Game/PrimalEarth/Core/Items/Item_Seed_Wood.Item_Seed_Wood'" 1` | 获得一棵木头种子 |
| `cheat giveitem "Blueprint'/Game/PrimalEarth/Core/Items/Item_Seed_Metal.Item_Seed_Metal'" 1` | 获得金属种子 |
| `cheat giveitem "Blueprint'/Game/PrimalIsle/Items/Item_Seed_Cactus.Item_Seed_Cactus'" 1` | 获得仙人掌种子 |
二、召唤生物类代码
| 代码 | 功能说明 |
| `cheat summon "Dino_CreatureName" 100` | 召唤指定恐龙(如“Dino_Tyrannosaurus”)并设置数量为100 |
| `cheat summon "Dino_Baby_Tyrannosaurus" 5` | 召唤5只幼年霸王龙 |
| `cheat summon "Dino_Pteranodon" 20` | 召唤20只翼手龙 |
| `cheat summon "Dino_SaberTooth" 10` | 召唤10只剑齿虎 |
> 注意:部分恐龙名称可能因版本不同而略有差异,建议在游戏内查看正确名称。
三、修改属性类代码
| 代码 | 功能说明 |
| `cheat setplayerlevel 100` | 将玩家等级设为100 |
| `cheat setxp 999999` | 设置玩家经验值为999,999 |
| `cheat setplayerhealth 1000` | 设置玩家生命值为1000 |
| `cheat setplayerhunger 1000` | 设置玩家饥饿值为1000 |
| `cheat setplayerthirst 1000` | 设置玩家口渴值为1000 |
四、环境与时间控制类代码
| 代码 | 功能说明 |
| `cheat settime 18:00` | 设置时间为下午6点 |
| `cheat settime 06:00` | 设置时间为早上6点 |
| `cheat setweather clear` | 设置天气为晴朗 |
| `cheat setweather storm` | 设置天气为暴风雨 |
| `cheat setgravity 1.5` | 调整重力值为1.5倍 |
五、其他实用代码
| 代码 | 功能说明 |
| `cheat destroyall` | 摧毁所有已生成的生物和建筑 |
| `cheat killall` | 杀死所有已生成的生物 |
| `cheat god` | 开启无敌模式 |
| `cheat noclip` | 开启穿模模式 |
| `cheat speed 2` | 设置角色移动速度为2倍 |
使用方法:
1. 在游戏中按下 `~` 键打开控制台。
2. 输入上述代码后按回车键执行。
3. 部分代码可能需要先开启“开发者模式”或“作弊模式”。
注意事项:
- 秘籍代码在多人联机中通常不可用。
- 使用过多秘籍可能会影响游戏体验,建议适度使用。
- 不同版本的游戏可能存在兼容性问题,建议参考官方文档或社区指南。
以上内容整理自多个玩家经验与游戏内部数据,旨在为《方舟:生存进化》单机模式提供便捷的秘籍代码参考。希望对你的游戏之旅有所帮助!


