游迅网
游迅网 > 攻略首页 > 单机游戏攻略 > 正文

《方舟生存进化》好玩mod推荐及代码大全

2016-12-03 11:36:47来源:贴吧编辑:评论(0)

    《方舟:生存进化》游戏中玩家们可以使用各种MOD进行体验,游戏中有哪些好用的mod呢?这里带来“圣战丶紫苏”总结分享的好用mod推荐及代码大全,有需要的可以进行参考。

    先说个好看的mod:Dino FX

    mod名称:Dino FX

    中文翻译:恐龙特效

    提供上百种非常酷的恐龙特效,人物角色也可以使用,使用方法:人直接吃特效药,恐龙可以放到恐龙身上强制恐龙吃,要删除特效可以吃特效肥皂,特效可以多个堆叠

    先说物品代码:

    特效混合器 (精英粉尘特效 / 能力特效)

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/FXMixerDustEnergy/Item_SilverFXMixerDustEnergy.Item_SilverFXMixerDustEnergy'" 1 1 0

    特效混合器 (光环特效 / 静态特效)

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/FXMixerAuraStatic/Item_SilverFXMixerAuraStatic.Item_SilverFXMixerAuraStatic'" 1 1 0

    特效混合器 (闪光效果 / 网状效果)

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/FXMixerStrobeWebs/Item_SilverFXMixerStrobeWebs.Item_SilverFXMixerStrobeWebs'" 1 1 0

    黄金特效混合器 (特殊特效)

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/SpecialFXMixer/Item_SpecialFXMixer.Item_SpecialFXMixer'" 1 1 0

    特效肥皂 (擦拭特效)

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/DinoCleaner/Item_DinoCleaner.Item_DinoCleaner'" 10 1 0

    然后直接是特效的代码:

    特殊的暴雪-大

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Specials/Blizzard/Item_ApplyLargeBlizzard.Item_ApplyLargeBlizzard'" 1 1 0

    特殊的暴雪-中

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Specials/Blizzard/Item_ApplyMediumBlizzard.Item_ApplyMediumBlizzard'" 1 1 0

    特殊的暴雪-小

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Specials/Blizzard/Item_ApplySmallBlizzard.Item_ApplySmallBlizzard'" 1 1 0

    特殊的火风暴-大

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Specials/FireStorm/Item_ApplyAlphaDustLargeFireStorm.Item_ApplyAlphaDustLargeFireStorm'" 1 1 0

    特殊的火风暴-中

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Specials/FireStorm/Item_ApplyAlphaDustMediumFireStorm.Item_ApplyAlphaDustMediumFireStorm'" 1 1 0

    特殊的火风暴-小

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Specials/FireStorm/Item_ApplyAlphaDustSmallFireStorm.Item_ApplyAlphaDustSmallFireStorm'" 1 1 0

    特殊的烟幕-大

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Specials/SmokeScreen/Item_ApplyLargeSmokeScreen.Item_ApplyLargeSmokeScreen'" 1 1 0

    特殊的烟幕-中

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Specials/SmokeScreen/Item_ApplyMediumSmokeScreen.Item_ApplyMediumSmokeScreen'" 1 1 0

    特殊的烟幕-小

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Specials/SmokeScreen/Item_ApplySmallSmokeScreen.Item_ApplySmallSmokeScreen'" 1 1 0

    静态青色-大

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticCyan/Item_ApplyStaticLargeCyan.Item_ApplyStaticLargeCyan'" 1 1 0

    静态青色-中

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticCyan/Item_ApplyStaticMediumCyan.Item_ApplyStaticMediumCyan'" 1 1 0

    静态青色-小

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticCyan/Item_ApplyStaticSmallCyan.Item_ApplyStaticSmallCyan'" 1 1 0

    静态绿色-大

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticGreen/Item_ApplyStaticLargeGreen.Item_ApplyStaticLargeGreen'" 1 1 0

    静态绿色-中

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticGreen/Item_ApplyStaticMediumGreen.Item_ApplyStaticMediumGreen'" 1 1 0

    静态绿色-小

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticGreen/Item_ApplyStaticSmallGreen.Item_ApplyStaticSmallGreen'" 1 1 0

    静态粉色-大

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticPink/Item_ApplyStaticLargePink.Item_ApplyStaticLargePink'" 1 1 0

    静态粉色-中

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticPink/Item_ApplyStaticMediumPink.Item_ApplyStaticMediumPink'" 1 1 0

    静态粉色-小

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticPink/Item_ApplyStaticSmallPink.Item_ApplyStaticSmallPink'" 1 1 0

    静态紫色-大

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticPurple/Item_ApplyStaticLargePurple.Item_ApplyStaticLargePurple'" 1 1 0

    静态紫色-中

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticPurple/Item_ApplyStaticMediumPurple.Item_ApplyStaticMediumPurple'" 1 1 0

    静态紫色-小

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticPurple/Item_ApplyStaticSmallPurple.Item_ApplyStaticSmallPurple'" 1 1 0

    静态红色-大

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticRed/Item_ApplyStaticLargeRed.Item_ApplyStaticLargeRed'" 1 1 0

    静态红色-中

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticRed/Item_ApplyStaticMediumRed.Item_ApplyStaticMediumRed'" 1 1 0

    静态红色-小

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticRed/Item_ApplyStaticSmallRed.Item_ApplyStaticSmallRed'" 1 1 0

    静态白色-大

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticWhite/Item_ApplyStaticLargeWhite.Item_ApplyStaticLargeWhite'" 1 1 0

    静态白色-中

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticWhite/Item_ApplyStaticMediumWhite.Item_ApplyStaticMediumWhite'" 1 1 0

    静态白色-小

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticWhite/Item_ApplyStaticSmallWhite.Item_ApplyStaticSmallWhite'" 1 1 0

    静态黄色-大

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticYellow/Item_ApplyStaticLargeYellow.Item_ApplyStaticLargeYellow'" 1 1 0

    静态黄色-中

    cheat giveitem "Blueprint'/Game/Mods/DinoFX/Static/StaticYellow/Item_ApplyStaticMediumYellow.Item_ApplyStaticMediumYellow'" 1 1 0

    静态黄色-小

    cheat giveitem "Blueprint'/Game/Mods/DinoF

方舟:生存进化

方舟:生存进化

  • 游戏类别:动作冒险
  • 游戏平台:/PC/PS4/XboxOne/
  • 开发商:Studio Wildcard
  • 发行商:Studio Wildcard
  • 发行时间:2017年8月29日
游戏介绍:《方舟:生存进化(ARK: Survival Evolved)》是一款多人开放世界新作,游戏设定在人类与恐龙并存的时代,玩家可用各种方法捕获并驯服恐龙成为自己的坐骑,而恐龙的种类也高达60种之多,包括霸王龙、翼龙等等,探索广袤世界发现新物种,有数百个部落等着玩家去征服。

推荐阅读

更多>>48小时热评资讯

更多>>精华推荐