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
[CustomLevelDistrib]
MinLevel=20.000000
MaxLevel=30.000000
WantsEqualLevels=False
WantsRagLevels=False
WantsHighLevels=False (also tried setting to true)
[CustomLevelDistrib]
MinLevel=20.000000
MaxLevel=30.000000
WantsEqualLevels=True
WantsRagLevels=False
WantsHighLevels=False
Thank you
When you have your server set up normally and have the max level at 600, are the levels you see in increments of 20 (ex. lowest level possible is 20, then 40, 60, 80...580, 600)? If so, then the server is set for a difficulty value of 20.
So, you want levels between 100 and 600 with an increment of 1 (i.e. levels 100, 101, 102...598, 599, 600), correct? If I understand your server right, then telling it you want a maximum level of 30, should set the difficulty value to 1. As a result, setting the mod's ini settings like below should do the trick:
[CustomLevelDistrib]
MinLevel=100.000000
MaxLevel=600.000000
WantsEqualLevels=True
WantsRagLevels=False
WantsHighLevels=False