48 lines
1.6 KiB
INI
48 lines
1.6 KiB
INI
[licensing]
|
|
key1=zTxkgVJTrx%2fLd%2bBFOIMMkloM0msdReIziAqa1JrcQ3Z4uEfxcu97uQ%3d%3d
|
|
|
|
[settings]
|
|
; pay based on cycle time below
|
|
autoPaycheck=true
|
|
; real world minutes between paychecks
|
|
paycheckCycle=10000
|
|
flatPaycheckAmount=19999999999
|
|
; save totals per character - not implemented yet
|
|
allowMultiCharacter=true
|
|
; if true, allows players to set their own totals for RP
|
|
looseMode=true
|
|
|
|
startingBank=698500
|
|
startingCash=100000
|
|
startingDirty=0
|
|
|
|
ShowPrompts=true
|
|
|
|
;if you have custom ATM models you can add the spawn codes here separated by commans and no spaces
|
|
additionalAtmModels=
|
|
;set to minimum required increment allowed for ATM total entered
|
|
atmIncrement=1000
|
|
;set whatever atm fee you want to charge players using the atm... set to zero for no fee
|
|
atmFee=1.69
|
|
;do not change this
|
|
DesyncKey=690720923512
|
|
|
|
[callbacks]
|
|
updateClient=BigDaddy-HUD:UpdateMoney
|
|
;displays totals in plain text in upper right corner
|
|
useLocalDisplay=false
|
|
;see https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-lcid/a9eac961-e77d-41a6-90a5-ce1a8b0cdb9c for valid culture settings
|
|
local=en-us
|
|
|
|
[keys]
|
|
;see ValidKeys.txt that came with this resource for a list of keys to use. You must match the keys in that file exactly or the setting won't work
|
|
SearchChoose=E
|
|
PayGeneric=X
|
|
|
|
[locales]
|
|
CurrencySymbol=$
|
|
SearchPay=PAY THIS PERSON
|
|
SearchRequest=REQUEST FROM THIS PERSON
|
|
; make sure {PayGenericKey} does not get changed or it will break the function
|
|
scanningPeopleTargets=Looking for who to pay... or [~r~{PayGenericKey}~w~] to just pay generic
|
|
scanningPeopleTargetsRequest=Looking for who to request... or [~r~{PayGenericKey}~w~] to just request generic |