ets2-telemetry-server icon indicating copy to clipboard operation
ets2-telemetry-server copied to clipboard

Create an option to select job income currency value ($, €, etc)

Open Funbit opened this issue 10 years ago • 5 comments

Probably in skin config file.

Funbit avatar Apr 18 '15 09:04 Funbit

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) {

}

SirGuren avatar Apr 18 '15 15:04 SirGuren

Oops, forgot to mention that was found in the dashboard.js file

SirGuren avatar Apr 18 '15 16:04 SirGuren

@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?

mike-koch avatar Apr 18 '15 18:04 mike-koch

@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 avatar Apr 19 '15 12:04 SirGuren

@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:

mike-koch avatar Apr 19 '15 21:04 mike-koch