SMSMod-CurrencyChanger2/Patches
Jonathan Riedel 6e2d2fac98 Update 2.2.0
- Fixed: $1 coins should now work as expected outside of the newly added coin slots.
- Added: Currency symbols are now also applied to price tags where the price has never been set.
- Added: Currency Value Factor is now applied to Bank Loans.
- Added: Currency Value Factor is now applied to Store Sections.
- Added: Currency Value Factor is now applied to Storage Sections.
- Added: Currency Value Factor is now applied to Furniture Prices.
- Added: Currency Value Factor is now applied to the amount of money a new save game starts with.
- Added: Currency Value Factor is now applied to Restocker hiring & daily cost.
- Added: Currency Value Factor is now applied to Cashier hiring & daily cost.
- Added: Price Rounding, for when a currency doesn't support certain low denominations. You can now configure product prices as well as customer payments to not make you use 1 cent coins, or even coins below $1, if you wish.
- The new feature above has been preconfigured to 5 cents in the config file for the canadian dollar, making that currency's penny obsolete.
- Preconfigured config files have been updated to reflect changes made in this version.
2024-05-05 21:57:31 +02:00
..
CashierItem_Setup_Patch.cs Update 2.2.0 2024-05-05 21:57:31 +02:00
CheckoutChangeManager_AddOrRemoveMoney_Patch.cs Initial commit 2024-05-02 19:16:26 +02:00
CheckoutChangeManager_DespawnMoney_Patch.cs Initial commit 2024-05-02 19:16:26 +02:00
CheckoutDrawer_Awake_Patch.cs Update 2.2.0 2024-05-05 21:57:31 +02:00
CustomerPayment_GenerateRandomPayment_Patch.cs Update 2.2.0 2024-05-05 21:57:31 +02:00
Extensions_ToMoneyText_Patch.cs Initial commit 2024-05-02 19:16:26 +02:00
FurnitureSalesItem_Setup_Patch.cs Update 2.2.0 2024-05-05 21:57:31 +02:00
IDManager_BankCreditSO_Patch.cs Update 2.2.0 2024-05-05 21:57:31 +02:00
IDManager_FurnitureSO_Patch.cs Update 2.2.0 2024-05-05 21:57:31 +02:00
IDManager_ProductLicenseSO_Patch.cs Update 2.2.0 2024-05-05 21:57:31 +02:00
IDManager_SectionSO_Patch.cs Update 2.2.0 2024-05-05 21:57:31 +02:00
IDManager_StorageSO_Patch.cs Update 2.2.0 2024-05-05 21:57:31 +02:00
MoneyGenerator_SpawnCreditCard_Patch.cs Initial commit 2024-05-02 19:16:26 +02:00
PosTerminal_Start_Patch.cs Initial commit 2024-05-02 19:16:26 +02:00
PriceManager_CurrentCost_Patch.cs Initial commit 2024-05-02 19:16:26 +02:00
PriceTag_EnableTag_Patch.cs Update 2.2.0 2024-05-05 21:57:31 +02:00
PricingInteraction_ClosePricingMenu_Patch.cs Update 2.2.0 2024-05-05 21:57:31 +02:00
RestockerItem_Setup_Patch.cs Update 2.2.0 2024-05-05 21:57:31 +02:00
SaveManager_Clear_Patch.cs Update 2.2.0 2024-05-05 21:57:31 +02:00
StorageTab_Start_Patch.cs Update 2.2.0 2024-05-05 21:57:31 +02:00