方舟生存进化叠加mod单机,可以加mod吗?

《方舟生存进化》好玩mod推荐及代码大全
日 来源:贴吧 编辑:纯真
& & 《方舟:》游戏中玩家们可以使用各种MOD进行体验,游戏中有哪些好用的mod呢?这里带来&圣战丶紫苏&总结分享的好用mod推荐及代码大全,有需要的可以进行参考。
& & 先说个好看的mod:Dino FX
& & mod名称:Dino FX
& & 中文翻译:特效
& & 提供上百种非常酷的恐龙特效,人物角色也可以使用,使用方法:人直接吃特效药,恐龙可以放到恐龙身上强制恐龙吃,要删除特效可以吃特效肥皂,特效可以多个堆叠
& & 先说物品代码:
& & 特效混合器 (精英粉尘特效 / 能力特效)
& & cheat giveitem &Blueprint'/Game/Mods/DinoFX/FXMixerDustEnergy/Item_SilverFXMixerDustEnergy.Item_SilverFXMixerDustEnergy'&
& & 特效混合器 (光环特效 / 静态特效)
& & 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/DinoFX/Static/StaticYellow/Item_ApplyStaticSmallYellow.Item_ApplyStaticSmallYellow'& 1 1 0
& & 静态黑巧克力色-大
& & cheat giveitem &Blueprint'/Game/Mods/DinoFX/Static/StaticDark/Item_ApplyStaticLargeDark.Item_ApplyStaticLargeDark'& 1 1 0
& & 静态黑巧克力色-中
& & cheat giveitem &Blueprint'/Game/Mods/DinoFX/Static/StaticDark/Item_ApplyStaticMediumDark.Item_ApplyStaticMediumDark'& 1 1 0
& & 静态黑巧克力色-中
& & cheat giveitem &Blueprint'/Game/Mods/DinoFX/Static/StaticDark/Item_ApplyStaticSmallDark.Item_ApplyStaticSmallDark'& 1 1 0
& & 特殊静态-大
& & cheat giveitem &Blueprint'/Game/Mods/DinoFX/Static/StaticSpecial/Item_ApplyStaticLargeSpecial.Item_ApplyStaticLargeSpecial'& 1 1 0
& & 特殊静态-中
& & cheat giveitem &Blueprint'/Game/Mods/DinoFX/Static/StaticSpecial/Item_ApplyStaticMediumSpecial.Item_ApplyStaticMediumSpecial'& 1 1 0
& & 特殊静态-小
& & cheat giveitem &Blueprint'/Game/Mods/DinoFX/Static/StaticSpecial/Item_ApplyStaticSmallSpecial.Item_ApplyStaticSmallSpecial'& 1 1 0
& & 大的蓝色精英粉尘
& & cheat giveitem &Blueprint'/Game/Mods/DinoFX/AlphaDust/AlphaDustBlue/Item_ApplyAlphaDustLargeBlue.Item_ApplyAlphaDustLargeBlue'& 1 1 0
& & 中的蓝色精英粉尘
& & cheat giveitem &Blueprint'/Game/Mods/DinoFX/AlphaDust/AlphaDustBlue/Item_ApplyAlphaDustMediumBlue.Item_ApplyAlphaDustMediumBlue'& 1 1 0
& & 小的蓝色精英粉尘
& & cheat giveitem &Blueprint'/Game/Mods/DinoFX/AlphaDust/AlphaDustBlue/Item_ApplyAlphaDustSmallBlue.Item_ApplyAlphaDustSmallBlue'& 1 1 0
& & 这个mod代码有点多,主要是给龙或人附加一层光效,像精英龙那样的,不过光效要更多,可以带出去装逼玩
1 友情提示:支持键盘左右键← →翻页
方舟:生存进化你感兴趣吗?
看完这篇文章有何感觉?
相关攻略及下载:8-17-267-257-257-257-257-257-257-256-14
48小时热门评论
一周热点资讯
这“波”还原,你们给几分?
CopyRight&2004年-年 < 游迅网 All Rights Reserved
备案编号:沪ICP备号-6《方舟:生存进化》如何添加MOD 添加MOD方法解析攻略
  距离《方舟:生存进化》的推出已经有一段时间了,但可能是英文的原因,很多人都不清楚,其实这款游戏也是可以通过添加MOD来增加乐趣的,现在我就来告诉大家如何开启额外MOD。
  首先,打开游戏,选第2个选项,就是单人的那个选项。
  进来之后,你会看到下面这个界面。
  可以看到,我这里除了游戏自带的一个单人地图之外,还有其他的MOD。
  你可能要问,我也是正版天天更新来着,怎么我没有这些个地图?
  不要急,我现在就来告诉你。首先点正中间的&GET NEW MODS&,然后稍等几秒钟(根据个人网速而定)就会弹出一个网页,就这这个页面。
  你现在看到的这个页面就是官方推出的MOD,点击图片可以看MOD的介绍以及玩法,点图片右下角+号,把这个几个MOD都添加了,就像上图一样,添加过的MOD的图片下方是有对勾的
  回到游戏,你会发现刚才添加的MOD没有出现,不要急,这个时候点击屏幕下方的&REFRESH MODS&刷新一下,这个时候游戏会自动下载刚才你添加的那些MOD了,大约需要5-10分钟就可以下载完了,就可以看到那些MOD了
  上图是其中的一个MOD,进来之后就会发现自己在一个山谷里面出不去,游戏会在你出生的地方每隔一段时间给你刷武器以及弹药!战斗吧骚年,打到后期你会发现满地图都是霸王龙,挑战你极限时候到来了!
  当然,还有其他的MOD,而且这些都是可以联机的,不过你需要会开服务器才行。
