ARK: Survival Evolved

ARK: Survival Evolved

Capitalism Currency [OPEN SOURCE] (Discontinued)
 Denne tråd er blevet fastgjort, så den er sikkert vigtig
Impulse  [udvikler] 14. okt. 2017 kl. 7:19
Bank example Gus.ini Settings
Example
GloryCoinPositiveInterest=0.0025 GloryCoinNegativeInterest=0.2 ElementPositiveInterest=-1.0 ElementNegativeInterest=-1.0 ExtraAccountCurrencies=Blueprint'/Game/Mods/AuctionHouse/Currency/PrimalItemResource_AuctionHouseCoin.PrimalItemResource_AuctionHouseCoin',Blueprint'/Game/Mods/FantasyCoins/Gold/PrimalItemResource_GoldCoin.PrimalItemResource_GoldCoin' ExtraCurrenciesPositiveInterestRates=0.02,0.05 ExtraCurrenciesNegativeInterestRates=0.12,0.25 GiveInitBankValues=500,0,500,250 IsElementDeactivated=true MaxCreditMultiplier=0.05 InterestCycleSeconds=3600 ExtraCurrenciesExchangeWeights=1.05,0.77 CurrenciesExchangeSpreads=0.01,0.02,0.05 HideBankUiTabs=Transfer,Exchange,Tribe UseImplantForAccountID=false OnlyAllowWithdraw=false BankAlternateSavePath=true

What does this options mean, additional infos
GloryCoinPositiveInterest=
How much percentage interest should be given in InterestCycleSeconds, for positive credit on bank account. If you type in -1 then interest will be deactivated. It is possible to choose up to -0.99999 as interest rate without deactivating it.

GloryCoinNegativeInterest=
How much percentage interest should be taken in InterestCycleSeconds, for negative credit on bank account. If you type in -1 then interest will be deactivated.

ElementPositiveInterest=
Same as GloryCoins but with element, is deactivated per default.

ElementNegativeInterest=
Same as GloryCoins but with element, is deactivated per default.

ExtraAccountCurrencies=
Comma separated value list for additional currencies, recources... whatsoever you like.. Needs full blueprint path, see example.

ExtraCurrenciesPositiveInterestRates=
Comma separated value list for additional currencies, same position as ExtraAccountCurrencies comma separated value list will get the corresponding interest for positive credit amount on bank account. If only one is set, then all extra entries will get GloryCoin interest rate. If none is set, all will get GloryCoin default.

ExtraCurrenciesNegativeInterestRates=
Comma separated value list, same as positive list but in this case for interest on negative credit amount on bank account. If only one is set, then all extra entries will get GloryCoin interest rate. If none is set, all will get GloryCoin default.

GiveInitBankValues=
If bank account is opened for the first time (per player, depending on implant id), then this player will get this amount of money at account intitialisation. Can also be a negative value. Starting with GloryCoins,Element,Extra1,Extra1.... if only one is set then all will get first (except Element), if array doesn't match overall size, then all exceeding currencies will get first entry.

IsElementDeactivated=
States if Element should be available as bank account or not.

MaxCreditMultiplier=
Sets max valid credit of this currency depending on highes amount ever kept on this account. -1 deactivates and resets all max credits.

InterestCycleSeconds=
States amount of seconds until next interest cycle gets applied to all bank accounts.

ExtraCurrenciesExchangeWeights=
GloryCoins are always 1.00 all the other currencies will depend on that, Element cannot be exchanged, if not set or exceeding this list, then the corresponding currency will get value 1.00. If a currency shouldn't be allowed to be exchanged, then set -1 for this entry.

CurrenciesExchangeSpreads=
First value is for GloryCoins, Element is omited and starting from second value are ExtraCurrencies, if ExtraCurrencies exceed given values in this list then it will default to first value in this list or if nothing is available it defaults to 0.01

HideBankUiTabs=
Only Transfer, Exchange and Tribe can be hidden. Admin will be hidden automatically if user is no admin

UseImplantForAccountID=
If false, accounts will be available after server wipe. Default is false and it will calculate the HEX value of your users steam 64 IDs for their AccountIDs.

OnlyAllowWithdraw=
Disable all Deposit buttons, this is meant for e. g. PvP events.

BankAlternateSavePath=
Settings this option to true will alter the savegame path from ../SaveGames/CapitalismBanking/ to ../SavedArks/CapitalismBanking/