Difference between revisions of "Links"

From LFS Manual
Jump to navigationJump to search
(fix Argentina Turismo link)
(→‎Programming libraries: add cinsim, clj-insim and pyinsim9 and 10)
 
Line 113: Line 113:
 
{{further|InSim#InSim_libraries}}
 
{{further|InSim#InSim_libraries}}
  
 +
* [https://github.com/turbosnail/cinsim cinsim] - A basic C++ InSim library for Live For Speed.
 +
* [https://github.com/verberktstan/clj-insim clj-insim] - A clojure library to connect with Live For Speed racing simulator via the InSim protocol.
 
* [https://gitlab.com/godot-insim/godot_insim Godot InSim] - A library implementing the InSim API to build apps with the Godot game engine.
 
* [https://gitlab.com/godot-insim/godot_insim Godot InSim] - A library implementing the InSim API to build apps with the Godot game engine.
 
* [https://github.com/alexmcbride/insimdotnet InSim.NET] - An InSim library for .NET, stays as close to the original InSim protocol as possible.
 
* [https://github.com/alexmcbride/insimdotnet InSim.NET] - An InSim library for .NET, stays as close to the original InSim protocol as possible.
Line 120: Line 122:
 
* [https://www.lfs.net/forum/thread/98929 PiranMOTO PIE (PHP; InSim; Easy)] - Windows EXE running a PHP InSim framework.
 
* [https://www.lfs.net/forum/thread/98929 PiranMOTO PIE (PHP; InSim; Easy)] - Windows EXE running a PHP InSim framework.
 
* [https://github.com/alexmcbride/pyinsim pyinsim] - An InSim library for the Python programming language.
 
* [https://github.com/alexmcbride/pyinsim pyinsim] - An InSim library for the Python programming language.
 +
* [https://github.com/KingOfIce77/pyinsim9 pyinsim9] - An InSim library for the Python programming language compatible with LFS 0.7A.
 +
* [https://github.com/KingOfIce77/pyinsim10 pyinsim10] - pyinsim 10 for LFS 0.8 (python 3 compatible, migrated to asyncio).
 
* [https://github.com/simbroadcasts/react-node-insim/ React Node InSim] - A React renderer for InSim buttons, based on Node InSim.
 
* [https://github.com/simbroadcasts/react-node-insim/ React Node InSim] - A React renderer for InSim buttons, based on Node InSim.
  

Latest revision as of 09:39, 7 July 2026

A curated list of useful links related to Live for Speed.

Official

Websites

Social media

Community

General

Teams / servers / events

Countries

Leagues

Further information: Leagues

Multiplayer servers

Broadcasts

  • Sim Broadcasts - Commentary and streaming services of events in Live for Speed.
  • NanexTV - French channel about simracing, including Live for Speed league live streams with commentary.

Setups

Skins

Further information: Skin Tutorial

Wallpapers

Tools & addons

Multiplayer server management

  • AIRIO - Customizable stats, timing, and protections, advanced controls for admins, filters, and live configuration. However, it is not actively maintained anymore and not fully compatible with vehicle mods.
  • LFSLapper - A scriptable race server manager that adds automation, stats tracking, custom events, and advanced in-game controls via C# and SQLite, running on Windows or Linux.

Racing assistance & HUDs

  • Detect & Monitor - A fully customizable toolkit that combines a visual spotter with an on-screen HUD to display live racing data like lap times, deltas, fuel, and gaps.
  • PACT Driving Assistant - An advanced driver aid that adds collision warnings, emergency braking, blind spot detection, adaptive cruise control, lane and traffic alerts, and other smart safety features.

Statistics

  • LFS Stats V3 - LFS Stats connects to your server (or replay) via InSim, captures everything that happens during a session, and exports it as a JSON file. The included web viewer turns that JSON into a fully interactive dashboard.
  • mpRes - A PHP script designed to analyze multiplayer replays and to produce statistics out of them.

Autocross layouts

Further information: Autocross Editor
  • LFS Layout Editor Blender Tool - A Blender-based tool lets you quickly build autocross layouts by assembling pre-modelled blocks (slabs, ramps, wedges) and exporting them directly to LYT files ready to load in game.

Programming libraries

Further information: InSim#InSim_libraries
  • cinsim - A basic C++ InSim library for Live For Speed.
  • clj-insim - A clojure library to connect with Live For Speed racing simulator via the InSim protocol.
  • Godot InSim - A library implementing the InSim API to build apps with the Godot game engine.
  • InSim.NET - An InSim library for .NET, stays as close to the original InSim protocol as possible.
  • insim.rs - A suite of crates to help you work with LFS in Rust.
  • KtInSim - An InSim library for Live For Speed, written in Kotlin.
  • Node InSim - An InSim library for Node.js with TypeScript support.
  • PiranMOTO PIE (PHP; InSim; Easy) - Windows EXE running a PHP InSim framework.
  • pyinsim - An InSim library for the Python programming language.
  • pyinsim9 - An InSim library for the Python programming language compatible with LFS 0.7A.
  • pyinsim10 - pyinsim 10 for LFS 0.8 (python 3 compatible, migrated to asyncio).
  • React Node InSim - A React renderer for InSim buttons, based on Node InSim.

Miscellaneous

  • LFS Discord's Rich Presence - A program that shows your playing status on Discord with current game mode, track, car and session status.