Parkitect

Parkitect

30 ratings
Currencies
   
Award
Favorite
Favorited
Unfavorite
Mods: Mod
File Size
Posted
Updated
133.750 KB
27 Nov, 2018 @ 11:58am
27 Jun, 2020 @ 4:21am
5 Change Notes ( view )

Subscribe to download
Currencies

Description
Currencies

Change the currency symbol.


Parkitect displays money as Dollars marked by $. With this mod you can change the symbol to other representations like or £.

Besides just exchanging the symbol, you can also control where to put it to match a regional preference: While the default US-dollar style is $123.12, the German preference (with Euro) is 123.12 €.

Note: The full readme with images, installation description for non-steam versions and further notes is on the GitHub page of this mod[github.com].


Settings
(Options -> Mods -> Currencies -> Settings)
Symbols
The symbol can be any sequence of characters between a length of 0 and 3. Ergo no symbol at all up to ISO 4217 codes (like EUR or USD). However it is not recommended to use a symbol longer than 1 character: Longer symbols might not fit in their fixed position and might stick out or even change the layout of a window.

The list of available characters in game is rather limited.
Unfortunately the settings menu uses a different font display than ingame. Therefore some symbols might be displayed in the settings, but not in the game. In that case a warning is shown. If you keep a missing symbol it will show up as a box in game: ☐.

The default Parkitect font supports just the most common currency symbols like $, € and £. For more options this mod injects a couple additional currency symbols like ₽ (Ruble) or ₩ (Won). If there's a symbol missing you would like to use, best request it as a issue on github[github.com].

The injected symbols use a different font (Roboto[fonts.google.com]) than Parkitect (Museo). Therefore the injected symbols look slightly different in style -- but they are strange symbols, so it shouldn't be too noticeable.

Symbol position
The Symbol can either be positioned before or after the number. Additional there might be an additional space between the currency symbol and the value. The possible representations are: € 123.12, €123.12, 123.12€, 123.12 €
For negative values there are even more possible positions because of the negative sign:
-€ 123.12, € -123.12, €-123.12, -€123.12, -123.12€, -123.12 €

Separators
Different countries use different decimal and group separators. For example: US: 12,345.67, DE: 12.345,67. Parkitect uses the US style for all numbers.
This mod can change the representation for currencies -- ONLY currencies, other types (like speed or height) aren't changed. Neither are price input fields affected.
These limitations result in a quite quirky experience: some numbers are in one style while others use another style. And for input fields you have to remember to use the original (US) style. Because of these issues no custom separators are used unless you enable them separately.

Additional Notes:
  • The change is purely cosmetic: $123.12 = 123.12 € = £123.12 = ¥123.12 = R 123.12 -- there's no currency conversion.
  • The updated currency applies once a game is loaded. It doesn't show up in the main menu.
  • If you change the currency symbol while in game (via the pause/ESC menu): The displays with a currency symbol only update to the new one when their text gets updated by Parkitect. That might not be immediately but after certain actions like a new month (-> statistics get updated) or not at all during the current session because the text were cached (this happens in the Finances window with past monthly reports). It is therefore recommended to save your current park and reload it to force all texts to update after you changed the currency symbol!
  • This mod doesn't alter savegames. That means you can disable and remove this mod at any time without any impact on savegames, scenarios, etc.. The only effect is that the currency symbol is reverted back to its original $ sign.


Release notes
Listed in on GitHub[github.com] and on the GitHub release page[github.com].
A simplified changelog can also be found on the Change Notes page on the Steam Workshop page for this mod.
Issues

Please report issues via the issue tracker on GitHub[github.com].
If this mod is responsible for a crash or an error/exception please include your output_log.txt. Copy this log file immediately after the crash -- its content is cleared for each Parkitect start.

output_log.txt is Parkitects log file, located at
* Windows: %USERPROFILE%\AppData\LocalLow\Texel Raptor\Parkitect\output_log.txt
* Linux: ~/.config/unity3d/Texel Raptor/Parkitect/Player.log
* Mac: ~/Library/Logs/Unity/Player.log
Source code
Craxy/Parkitect-Currencies on GitHub[github.com]
12 Comments
⭐JonnyDante 1 Feb, 2023 @ 2:58am 
:crashthumbsup:
Craxy  [author] 30 Jul, 2020 @ 10:19am 
According to Wikipedia its currency symbol is R$ -- nothing special (in terms of special characters). That's already possible: Just change it in the mods settings.

Or is there another, more special symbol in use? If it's in
Roboto font [fonts.google.com] it should be quite easy to add. But Roboto doesn't contain all Unicode characters, which means I might have to include another font -- which makes everything more complicated.
Hoppkins 29 Jul, 2020 @ 5:09pm 
Hey, can we get brazilian current broken money? <3
AtomicLugia 21 Apr, 2019 @ 12:17pm 
Ah ok.
Craxy  [author] 21 Apr, 2019 @ 11:11am 
You can specify your own name or sign -- including normal characters like D and M. Just go into the settings and write "DM" into the Symbol Textbox.

But: the ingame currency displays are designed for a single symbol. Therefore it might be possible that DM might be cutoff or stick out in certain places.
AtomicLugia 16 Apr, 2019 @ 10:28am 
Will be there DM (Deutsche Mark), too? Just for some german nostalgia!
Xanija 29 Dec, 2018 @ 2:54pm 
Works fine, thanks!
Craxy  [author] 29 Dec, 2018 @ 10:26am 
New version with separators is up.
But again: only currency, and readonly text -- not price input fields.
Xanija 28 Dec, 2018 @ 11:29am 
I understand. It would still be nice to have it in the finance tables. Thanks.
Craxy  [author] 28 Dec, 2018 @ 10:30am 
For normal text that should be quite easy, but for Input Fields (setting prices) it's rather complex.
And than there's the issue with other number displays: Numbers like velocity or height will still use the US style.

If you're OK with non-currencies using "." and probably the price input fields staying the US way, I'll implement it.