Page 1 of 1

ETS2 Tachograph

Posted: 18 Aug 2017 14:44
by Tresco888
You need to see this:

https://www.youtube.com/watch?v=gJF6KHDjTDQ

It's not fully functional, but is a good start and nice work. Maybe someone can translate what is important from his speech :)

Good job Kernaj!!!

Re: ETS2 Tachograph

Posted: 19 Aug 2017 18:32
by mateush05
Yeah, Kernaj's mod is nice ;)

Re: ETS2 Tachograph

Posted: 20 Aug 2017 08:48
by Volvofahrer 26
Can anybody explain what features exactly this mod includes and how to get it working properly. My polish knowledge is almost not existent :D

Re: ETS2 Tachograph

Posted: 20 Aug 2017 09:33
by bmwGTR
Hi,

I also do not speak polish, but what I have seen on the video this mod is adding the digital tachograph (where you put your driver card in and recognize the speed, driving time, pause time, work time and so on).

Best regards,
bmwGTR

Re: ETS2 Tachograph

Posted: 20 Aug 2017 15:20
by Tresco888
You need to download:
- ETS2 Telemetry Server:
https://github.com/Funbit/ets2-telemetry-server

- Tachograph:
http://www.mediafire.com/file/1gs5k2dce ... hograf.zip

- Unzip files
- Install ETS2 Telemetry Server
- Copy Tachograf folder on .......\ets2-telemetry-server-master\server\Html\skins
- Open Google Chrome and install "Always On Top" extension and application
- Start ETS2 Telemetry Server
- Write on Google Chrome adress bar HTML5 App URL from ETS2 Telemetry Server window
- Chose Tachograf skin
- Go to Google Chrome Menu -> More Tools -> Add To Desktop ...
- Check "Open As Window" and Add
- On Desktop you have new icon "ETS2_ATS Dashboard"
- Open, right click and chose Always On Top -> App
- Resize and move as you wish
- Open the game ETS2
- Ok for "Confirmation" window
- Open your profile
- Go to Options -> Graphics - Fullscreen Mode and uncheck
- Confirm the new settings
- Drive!!! Drive!!! Drive!!!

Remember it's not fully functional
How to use and messages on Tachograf screen, are on polish :)

All The Best!!!

Re: ETS2 Tachograph

Posted: 07 Mar 2019 01:17
by Harald-RS
Hello people, for like the ad in German want to have this content with the original hmtl file exchange.

Hallo Leute, für gerne die Anzeige in deutsch haben wollen könne diesen Inhalt mit der Originalen hmtl Datei tauschen.

Code: Select all

<div class="dashboard game-connected">
     <h1 class="author">Created by Kernaj</h1>
    <div class="tabu">
        <button class="tablinks" onclick="openCity(event, 'first')">&and;</button></div>
      <div class="tab1">
  <button class="tablinks" onclick="openCity(event, 'home')" id="defaultOpen">&lt;</button>
  <button class="tablinks" onclick="openCity(event, 'print')">&gt;</button>
    </div>
     <div class="tabd">
  <button class="tablinks" onclick="openCity(event, 'Sec')">&or;</button>
    </div>
    
    <div class="tab2">
  <button class="tablinks" onclick="openCity(event, 'driver1')">1</button>
  <button class="tablinks" onclick="openCity(event, 'driver1o')">&and;</button>
    </div>
    
<div id="home" class="tabcontent">
    <div class="time">
        <span class="tagesstunde"></span><span id="czas">:</span><span class="tagesminute"></span>&&nbsp;%
    </div>
           
    <div class="speed">
        <span class="truck-speedRounded"></span>
    </div>
    <div  class="distance">
        <span class="truck-odometer"></span>
    </div>
     <div  class="driver1">
         %#
    </div>
    <div  class="driver2">
         *
    </div>
    </div>

    <div id="first" class="tabcontent">
        <div class="rest">
        <span class="pause"></span>
    </div>
          <div class="rest1">
        <span class="job-Ankunft"></span>
    </div>
    <div class="rest2">
        <span class="pause1"></span>
    </div>
        <div class="rest3">
        +00h00
    </div>
    </div>
    
    <div id="Sec" class="tabcontent">
        <div class="rest">
        2%00h00
    </div>
          <div class="rest1">
        2%|--h--
    </div>
        <div class="rest2">
        =00h00
    </div>
        <div class="rest3">
        *00h00
    </div>
    </div>
    
    <div id="print" class="tabcontent">
    <div class="rest">
        Mustermann
    </div>
    <div class="rest1">
        <span id="print1">#$ Fahrer 1</span>
    </div>
    </div>

    <div id="driver1o" class="tabcontent">
        <div class="rest4">
        }& Ende Land
    </div>
    <div class="rest1">
    <span class="tagesdatum"></span>.<span class="monatsname"></span> <span class="tagesstunde"></span><span id="czas">:</span><span class="tagesminute"></span> <span id="country">:D</span></div>
    </div>      
        
    <div id="driver1" class="tabcontent">
          <div class="rest4">
        &{ Beginn Land
    </div>
          <div class="rest1">
    <span id="country1">:D</span></div>
    </div>

</div>