Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Can you give me some more info on the this issue, cannot you not simply craft it? Or does it craft but not make it?
Bag of Berries/ Doesn't recognise the 4 types of berries you need, it reads the Fiber and Hide just fine. attempting to pull the reasources it says:
Missing:
10 amaberries
10 azulberries
10 mejoberries
10 tintoberries
I'll edit my post above as the bug is ONLY for Bag of Berries (both normal, big and huge)
This is likely the stacking mod you are using as it works fine for me and my server, what stacking mod are you using?
Edit: Some stacking mods dont remap resources correctly, this causes the mod to see them not as the correct item. The stack mod i use with it and it works fine is HG Stacking Mod 5000-90 V297
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=849985437
Edit 2: Remember this mod has to be loaded first in your mod order, if the map needs to be first then you load the map then my mod.
For reference this "minor Stacks" mod should not be used with VWSR:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=665492552
(VWSR is first in order, i didn't use a custom map anyway)
Will check this out, its likely a old bug from the alpha version i released, will edit my post to see if it was a bug fixed in beta version.
Edit: Yes it seems to be a bug in the alpha version only, is fixed in the new one thats coming out soon.
- Deinonychus: They do not lay unfert. eggs.. The deinon normally counts as a "special" egg type, used for Extraordinary Kibble. (it's the smallest and best option for your kibble farm)
Nether of these are bugs on my part. SE tranqs are only for SE and the same in potent level as normal ones. Deinos do not lay unfert eggs in vanilla ark, its egg type will also be changed in the future to Reg Kibble.
I am greatful for letting me know, but we do already know this and it cant be fixed, its related to the map itself being bad with how it handles the spawns.
What we did for the map was disabled all fish in the mod and used Simple Spawners to spawn them in the world
Kapros and Otters would need this to.
Ok, thanks for the info, will consider doing this too.
Do you happen to have that block of code you used to disable the fish, just so I don't miss anything and since you have done it already. If not I can figure it out.
NPCReplacements=(FromClassName="VWSR_Catfish_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="VWSR_Catfish_Character_BP_Silver_C",ToClassName="")
NPCReplacements=(FromClassName="VWSR_Bass_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="VWSR_Tuna_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="VWSR_Gastranome_Tuna_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="VWSR_Tempered_Tuna_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="VWSR_Tuna_Character_BP_Diamond_C",ToClassName="")
NPCReplacements=(FromClassName="VWSR_Pira_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="VWSR_Pira_Character_BP_Copper_C",ToClassName="")
NPCReplacements=(FromClassName="VWSR_Alpha_Pira_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="VWSR_Salmon_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="VWSR_Alpha_Salmon_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="VWSR_Coel_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="VWSR_Golden_Coel_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="VWSR_Minnow_Character_BP_C",ToClassName="")
NPCReplacements=(FromClassName="VWSR_Minnow_Character_BP_C",ToClassName="")
I think this is all of them.
Awesome, thanks very much!