安装 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(越南语)
Українська(乌克兰语)
报告翻译问题








ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesRedwoods",NPCSpawnEntries=(AnEntryName="LanternBirdSpawner",EntryWeight=0.1,NPCsToSpawnStrings=("LanternBird_Character_BP_C")),NPCSpawnLimits=(NPCClassString="LanternBird_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.01))
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesGrassland",NPCSpawnEntries=(AnEntryName="LanternGoatMount",EntryWeight=0.1,NPCsToSpawnStrings=("LanternGoat_Character_BP_C")),NPCSpawnLimits=(NPCClassString="LanternGoat_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.02))
@The Cold One I am not into Nitrado hosting but G-Portal. So your description sounds valid to that what I know. Make sure you do not have an empty line between the two code snippets like I posted above. That was only for clarification of the two different creatures.
And again, you need a wild dino wipe after the changes to make them effective immediately.
I have to copy and paste this way?
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesRedwoods",NPCSpawnEntries=((AnEntryName="LanternBirdSpawner",EntryWeight=0.1,NPCsToSpawnStrings=("LanternBird_Character_BP_C")),NPCSpawnLimits=((NPCClassString="LanternBird_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.01)))
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesGrassland",NPCSpawnEntries=((AnEntryName="LanternGoatMount",EntryWeight=0.1,NPCsToSpawnStrings=("LanternGoat_Character_BP_C")),NPCSpawnLimits=((NPCClassString="LanternGoat_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.02)))
Yes, that should definitively work.
Sorry to bother again, I sent an imgur print : https://imgur.com/a/nkr72 , Should I put it this way or somewhere in between the codes already present? Correct me if I'm wrong, please:
1: Enable Expert Mode.
2: Wait 5 minutes and use the Load File button.
3: Copy and paste the codes (as I showed in the print?).
4: Wait another 5 minutes and use the Load File button again.
5: Restart the server and wait a while until the creatures start to appear naturally.
Thx again.
Ah yeah I am sorry, you need to put that into the section called [/script/shootergame.shootergamemode].
e.g.
[2018.02.01-03.49.03:732][ 0]Warning: ImportText (NPCSpawnEntries): Missing opening parenthesis: NPCSpawnLimits=((NPCClassString="LanternGoat_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.02)))
Like these.
It is in the Game.ini of the server, which is started through a .bat file. Also - the mention of the "Message of the Day" boggles me, as this is under the GameUserSetting.ini file for me, not in the Game.ini file.
Anyways, I had removed the Pego-annoying-stealers, and their flying counterparts, to replace them with nothingness, so I'll use these two as replacement. I'll check back for possible answers as to why that code, does not work.
So again: the code has to go to the GAME.INI file into the section
[/script/shootergame.shootergamemode].
The only thing i mentioned is that there are some brackets doubled in my code snippets. Don't know if this is causing your problem.. might be.
It could be as simple as an extra parenthesis indeed. I'll look at it later, once I've slept a few hours, as the server is hosted on my gf's laptop(edit: hence the different account name used to reply just now).
I tried using my NPCReplacement of Pegomastax to an "empty" NPC (to remove said Pegos) and added the Shinehorn's string(LanternGoat_character_BP_C), but saw none spawning as of yet - where there should be some in Viking's Bay for sure...
Anyways - I'll try again and see if it's just an extra parenthesis causing issues, or if I can get the NPCReplacement one to work by using the "long version" of the Shinehorn's string ID.
Or we'll just have to wait until the mod is updated to include them properly. ;)
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesRedwoods",NPCSpawnEntries=((AnEntryName="LanternBirdSpawner",EntryWeight=0.1,NPCsToSpawnStrings=("LanternBird_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="LanternBird_Character_BP_C ",MaxPercentageOfDesiredNumToAllow=0.01)))
ConfigAddNPCSpawnEntriesContainer=(NPCSpawnEntriesContainerClassString="DinoSpawnEntriesGrassland",NPCSpawnEntries=((AnEntryName="LanternGoatMount",EntryWeight=0.1,NPCsToSpawnStrings=("LanternGoat_Character_BP_C"))),NPCSpawnLimits=((NPCClassString="LanternGoat_Character_BP_C",MaxPercentageOfDesiredNumToAllow=0.02)))