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
You say they are not getting any as of now correct?
This is my settings:
[TCsAR]
ErrorLogLevel=error
TimeBasedIncome=true
LumpSumIncome=false
IncomeFrequency=60
DefaultIncomeAmount=25
StartingAmount=50
MaxARcAllowed=0<<<< this means max a player can have or get... ARC=Auto Rewards Credit
PlayedTimeBonus=true
BonusFrequency=86400
BonusAmount=200
AllNewPlayersEligibleForBonus=true
VaultMaxItemSlots=300
DisableAddItemsToVault=false
~Howard
Then I wiped it this morning and everyone bar the people helping me get the bonus and hourly rate
this is the issue im having
https://cdn.discordapp.com/attachments/589490290461638656/594049664760807444/unknown.png
You have enabled timebasedincome, but also set the frequency to 60, which is either ignored since its not a valid input (0 to 6) or read as 6, which translates to annually.
You have enabled playedtimebonus of 200 ARc, but credited every 86400 second of actual playtime. So that means people have to play 24 hours of actual playtime to get any credits.
Have a look in https://steamhost.cn/steamcommunity_com/workshop/filedetails/discussion/1260983937/3277925755434264966/ to maybe redefine some of the variables for a better experience :)
[TCsAR]
ErrorLogLevel=off
TimeBasedIncome=True
LumpSumIncome=false
IncomeFrequency=0
DefaultIncomeAmount=0
StartingAmount=50
MaxARcAllowed=0
PlayedTimeBonus=True
BonusFrequency=900
BonusAmount=25
AllNewPlayersEligibleForBonus=True
VaultMaxItemSlots=300
DisableAddItemsToVault=true
This gives any player 50 ARc upon first join, 25 ARc every 25minutes of in-game playtime.
I also have enabled TimeBased since some players get a daily tiny bonus amount no matter if they play or not. That i change within the game, depending on player status. :)
Also, check .ini after restart that its still the same.
ErrorLogLevel=off
TimeBasedIncome=True
LumpSumIncome=False
IncomeFrequency=0
DefaultIncomeAmount=0
StartingAmount=50
MaxARcAllowed=0
PlayedTimeBonus=True
BonusFrequency=3600
BonusAmount=25
AllNewPlayersEligibleForBonus=True
VaultMaxItemSlots=300
DisableAddItemsToVault=True
This is my ini