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
MatingIntervalMultiplier=0.1
EggHatchSpeedMultiplier=10.0
BabyMatureSpeedMultiplier=10.0
To speed up everything 10 times.
This line isn't needed.
You just need to add these lines:
MatingIntervalMultiplier=1 (Default 1) Higher value decreases time needed to lay a fertilized egg.
EggHatchSpeedMultiplier=1 (Default 1) Higher value decreases the time needed for an egg to hatch.
BabyMatureSpeedMultiplier=1 (Default 1) Higher values decrease the time needed for a dino to mature.
any ideas?
And any chance you could say why this is false and what is correct? Just stating that it isn't true isn't all that helpful...
To the OP.
This line: [/script/shootergame.shootergamemode] IS needed if it is not already in the ini file.
This line: MatingIntervalMultiplier=1 for faster interval between mating requires a lower number than 1. i.e. 0.5 or 0.1 etc.
The EggLayingInterval has no affect on dropping fertilized eggs, as far is I am aware, but I could be wrong.
That only increases the speed by 10% not 10 times. Those setting are in percent not times.
But like others had said you will need to have the "[/script/shootergame.shootergamemode]" as the first line and the on the next line add the others. I have mine set as follows below and my females mate instantly with no cool down and I can hatch an egg in less then 15 minutes some quicker then that. Plus it only takes about 15 minutes to get through the baby stage and after that just fill the dino up on food and they are good. This is as long as you have the dino food setting set lower or a feed bin for them.
In my Game.ini file I added this setting, but only add "[/script/shootergame.shootergamemode]" if it's not already there. If it is don't add it again just add everything else below.
[/script/shootergame.shootergamemode]
MatingIntervalMultiplier=0
EggHatchSpeedMultiplier=30
BabyMatureSpeedMultiplier=50
And in my GameUserSetting.ini I have this set to where they will not starve once you get them out of baby stage.
DinoCharacterFoodDrainMultiplier=0.5
You are correct, that only affects the rate they drop regular eggs.
^^ That's the location for me on Single Player. At least if I remember correctly off the top of my head.
You add the above settings to the "Game.ini" file that is located in this directory "ShooterGame\Saved\Config\WindowsServer". This is for a hosted server anyways.