大家好,今天來為大家解答方舟生存進化單機代碼這個問題的一些問題點,包括方舟手游推薦馴服生物代碼也一樣很多人還不知道,因此呢,今天就來為大家分析分析,現(xiàn)在讓我們一起來看看吧!如果解決了您的問題,還望您關(guān)注下本站哦,謝謝~
方舟生存進化普羅米修斯MOD代碼大全。普羅米修斯(Prometheus)是游戲非常熱門的模組之一,下面帶來該MOD的全部生物以及物品代碼,供各位玩家們參考。
普羅米修斯MOD代碼大全
【恐龍類】
Prome DodoRex:渡渡霸王龍
cheat spawndino"Blueprint'/Game/Mods/Prometheus/Dino/DodoRex/Prome_DodoRex_Character_BP.Prome_DodoRex_Character_BP'" 1 1 1 100
Prome Dragon:噴火龍
cheat spawndino"Blueprint'/Game/Mods/Prometheus/Dino/Dragon/Prome_Dragon_Character_BP.Prome_Dragon_Character_BP'" 1 1 1 100
Promet Gigant:南巨
cheat spawndino"Blueprint'/Game/Mods/Prometheus/Dino/Gigant/Promet_Gigant_Character_BP.Promet_Gigant_Character_BP'" 1 1 1 100
Prome Gorilla:大金剛
cheat spawndino"Blueprint'/Game/Mods/Prometheus/Dino/Gorilla/Prome_Gorilla_Character_BP.Prome_Gorilla_Character_BP'" 1 1 1 100
Prome Trike:三角龍
cheat spawndino"Blueprint'/Game/Mods/Prometheus/Dino/Trike/Prome_Trike_Character_BP.Prome_Trike_Character_BP'" 1 1 1 100
Prome Turtle:烏龜
cheat spawndino"Blueprint'/Game/Mods/Prometheus/Dino/Turtle/Prome_Turtle_Character_BP.Prome_Turtle_Character_BP'" 1 1 1 100
Prome Allo:異特龍
cheat spawndino"Blueprint'/Game/Mods/Prometheus/Dino/Allo/Prome_Allo_Character_BP.Prome_Allo_Character_BP'" 1 1 1 100
Prome Broodmother:育母蜘蛛
cheat spawndino"Blueprint'/Game/Mods/Prometheus/Dino/Broodmother/Prome_Broodmother_Character_BP.Prome_Broodmother_Character_BP'" 1 1 1 100
【物品類】
Tranq Pike:毒矛
cheat giveItem"Blueprint'/Game/Mods/Prometheus/Items/PoisonSpear/PrimalItem_WeaponTranqPike.PrimalItem_WeaponTranqPike'" 1 0 0
Prome Arrow:毒箭
cheat giveItem"Blueprint'/Game/Mods/Prometheus/Items/Arrows/PromeArrow/PrimalItemAmmo_PromeArrow.PrimalItemAmmo_PromeArrow'" 1 0 0
ARK Factory:方舟工廠
cheat giveItem"Blueprint'/Game/Mods/Prometheus/Items/ARKFactory/PrimalItemStructure_ARKFactory.PrimalItemStructure_ARKFactory'" 1 0 0
Poison Potion:毒藥
cheat giveItem"Blueprint'/Game/Mods/Prometheus/Items/PoisonPotion/PrimalItemConsumable_PoisonPotion.PrimalItemConsumable_PoisonPotion'" 1 0 0
Prome Bola:套索
cheat giveItem"Blueprint'/Game/Mods/Prometheus/Items/Bola/PrimalItem_PromeBola.PrimalItem_PromeBola'" 1 0 0
Prome Flare Gun:信號槍
cheat giveItem"Blueprint'/Game/Mods/Prometheus/Items/FlareGun/PrimalItem_PromeFlareGun.PrimalItem_PromeFlareGun'" 1 0 0
Prome Grapple:抓鉤
cheat giveItem"Blueprint'/Game/Mods/Prometheus/Items/Grapple/PrimalItemAmmo_PromeGrapple.PrimalItemAmmo_PromeGrapple'" 1 0 0
Prome Industrial Forge:工業(yè)熔爐
cheat giveItem"Blueprint'/Game/Mods/Prometheus/Items/IndustrialForge/PrimalItemStructure_Prome_IndustrialForge.PrimalItemStructure_Prome_IndustrialForge'" 1 0 0
方舟生存進化馴服生物是游戲中的主要玩法之一,如何利用馴服代碼快速馴服指定生物?下面給大家分享一個方舟生存進化生物馴服代碼使用攻略
1、找到恐龍核心代碼,核心代碼一般是召喚代碼最后帶有_Character_BP那串代碼
例如泰坦龍的普通召喚代碼是:cheat SpawnDino"Blueprint'/Game/PrimalEarth/Dinos/Titanosaur/Titanosaur_Character_BP.Titanosaur_Character_BP'" 0 0 0 1
核心代碼是:Titanosaur_Character_BP,可以直接從召喚代碼上提取核心代碼,沒有召喚代碼的,可以在網(wǎng)上查找恐龍英文名,然后通過文件資源管理器在Steam的ARK的游戲文件中查找。
【注意】大多數(shù)生物的核心代碼是在召喚代碼的雙引號內(nèi)的最后一串代碼,但召喚代碼中的核心代碼是寫了兩遍連在一起的,例如剛才的泰坦龍的召喚代碼:
cheat SpawnDino"Blueprint'/Game/PrimalEarth/Dinos/Titanosaur/Titanosaur_Character_BP.Titanosaur_Character_BP'" 0 0 0 1
在雙引號內(nèi)的最后一串代碼是:Titanosaur_Character_BP.Titanosaur_Character_BP,大家仔細看就會發(fā)現(xiàn)這個代碼是兩個相同的核心代碼加在一起的,所以這個代碼直接復(fù)制在文件資源管理器中也是找不到的。只要逐個字母刪除,直到出現(xiàn)資源管理器能找到就說明是正確的,所以泰坦龍的正確核心代碼是:Titanosaur_Character_BP
2、將核心代碼加入 cheat GMSummon"【恐龍核心代碼】_C" 1代碼中即可,例如泰坦龍代碼:cheat GMSummon"Titanosaur_Character_BP_C" 1在控制臺使用該代碼后會直接召喚出泰坦龍
并直接馴服,這個馴服代碼與普通的強制馴服代碼:forcetame不同,這個代碼不僅馴服所有的恐龍(包括正常情況下只能靠孵化,代孕等方式馴化的生物),可以直接完成被馴養(yǎng)生物圖鑒,相當(dāng)于正規(guī)方式的馴服,代碼最后的數(shù)字是恐龍等級
3、多人模式在該代碼開頭+admin
DestroyWildDinos。《方舟生存進化》是一款由StudioWildcard開發(fā)的開放世界生存游戲,于2015年首次發(fā)布。游戲的背景設(shè)定在一個野生恐龍和其他史前生物充滿的島嶼上,玩家需要在這個危險而神秘的環(huán)境中生存下來,刷新生物代碼是DestroyWildDinos,使用后即可清除所有野生生物,然后進行一次刷新。
進化恐龍代碼副櫛龍admincheatSpawnDinoBlueprint/Game/PrimalEarth/Dinos/Para/Para_Character_BP.Para_Character_BP50000150。
下面就給大家?guī)矸街凵孢M化常見生物單位代碼分享,一起來看看吧。
方舟生存進化仙境dlc生物代碼一覽召喚馴服獅鷲:cheatGMSummonGriffin_Character_BP_C100。
幻影生物系列收起幻影生物系列嬰兒生物系列火龍UBERSGorilla方舟生存進化起源mod生物代碼大全,本文為大家?guī)淼氖菬衢T模組起源的全部生物代碼匯總,供各位玩家們查閱。
獅鷲
收起獅鷲北極熊冰龍冰蟲恐狼巖漿巨人
方舟生存進化中仙境是免費DLC之一,很多在EPIC上領(lǐng)取了游戲的玩家也可以游玩這張地圖,下面給大家分享一下這張地圖上獨有的生物代碼,希望可以幫助到大家。
方舟生存進化仙境DLC生物代碼一覽
獅鷲
召喚馴服獅鷲:cheat GMSummon"Griffin_Character_BP_C" 100
召喚野生獅鷲:admincheat SpawnDino"Blueprint'/Game/PrimalEarth/Dinos/Griffin/Griffin_Character_BP.Griffin_Character_BP'" 500 0 0 100
1、AlphaSurfaceReaperKing(精英死神國王)。lphaSurfaceReaperKing召喚代碼:admincheatSpawnDinoBlueprint/Game/Aberration/Dinos/Nameless/MegaXenomorph_Character_BP_Male_Surface.MegaXenomorph_Character_BP_Male_surface5000010
2、精英X三角龍。精英X三角龍召喚代碼:admincheatSpawnDinoBlueprint/Game/Genesis/Dinos/MissionVariants/Retrieve/Volcanic/Volcano_Trike_Character_BP_Retrieve_Alpha.Volcano_Trike_Character_BP_Retrieve_Alpha5000010
3、AlphaKarkinos(精英巨蟹怪)。AlphaKarkinos召喚代碼:admincheatSpawnDinoBlueprint/Game/Aberration/Dinos/Crab/MegaCrab_Character_BP.MegaCrab_Character_BP5000010
4、AlphaBasilisk(精英毒蜥)。AlphaBasilisk召喚代碼:admincheatSpawnDinoBlueprint/Game/Aberration/Dinos/Basilisk/MegaBasilisk_Character_BP.MegaBasilisk_Character_BP5000010
5、AlphaBloodCrystalWyvern(精英水晶飛龍)。AlphaBloodCrystalWyvern召喚代碼:admincheatSpawnDinoBlueprint/Game/PrimalEarth/Dinos/CrystalWyvern/CrystalWyvern_Character_BP_Mega.CrystalWyvern_Character_BP_Mega5000010
6、精英迅猛龍。召喚代碼:cheatspawndinoBlueprint/Game/PrimalEarth/Dinos/Raptor/MegaRaptor_Character_BP.MegaRaptor_Character_BP11110
7、精英牛龍。召喚代碼:cheatspawndinoBlueprint/Game/PrimalEarth/Dinos/Carno/MegaCarno_Character_BP.MegaCarno_Character_BP11110
8、精英霸王龍。召喚代碼:cheatspawndinoBlueprint/Game/PrimalEarth/Dinos/Rex/MegaRex_Character_BP.MegaRex_Character_BP11110
9、精英火焰飛龍。召喚代碼:cheatspawndinoBlueprint/Game/ScorchedEarth/Dinos/Wyvern/MegaWyvern_Character_BP_Fire.MegaWyvern_Character_BP_Fire11110
10、精英巨齒鯊。召喚代碼:cheatspawndinoBlueprint/Game/PrimalEarth/Dinos/Megalodon/MEgaMegalodon_Character_BP.MegaMegalodon_Character_BP11110
11、精英利茲魚。召喚代碼:cheatspawndinoBlueprint/Game/PrimalEarth/Dinos/Leedsichthys/Alpha_Leedsichthys_Character_BP.Alpha_Leedsichthys_Character_BP11110
12、精英托斯特巨魷。召喚代碼:cheatspawndinoBlueprint/Game/PrimalEarth/Dinos/Tusoteuthis/Mega_Tusoteuthis_Character_BP.Mega_Tusoteuthis_Character_BP11110
13、精英滄龍。召喚代碼:cheatspawndinoBlueprint/Game/PrimalEarth/Dinos/Mosasaurus/Mosa_Character_BP_Mega.Mosa_Character_BP_Mega11110
關(guān)于方舟生存進化單機代碼到此分享完畢,希望能幫助到您。


