Giter VIP home page Giter VIP logo

storymod's Introduction

CargoWorld

Cargo Management for ETS2 and ATS Truck Simulators https://sites.google.com/site/storymodsite/

Quick Start:

  1. Copy the telemetry dll into "EuroTruckSimulator2\bin\win_x64\plugins"

  2. Run cargoworld.exe and ETS2 in any order

StoryMod

StoryMod for ETS2 and ATS Truck Simulators https://sites.google.com/site/storymodsite/

Euro Truck and American Truck Simulators are based on simple A-to-B load-and-deliver missions without any narrative elements. StoryMod aims at providing tools to build stories on top of the game. The basic idea is to read telemetry data such as the truck and trailer properties, the player world position, and to run a parallel story depending on these information. The story is displayed in a regular web browser.

src/windows/telemetry_server

This program is a telemetry UDP stream client for Euro Truck Simulator 2 and American Truck Simulator. It waits for a StoryMod server connection and streams the truck state and position.

Download the telemetry server DLL files (TBA) or build from source with Microsoft Visual Studio.

Put the 32bits DLL into bin/win_x86/plugins/ or the 64bits DLL into bin/win_x64/plugins/ depending on whether you want to play 32 or 64bits. If you want to use StoryMod with the Multiplayer Mod, use the 32bits version.

Get the IP of this machine, you will need it to run the server.

Start the game before the StoryMod server. Once you are able to drive, start the server.

src/linux/storyserver

This program is a StoryMod server for Euro Truck Simulator 2 and American Truck Simulator. It reads a driving trace from a UDP stream connected to the simulator and periodically updates a local HTML file to display the current story state to the player. Stories are loaded from a given directory.

Build the server (you need libxml2-dev):

chmod u+x build.sh

./build.sh

Start the server (once the ETS2 / ATS simulator is running):

./storyserver --ip this_machine_ip the_simulator_ip --stories /path/to/my/stories/

Open the resulting index.html file within a browser.

storymod's People

Contributors

lcudenne avatar

Stargazers

Mr John Dowe avatar Dmitry avatar

Watchers

James Cloos avatar  avatar Mr John Dowe avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.