安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
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