更多相关资讯请关注:专题
更多相关讨论请前往:
方舟:生存进化相关攻略
扫描关注游侠网
Ark: Survival Evolved视频正版上市时间:游戏平台:PC PS4 XBOXONE 游戏类型:动作游戏ACT游戏语言:英文制作公司:Studio Wildcard 发行公司:Studio Wildcard 游侠网7.0GameSpotN/AIGNN/A我要评分:已有452825人关注标签:单人单机3D画面支持手柄中级水平冒险RPG动作独立当前位置:
方舟:生存进化 MOD
方舟:生存进化的点评
热门游戏点评方舟生存进化新地图mod下载|方舟生存进化2016最新地图mod完整打包免费下载【Ben Burkart】-东坡下载
东坡下载:内容最丰富最安全的下载站!
→ 方舟生存进化2016最新地图mod 完整打包免费下载【Ben Burkart】
方舟生存进化2016最新地图mod是现在喜欢玩这款方舟生存进化的朋友都是需要下载的,这个全新的地图都是由Ben Burkart亲自设计的,绝对是可以让你称为经典的地图了,不信的话,现在就可以下载去玩玩!方舟生存进化2016最新地图mod宣传视频方舟生存进化2016最新地图mod高清图片展示
安卓官方手机版
IOS官方手机版
方舟生存进化2016最新地图mod截图
方舟生存进化2016最新地图mod 完整打包免费下载【Ben Burkart】
本类最新软件
本类软件推荐
11.0M / 06-20 / 2.4.8官方最新版
5.1M / 06-19 / 3.0.2官方正式版
41.5M / 06-16 / 官方在线版
51.3M / 06-15 / 1.0 在线版
65.2M / 06-14 / 2.1.10官网最新版
本类软件排行
本类软件必备
模拟平台对战工具
请简要描述您遇到的错误,我们将尽快予以修正。
轮坛转帖HTML方式
轮坛转帖UBB方式游戏语言:
开 发 商:
游戏大小:
游戏类型:
上市时间:
操作系统:
Vista/winXP/win7/win8
方舟生存进化是由斗蟹游戏网站()推荐下载的一款好玩的动作冒险游戏。《方舟:生存进化(Ark:SurvivalEvolved)》是一款开放世界的以恐龙为主题的游戏,游戏采用虚幻4引擎打造,画面出彩,题材独特。游戏中丰富的自然环境,攻击机制,幻想元素以及各种各样...
热门专题推荐
精品专题推荐
热门游戏推荐
本月最受欢迎的游戏
友情链接:
单机游戏QQ群号:}

我要回帖

更多关于 方舟生存进化起源mod 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信