Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
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://psteamcommunity.yuanyoumao.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