Create an option to select job income currency value ($, €, etc)
Probably in skin config file.
The skin in which I'm modding is the route adviser on that you have posted on the forum.
The line of code for the income is as such:
function getDigitGroupedReward(income) {
}
Oops, forgot to mention that was found in the dashboard.js file
@SirGuren , it sounds like you're working on the skin that I created (mkoch227/ets2-mobile-route-advisor). Just out of curiosity, what changes are you making to it?
@mkoch227, I'm trying to the the income to be displayed in pounds, which is the currency I use in game. Is there anyway to do it?
@SirGuren , I opened up an issue at mkoch227/ets2-mobile-route-advisor#3 to add this feature in. If you want to change your currency code to GBP right now, open up dashboard.html, and find: € and replace it with £ (it should be around line 119).
If you have any additional questions/comments, feel free to open an issue at mkoch227/ets2-mobile-route-advisor, so we don't hijack funbit's repo as he didn't make the skin :grinning: