二代控制台 您所在的位置:网站首页 北京丰台区区域地图 二代控制台

二代控制台

2024-02-08 06:56| 来源: 网络整理| 查看: 265

¶ 深海迷航:冰点之下 最全控制台代码

zzhiUs.png 内容尚不完全,正在更新中...

⚠️新手玩家希望能够避免或谨慎查看这篇文章。 ⚠️在使用这些命令之前保存或者备份您的游戏/存档!使用这些命令可能会损害您的游戏体验,并会导致使用过代码的存档永久禁用游戏成就!

❗️控制台命令是一组工具,可以在游戏的正常范围之外调整玩家的体验。这些命令可以用于调试目的,查看部分已经实现的内容,或者可以用于玩家在游戏中为所欲为。 ❗️有些代码为旧版深海迷航特有物品,现在使用可能会刷出问号等不明物品或者无法使用的物品。 ❗️部分代码如果输入无效,尝试全部小写!

使用方法:第一次加入到游戏界面,使用快捷键(Shift+Enter)或者(Shift+~)组合键来激活使用代码。激活后游戏左下角显示代码框即为激活成功。 之后每次打开代码框仅需直接按“Enter”或者“~”键即可,输入完代码再按“Enter”即可生效。 需要注意,有些代码输入后游戏界面可能无任何反应,但是实际已经生效了! zzh5in.png

¶ 一、代码大礼包

bobthebuilder 启用以下代码(输入这个会启动下面的全部代码) —————————— fastbuild 快速建造 unlockall 解锁所有蓝图 nocost 合成和建造无需材料 fastgrow 植物快速生长 fasthatch 生物蛋快速孵化 并且向玩家背包中添加建造器,扫描仪,生存匕首,焊接器 以上代码也可以单独使用!

¶ 二、基本代码

常用代码: ency all 将会解锁所有数据库资料,即使是没有实装在游戏里的 unlockdoors 解锁所有密码门和先驱者基地的大门

基本: warp [x] [y] [z] 传送玩家到指定坐标(XYZ坐标轴) [x]东西方,[y]高度。[z]南北 item [NAME] [#] 将特定项目的指定数量添加到玩家的库存中。 例如:item titanium 5 将5个钛到玩家的存货清单上。

clearinventory 删除库存中的所有内容。

spawn [NAME] [#] 在玩家面前产生一定数量的特定对象。 例子:spawn hoopfish 5 产生5个hoopfish在玩家面前。

resourcesfor [物品名] 将制造指定物品所需的材料给玩家 例如: resourcesfor knife 将给玩家硅胶和钛 ency [物品名] 解锁指定的数据库资料(PDA的百科全书) 例如: ency basaltoutcrops 将解锁玄武岩的数据库资料 如果这样做: ency all 将会解锁所有数据库资料,即使是没有实装在游戏里的 damage [倍数] 设置玩家对物品和生物造成的伤害倍数 instagib 切换instagib模式(不知道怎么翻译) invisible 生物将完全忽视玩家 filterfast 减少海水滤机过滤水的时间 fastscan 减少扫描仪的扫描时间 fastgrow 种植在任何载体上的植物会立刻长出来 fasthatch 生物蛋被放进水族馆后会在几分钟内孵化 fastbuild 玩家使用居留舱建造器时能一秒钟完成建造 与“nocost”指令一起使用更佳 nocost 合成和建造无需材料(物品,载具,舱室) noenergy 所有需要使用电力的工具,载具,舱室都不需要使用电力(没电也能用) nosurvival 玩家不需要要水和食物,可食用物不会过期(就像开创造模式一样),此指令仅能用于生存和极限模式 oxygen 玩家不消耗氧气 nitrogen 能让玩家在水下待更久,如果不小心会得减压病 bubbles 在玩家旁边召唤数个气泡(紧急补氧) seaglide 在玩家面前生成水下推进器 dig [#] 清除玩家周围直径为 “#”数值的球体地形,最大100 这个指令会对游戏的流畅度产生极大的影响 takedamage [number]使玩家受到一定点数的伤害,如果不填数字,则系统随机取一个值。

unlock 解锁一个具体的蓝图(需要自己开英文模式翻阅原本蓝图的英文是什么) 例如: unlock solarpanel 解锁太阳能电池板

lock 锁上一个具体的蓝图 例如: lock solarpanel 锁上太阳能电池板蓝图 unlockall 解锁所有蓝图 unlockdoors 解锁所有的密码门和先驱者基地的大门

¶ 三、天气/时间

day 将时间设置为白天 night 将时间设置为夜晚 daynightspeed [倍数] 设置日夜循环的速度倍数(可使用小数点)(默认1)。如[倍速]中输入“2”是昼夜周期的两倍(白天更短,夜晚更短)。像0.1这样的数值会使昼夜周期慢10倍。 accelweather [#] 加速未来天气事件设置为给定的数字。 skiptime [#] 跳过几秒钟。一天等于1200秒。 daynight [#] 确定一天中的时间。0和1是午夜,0.5是中午。高于或低于1或0的数字将分别四舍五入或向上舍入。 forcenextweather 将当前天气提前到时间线上的下一个天气。 forceweather [#] 将当前天气更改为目标天气ID。目前这个代码无效。 lightning 闪电天气 precipitation 下雨天气 resetweather 在接下来的24小时内重新启动所有的天气 weather 切换天气

weatherevent [NAME] 将当前天气设置为给定的名称。 天气事件: blizzard(暴风雪) calm(天气平静) clearSkies(晴天) cold(寒冷的天气) electricstorm(电风暴) hailstorm(冰雹风暴) heavyfog(大雾) rain(雨) lightsnow(雪) snowstorm(暴风雪)

¶ 四、技术性

改变游戏模式: freedom 自由模式 creative 创造模式 survival 生存模式 hardcore 极限模式

cambob/camerabobbing 切换相机摆动状态 camshake 模拟摄像机的晃动。 cold 切换寒冷对玩家的影响。目前功能失效。 collect 执行垃圾回收脚本。 debugcreatures/dbc 切换生物调试器 debughoverbike 切换雪狐调试菜单。只有骑雪狐时才能看见。 debugmusic 列出当前正在播放的音乐,如果正在播放。看见listmusic命令获取更多信息。 farplane [#] 改变你的观看距离。默认是1000。 freecam 可以让玩家的视角相机离开玩家本体,自由漫游地图,可穿透任何建模,再次使用该命令返回到您的角色。(警告:这是非常敏感的动作,使用该指令时不能打开菜单或库存) 若要操纵自由运动,请使用shift键加速。按数字1-5键能够改变使用Shift键时的移动速度。 fog 在游戏中切换迷雾。(可以去水和开启水,有的小伙伴遇到过没有水的bug可以这样开启) fps 显示游戏自带的FPS显示器。

ghost [暂未翻译]Same as freecam, except player model is teleported to camera position when cancelled rather than vice versa. Very useful for making size references. iceworm [暂未翻译]Forces all spawned Ice Worms to start their ground-exit animation, wait a few seconds, and subsequently return into the ground. interpolate [暂未翻译]Toggles interpolation of player movement. killvehicle [暂未翻译]Changes all Sea Trucks and their modules' models to a pre-alpha render. listambience [暂未翻译]Lists all ambience files implemented in the game, as well as the biome ID they are associated with. Typing the command returns this list: lilly_pads (lilyPads*) sanctuary (TwistyBridges_InnerCave*) normal_cave (NormalCave*) ice_cave (IntroIceCave*) arctic_surface (arctic*) kelp_caves (arcticKelp*) kelp_background (kelpForest*) surface_generic_background () twisty_bridges (twistyBridges) listmusic Lists all music files implemented in the game, as well as the biome ID they are associated with. Typing the command returns this list: arctic_background_music (arctic*) kelp_background_music (kelpForest*)

noshadows 去除阴影,需要重新启动游戏来启用 pcannon 给所有可以被推进炮接收的物体发出蓝色的光,类似于扫描物体时的效果。还启用了noenergy命令。 printbiome 在屏幕上显示玩家处于什么生物群系 rib 切换游戏至后台运行。 scene [NAME] 根据Name参数加载场景。目前已知的场景文件名未知。

sizeref 产生一个同比例的玩家模型,准心对准地形时使用代码才能有效 skiptrack 结束当前播放轨道并移动到下一个。 speed [倍数] 设置游戏的速度倍数(可使用小数点)。当[倍速]值为“2”时是游戏速度的2倍。像0.1这样的数值将使速度减慢到10%。 spikeyhunt 所有施放的尖峰陷阱都进入狩猎模式 spikeyrest 所有施放的尖峰陷阱都进入休眠模式 target 切换目标调试。

target Toggles target debug. techtype [NAME] Prints the techtype for a given name. Example:

techtype rock puncher Returns TechType for 'rock puncher' string is RockPuncher Can be useful for acquiring debug spawn commands.

Note: if the command is successful, the given techtype will be placed into your clipboard.

vranim 切换成虚拟现实动画。 vsync 切换Vsync。

¶ 五、传送类

biome [生物群系名字] 将玩家传送到指定生物群系 例如: biome shallowtwistybridges Teleports the player to the Shallow Twisty Bridges. Type biome without a biome name to see the following list: Biomes: introarea (Research Base Zero) introicecave (ice cave leading to Alien Research Site Zero) shallowtwistybridges (Shallow Twisty Bridges) twistybridges (Twisty Bridges) lilypads (Lilypad Islands) crystalcave (Crystal Caves) deeppads (Deep Lilypads Cave) kelp (Arctic Kelp Forest) kelpcave (Arctic Kelp Caves) deeptwisty (Deep Twisty Bridges) thermalspires (Thermal Spires) purplevents (Purple Vents) treespires (Tree Spires) miningsite (Alterra Mining Site)

warp [x] [y] [z] 传送玩家到指定坐标(XYZ坐标轴) 例如:warp 1 1 1

warpforward [#] Warps the player forward by however many meters they desire

spawnnearby Teleports the player half a meter in a random direction. Good for getting unstuck.

batch [x] [y] [z] (此代码不知怎么使用) Warps the player to the centre of a batch of their choice. Batches do not use the same co-ordinate system as the warp command.

chunk [x] [y] [z] Teleports the player to the chunk of their choice. Chunk -400 -400 -400 is the approximate middle of Sector Zero.

goto [位置名称] 将玩家传送到指定位置 例如:goto rocket 把玩家传送到火箭岛顶端的火箭上。

Type goto with no location name to show see the following list: rocket (Exchanger Rocket launch pad) twistybridgesvalleyfloor (near the cave leading to the entrance to Sanctuary Zero) enzymesample (near the Sea Emperor Leviathan Juvenile in the Lilypad Islands) shieldbasecaveentrance (cave entrance leading to Alien Research Site Zero) shieldbase (entrance to Alien Research Site Zero) arcticspirescache (Arctic Spires Cache) crystalcache (Crystal Caves Cache) deeparcticcache (Methane Ice Caves Cache) fabricatorbase (Fabricator Base) sanctuary (Sanctuary Zero) rocketiceshelf (ice shelf near the Shallow Twisty Bridges) mtechsite1 (cargo area in the Deep Arctic) mtechsite2 (cargo area on an island near the Lilypad Islands) mtechsite3 (cargo area in the Deep Arctic) mbase (Marguerit Maida's Base) divesuit (Jo Jeffreys' divesuit) alterrabase1 (Research Base Omega) alterrabase2 (Research Base Cappa) alterratechsite1 (tech site in the Twisty Bridges) alterratechsite2 (Rocket Island dock) alterratechsite3 (tech site in the Arctic Spires) alterratechsite4 (tech site) tunnelexit (exit of the tunnel from Research Base Zero) basesupplydrop1 (first Drop Pod location) shieldbasetop (top of Alien Research Site Zero) radiotower (area between the Sparse Arctic and Arctic Kelp Forest) seatrucktest (trench in the Purple Vents) glacialbasin (Glacial Basin) hoverbikebase (Snowfox Base) spypenguintest (Spy Pengling test area in Glacial Basin) glacialbasinbridge (Large bridge in Glacial Basin) frozencreature (Frozen Leviathan) glacialbasinbunker (Jeffreys' Bunker) glacialbasinlargecave (Large cave in the Glacial Basin) glacialbasinjump (Ice ramp in Glacial Basin leading to Arctic Spires) glacialbasinstart (Above the slope leading to the Glacier) glacialbasindarkcave (Dark cave in the Glacial Basin) rocketarearockcave (Cave on the Rocket Island) spypenguintest2 (Spy Pengling test area 2) spypenguintest3 (Spy Pengling test area 3) spypenguintest4 (Spy Pengling test area 4) spypenguintest5 (Spy Pengling test area 5) spypenguintest6 (Spy Pengling test area 6) bigtreespire (Big Tree Spire) precursortechsite1 (Almanac Artifact in the Arctic Kelp Caves) precursortechsite2 (Almanac Artifact in the Purple Vents) precursortechsite3 (Almanac Artifact in the Arctic Kelp Caves) precursortechsite4 (Almanac Artifact in the Deep Twisty Bridges) precursortechsite5 (Almanac Artifact on the Rocket Island) precursortechsite6 (Almanac Artifact in the Tree Spires) gotofast Same as goto command, except teleports the player instead of moving them quickly. gotospam Teleports the player between two locations until the game is exited or the gotostop command is used. gotostop If the player has used gotospam, this stops the loop. kill 在舱内立即重生。有用的“传送”功能。不要在硬核游戏设置中使用。

六、更多内容

正在逐渐汉化和更新中...



【本文地址】

公司简介

联系我们

今日新闻

    推荐新闻

    专题文章
      CopyRight 2018-2019 实验室设备网 版权所有