Skip to content

Commit

Permalink
Merge pull request #110 from mike-koch/3-3-0
Browse files Browse the repository at this point in the history
3.3.0 Update
  • Loading branch information
mike-koch committed Apr 23, 2016
2 parents 432db8f + f5d07f0 commit 0f58e8f
Show file tree
Hide file tree
Showing 10 changed files with 194 additions and 96 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -5,7 +5,7 @@ Euro Truck Simulator 2 / American Truck Simulator's Route Advisor, for mobile de
The mobile Route Advisor is planned to include all features that Euro Truck Simulator 2 / American Truck Simulator's Route Advisor currently has. These features are:

- Navigation
- Mini-map (ETS2 only)
- Mini-map
- Fixed on truck, up is always north
- Fixed on truck, map rotates so up is direction truck is facing
- Free view/rotate/zoom
Expand All @@ -25,7 +25,7 @@ The mobile Route Advisor is planned to include all features that Euro Truck Simu

## Requirements
- Euro Truck Simulator 2 and/or American Truck Simulator
- [ETS2 Telemetry Server](https://github.com/Funbit/ets2-telemetry-server/releases/tag/3.2.3) 3.2.3 or later
- [ETS2 Telemetry Server](https://github.com/Funbit/ets2-telemetry-server) 3.2.3 or later

## How to Install
1. Download the latest version of the Mobile Route Advisor from either the [official website](http://www.mikekoch.me/ets2-mobile-route-advisor), or from the [releases page](https://www.github.com/mike-koch/ets2-mobile-route-advisor/releases).
Expand All @@ -35,7 +35,7 @@ The mobile Route Advisor is planned to include all features that Euro Truck Simu
If you require any type of support, please looking at the [contributing guidelines](https://github.com/mike-koch/ets2-mobile-route-advisor/blob/master/CONTRIBUTING.md) to see where you should post your request. **Please do not contact me directly via e-mail, as your e-mail will be ignored.**

## Languages
A list of supported languages are available on the [repository's wiki](https://github.com/mike-koch/ets2-mobile-route-advisor/wiki/config.json-Parameters). If you would like to submit a translation, please submit a pull request.
A list of supported languages are available on the [ets2-mobile-route-advisor website](http://mikekoch.me/ets2-mobile-route-advisor). If you would like to submit a translation, please submit a pull request.

## Screenshots
![Navigation Information](screenshots/nav.png)
Expand All @@ -54,6 +54,7 @@ A list of supported languages are available on the [repository's wiki](https://g
<ul>
<li><a href="https://github.com/mike-koch">mike-koch</a></li>
<li><a href="https://github.com/denilsonsa">denilsonsa</a></li>
<li><a href="https://github.com/Koenvh1">Koen</a></li>
</ul>
</td>
<td valign="top">
Expand All @@ -65,11 +66,13 @@ A list of supported languages are available on the [repository's wiki](https://g
<li><a href="http://forum.scssoft.com/memberlist.php?mode=viewprofile&u=127033">MinecraftMarioGuy53</a></li>
<li><a href="http://forum.scssoft.com/memberlist.php?mode=viewprofile&u=3710">SchorschiBW</a></li>
<li><a href="https://github.com/denilsonsa">denilsonsa</a></li>
<li>Frank Kristensen</li>
</ul>
</td>
<td valign="top">
<ul>
<li><a href="https://github.com/Funbit">Funbit</a></li>
<li><a href="https://github.com/Koenvh1">Koen</a></li>
</ul>
</td>
</tr>
Expand Down
18 changes: 12 additions & 6 deletions config.json
Expand Up @@ -26,12 +26,18 @@

"language": "en-US.json",
"timeFormat": "24h",
"distanceUnits": "km",
"weightUnits": "kg",
"currencyCodeEts2": "EUR",
"currencyCodeAts": "USD",
"checkForUpdates": true,
"mapPackEts2": "ets2",
"mapPackAts": "ats"
"ats": {
"distanceUnits": "mi",
"weightUnits": "lb",
"currencyCode": "USD",
"mapPack": "ats"
},
"ets2": {
"distanceUnits": "km",
"weightUnits": "kg",
"currencyCode": "EUR",
"mapPack": "ets2"
}
}
}
5 changes: 5 additions & 0 deletions dashboard.css
Expand Up @@ -119,6 +119,11 @@ a {
-ms-flex-preferred-size: 5em;
flex-basis: 5em;
}
.dashboard > aside > div._speed {
background: #7F0000;
background: -webkit-linear-gradient(top, rgba(127,0,0,0) 0%, rgba(255,0,0,0) 50%, rgba(127,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(127,0,0,0) 0%, rgba(255,0,0,0) 50%, rgba(127,0,0,0) 100%);
}

/* The main area. */
.dashboard > ._tabs > article {
Expand Down
3 changes: 1 addition & 2 deletions dashboard.html
Expand Up @@ -102,6 +102,7 @@
<div class="_tabs">

<article id="_map">
<p class="loading-text" data-mra-text="LoadingMapPleaseWait"></p>
</article>

<article id="_cargo">
Expand Down Expand Up @@ -189,8 +190,6 @@
<article id="_about">
<p id="version">Mobile Route Advisor </p>
<p id="update-status" class="_yellow-color" style="display: none">A newer version is available!</p>
<p>Developed and designed by @mkoch227 and @denilsonsa</p>
<p><a href="http://forum.scssoft.com/viewtopic.php?f=41&t=186779" target="_blank">Map</a> and <a href="https://github.com/Funbit/ets2-telemetry-server" target="_blank">telemetry-server</a> by @Funbit</p>
<p><a href="https://github.com/mkoch227/ets2-mobile-route-advisor" target="_blank">https://github.com/mkoch227/ets2-mobile-route-advisor</a></p>
</article>
</div>
Expand Down
Binary file modified dashboard.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0f58e8f

Please sign in to comment.