Skip to content

Configuration

NadirKhoulali edited this page Jun 20, 2026 · 9 revisions

Configuration

UBS uses common config values to tune security, banking behavior, and macro-economy systems.

Core Limits

  • TransactionsPerMinute
  • DefaultATMWithdrawalLimit
  • DailyWithdrawalLimit
  • GlobalMaxSingleTransaction (also caps handheld terminal max save value; default 50000)
  • GlobalMaxDailyPlayerVolume
  • GlobalMaxDailyBankVolume
  • DailyWithdrawalLimitChecking
  • DailyWithdrawalLimitSaving
  • DailyWithdrawalLimitMoneyMarket
  • DailyWithdrawalLimitCertificate
  • PaymentTerminalFeedbackTicks (legacy key, terminal feedback lock is currently fixed to 2 seconds)

Scheduling

  • AutoSaveIntervalMinutes
  • SavingsInterestIntervalTicks
  • LoanPaymentIntervalTicks
  • LoanWarningBeforeDueTicks
  • BankAnnualLicenseIntervalTicks
  • BankTaxIntervalTicks

Monetary Policy and Rates

  • ServerInterestRate
  • FederalFundsRate
  • MinFederalFundsRate
  • MaxFederalFundsRate
  • SavingsRateFloorMultiplier
  • SavingsRateCeilingMultiplier
  • MoneyMarketRateMultiplier
  • AllowBankCustomInterestRate
  • MinCustomBankInterestRate
  • MaxCustomBankInterestRate

Bank Stability and Liquidity

  • BankMinReserveRatio
  • BankReserveGraceTicks
  • BankDailyLiquidityRatio
  • WithdrawalQueueExpiryTicks
  • BankRunWindowTicks
  • BankRunThresholdRatio
  • BankRunLockdownTicks

Player Bank Creation Controls

  • PlayerBanksEnabled
  • PlayerBanksRequireAdminApproval
  • PlayerBanksMinBalance
  • PlayerBanksMinPlaytimeHours
  • PlayerBanksCreationFee
  • PlayerBanksMaxPerPlayer
  • PlayerBanksNameMaxLength
  • PlayerBanksCreationCooldownHours
  • BankCharterFee
  • BankAnnualLicenseFee

Loan and Credit Controls

  • LoanAutoApproveThreshold
  • LoanAutoApproveMinCredit
  • LoanBaseInterestRate
  • LoanMinInterestRate
  • LoanMaxInterestRate
  • LoanTermPayments
  • CreditScoreDefault
  • CreditScoreOnTimeBoost
  • CreditScoreMissedPenalty
  • CreditScoreDefaultPenalty

Pickpocket

  • PickpocketEnabled
  • PickpocketDurationTicks
  • PickpocketCooldownTicks

World Cash Economy

  • ChestCashLootEnabled
  • ChestCashLootChancePercent
  • MobCashDropsEnabled
  • MobCashDropsPlayerKillOnly
  • MobCashDropHealthWeight
  • MobCashDropAttackWeight
  • MobCashDropArmorWeight
  • MobCashDropVariancePercent
  • MobCashDropMinCents
  • MobCashDropMaxCents
  • DeathCashDropEnabled
  • DeathCashDropPercent
  • DeathCashDropApplyWithKeepInventory
  • DeathCashDropDespawnTicks
  • DeathCashDropLabelRefreshTicks

Shop and Retail

  • OpenMarketHistoryLimit
  • ClearingLedgerLimit
  • ShopLevelingEnabled
  • ShopLevelScaleClaimCapacity
  • ShopLevelScaleStockroomCapacity
  • ShopLevelScaleDisplayLimit
  • ShopLevelScaleCashierLimit
  • ShopLevelScaleDeliveryPalletLimit
  • ShopStockroomBaseCapacityBlocks
  • ShopStockroomCapacityPerLevelBlocks
  • ShopStockroomMaxCapacityBlocks
  • ShopDisplayBaseLimit
  • ShopDisplayLimitPerLevel
  • ShopDisplayMaxLimit
  • ShopMaxCashierSpawnEggsPerShop
  • ShopMaxAssignedOrderPalletsPerShop
  • ShopMaxActiveCourierOrders
  • ShopCashierLowBagThreshold
  • ShopWebshopMaxActiveOrders
  • ShopWebshopDefaultEtaSeconds
  • ShopWebshopRetryDelaySeconds
  • ShopWebshopMaxRetryAttempts
  • ShopWebshopCancelFeePercent
  • ShopWebshopExpediteSurchargePercent
  • ShopWebshopExpediteEtaSeconds
  • ShopTypeConversionFeeDollars
  • ShopTypeConversionCooldownHours
  • ShopFranchiseBrandOwnerUnlockLevel
  • ShopFranchiseBaseLicenseCapacity
  • ShopFranchiseLicenseCapacityPer10Levels
  • ShopFranchiseMaxLicenseCapacity
  • ShopFranchiseDefaultUpfrontFeeDollars
  • ShopFranchiseDefaultRoyaltyPercent
  • ShopFranchiseDefaultMarketingPercent
  • ShopFranchiseNoncompliancePenaltyPercent
  • ShopCorporateFirstExtraBranchLevel
  • ShopCorporateBranchLevelStep
  • ShopCorporateMaxBranches
  • ShopCorporateOverheadPercent

Webshop-related keys control active order limits, ETA/retry behavior, cancel fees, and expedite surcharges. Shop type/franchise/corporate keys control reclassification cost, franchise offer capacity/defaults, noncompliance penalties, and corporate branch scaling.

Account Storage and CDs

  • SafeBoxSlotsChecking
  • SafeBoxSlotsSaving
  • SafeBoxSlotsMoneyMarket
  • SafeBoxSlotsCertificate
  • CDShortTermTicks
  • CDMediumTermTicks
  • CDLongTermTicks
  • CDShortRate
  • CDMediumRate
  • CDLongRate
  • CDEarlyPenaltyFactorShort
  • CDEarlyPenaltyFactorMedium
  • CDEarlyPenaltyFactorLong

Coming Soon / Reserved Heist Keys

  • HeistDurationTicks (Coming Soon)
  • HeistMinPlayers (Coming Soon)
  • HeistSuccessChance (Coming Soon)
  • HeistPayoutRatio (Coming Soon)
  • HeistCooldownTicks (Coming Soon)

Display

  • CurrencySymbol
  • CurrencyName
  • HudEnabledByDefault
  • HudCorner
  • HudTextColor

Clone this wiki locally