You are viewing a potentially older version of this package. View all versions.
AcesGamingUK-PriceDotFormatter-1.2.4 icon

PriceDotFormatter

Replaces commas in displayed prices with decimal points.

Date uploaded 4 days ago
Version 1.2.4
Download link AcesGamingUK-PriceDotFormatter-1.2.4.zip
Downloads 121
Dependency string AcesGamingUK-PriceDotFormatter-1.2.4

This mod requires the following mods to function

BepInEx-BepInExPack-5.4.2100 icon
BepInEx-BepInExPack

BepInEx pack for Mono Unity games. Preconfigured and ready to use.

Preferred version: 5.4.2100

README

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

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