You are viewing a potentially older version of this package.
View all versions.
PriceDotFormatter
Replaces commas in displayed prices with decimal points.
| Date uploaded | 2 weeks ago |
| Version | 1.2.2 |
| Download link | AcesGamingUK-PriceDotFormatter-1.2.2.zip |
| Downloads | 138 |
| Dependency string | AcesGamingUK-PriceDotFormatter-1.2.2 |
This mod requires the following mods to function
BepInEx-BepInExPack
BepInEx pack for Mono Unity games. Preconfigured and ready to use.
Preferred version: 5.4.2100README
Price Dot Formatter
A simple Supermarket Together mod that replaces commas in displayed prices with decimal points.
Examples:
- 12,50 -> 12.50
- 1,99 -> 1.99
Installation
Install with Thunderstore Mod Manager or manually place the DLL into:
BepInEx/plugins
Requirements
- BepInEx 5.x
Changelog
1.0.0
- Initial release
1.1.0
Use harmony Patching
1.2.0
add fallback formatting for onscure occurencies
1.2.1
Reverted 1.2.0 patch due to ordering bug, working of fix
1.2.2
Fixed price formatting across most UI Kept product ordering totals using decimal points Preserved purchasing functionality on the ordering screen Ordering screen item-row prices still use commas to avoid breaking the game’s internal purchase parsing
CHANGELOG
Changelog
1.2.4
- Added Actual Changelog Instead of being lazy
1.2.3
- Fixed Github link
1.2.2
- Fixed price formatting across most UI
- Kept product ordering totals using decimal points
- Preserved purchasing functionality on the ordering screen
- Ordering screen item-row prices still use commas to avoid breaking the game’s internal purchase parsing
1.2.1
- Reverted 1.2.0 patch due to ordering bug, working of fix
1.2.0
- add fallback formatting for onscure occurencies
1.1.0
- Use harmony Patching
1.0.0
- Initial release