My Summer Car
0 of 0

File information

Last updated

Original upload

Created by

Linj

Uploaded by

Linj14

Virus scan

Safe to use

Tags for this mod

About this mod

Alivieska GPS Updated ! GPS-Map System In MySummerCar

Requirements
Permissions and credits
This mod is an update of the Alivieska GPS mod[discontinued] 1.0.3 by Wampa842(https://www.racedepartment.com/downloads/alivieska-gps-discontinued.22471/) And small additions and deletions.(New map Texture From MSCEditor(https://github.com/durkhaz/MSCEditor).

Usage:
Extract AlivieskaGpsServer.dll to the mods folder.
Extract Alivieska GPS client wherever you like.
Start My Summer Car and the GPS client. (Create/Load Save)
Click on "Connect" in the GPS client.
And have fun!
(To use it you just need to launch a game and connect the Client Application)

Source : https://github.com/Linj1k/Alivieska-GPS/tree/master


By default, the web server listens on TCP port 8080. It can be changed using the console command gps (see below) or in the server.cfg file.
It can serve its content as either XML (used by the client) or JSON. You can select which one by editing server.cfg.

Console command usage (Only in Game):
gps [-p <port>|--port <port>] COMMAND
where COMMAND is:
  • start: starts listening on the specified or default port.
  • stop: halts web server.
  • restart: stops and then starts the web server.
  • write [xml] [json]: writes the output to a file in the specified format(s).
  • help: display usage message.