Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
ok, thats new to me. how do i do this? does it also remove the dinos that are already in?
\Config\WindowsServer\Game.ini
[/script/shootergame.shootergamemode]
NPCReplacements=(FromClassName="MegaRaptor_Character_BP_C",ToClassName="Dodo_Character_BP_C")
NPCReplacements=(FromClassName="MegaRex_Character_BP_C",ToClassName="")
^ From the patch notes thread
It won't remove existing alphas, but will turn potential alpha spawns into whatever you replaced them as.
I prefer to keep Alphas in my SP game, but it does mean I have to be careful about my mining/resource collecting runs on the surface, which makes it a bit more fun for me. A good way to harvest some resources without the threat of Alphas is to do some cave spelunking. Loads of resources to grab with some decent challenge on foot. You can even bring in a Raptor or Saber into some of the caves for extra help/loot carrying while you're down there.
\Steam\steamapps\common\ARK\ShooterGame\Saved\Config\WindowsNoEditor
It will be in your computer program files.
There you will find a file game.ini. You can open it with notepad.
Assuming you have never added anything to it, it will be blank.
Add these: (these will replace alpha's with normal versions)
[/script/shootergame.shootergamemode]
NPCReplacements=(FromClassName="MegaRex_Character_BP_C",ToClassName="Rex_Character_BP_C")
NPCReplacements=(FromClassName="MegaRaptor_Character_BP_C",ToClassName="Raptor_Character_BP_C")
NPCReplacements=(FromClassName="MegaCarno_Character_BP_C",ToClassName="Carno_Character_BP_C")
and save and exit.
Load your single player game.
open the console (tab button)
type all 3 of these into the console sepratly:
destroyall MegaRex_Character_BP_C
destroyall MegaRaptor_Character_BP_C
destroyall MegaCarno_Character_BP_C
Alpha's are now removed from your single player.
Perhaps the spawn of Alphas should be level-related thing for sp? Ie - you hit level 60 (for example) and from then on Alpha spawns will occur.