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
This is his problem and how he solved it:
(I recommend you copy the entire "[CustomLevelDistrib]" part into your ini file, that way you just have to change OverrideOfficialDifficulty and MaxLevel settings.)
I was experiencing the same problems, missing lines in the ini as well as dino levels being capped at 145 when I had set my ini to spawn levels up to 180. I am playing on The Island and upon loading a Ragnarok world, I noticed the mod was working properly and spawning levels up to 180. So I messed around with the ini file today, and was able to get the proper level dinos spawning with Ragnarok level distribution on The Island. Here is what I did:
1. Added the missing lines (WantsRagLevels=True & WantsHighLevels=False) to the ini
2. Set all weight related ini lines to 0
3. Under [serverSettings] in the ini, I added the line: OverrideOfficialDifficulty=6.00
I previously had the OverrideOfficialDifficulty set to 5, where I would ony see max level 145 dinos, upon changing to 6, I began to see max level 180s (my target max level). With the weight values set to their defaults (not 0) as well as OverrideOfficialDifficulty of 6, I was still experiencing the level cap at 145. I am not sure what these weight values do, and also unsure of why setting OverrideOfficialDifficulty=6.00 gave me the expected levels of 180, as the mod author states that your MaxLevel ini line should be determined by dividing your difficulty by desired max level ( aka 6 / 180 doesn't equal 36, it equals 30).
If you desire higher levels than 180 I would suggest following my steps but replacing OverrideOfficialDifficulty with a value that is one number higher than your target level's divisor.
Hopefully this can help you guys fix your level issues, I was bummed to see this mod wasnt working. Here are my ini lines for complete context:
[ServerSettings]
OverrideOfficialDifficulty=6.00
(rest of serverSettings section)
[CustomLevelDistrib]
MinLevel=1.000000
MaxLevel=36.000000
WantsEqualLevels=False
WantsRagLevels=True
WantsHighLevels=False
MaxDrakeLevel=38.000000
PreventTitan=True
PreventBee=True
MaxDeinonLevel=30.000000
MinDrakeLevel=1.000000
MinDeinonLevel=1.000000
MinMagmaLevel=1.000000
MaxMagmaLevel=30.000000
LowWeight=0
MediumWeight=0
HighWeight=0
TinyWeight=0