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
I tried using this on scorched earth for my Wyverns.
Edit: On which system is your server running (Linux or Windows) ?
I'm using Windows 10. I have no other mods installed, but I DID try changing the maturation speed in the .ini before ever finding this mod. I'm going to try and reset everything and I'll get back to you on that.
This is for single player as well.
Edit: I also just used the command to spawn it and not actually craft it. So I didn't learn the engram either.
Edit Edit: IT WORKS NOW. I reset my timers and learned the engram. Thank you so much for this.
,bCraftingRequireExactResourceType=false to true? If so just leave it at false and change
BaseResourceRequirement instead to decrease the costs.
for example from BaseResourceRequirement=40000
to BaseResourceRequirement=1000
to reduce stimberry costs down to 1k
Edit: norman_ and I tackled the issue and solved it. For everyone who experience the same problem, please make sure that you have no spaces or enters in your CraftingCostOverride Snippet
(ItemClassString="PrimalItemConsumable_MaturationBooster2_C",BaseCraftingResourceRequirements=((ResourceItemTypeString="PrimalItemConsumableRespecSoup",BaseResourceRequirement=5.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemConsumableMiracleGro",BaseResourceRequirement=50.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Polymer_Organic",BaseResourceRequirement=400.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemResource_Silk",BaseResourceRequirement=500.0,bCraftingRequireExactResourceType=false),(ResourceItemTypeString="PrimalItemConsumable_Stimulant",BaseResourceRequirement=800.0,bCraftingRequireExactResourceType=false)))
Try that bud, I was browsing this mod before adding it to my server, and noticed you did not have _C following each typestring for crafting material, as is required for the override to work properly. If that doesn't work then I'm sure the mod creator can help you further. But that's just what I noticed as I skimmed over. :)