Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 1.04 KB

File metadata and controls

20 lines (12 loc) · 1.04 KB

ModTMNF

This was a hastily put together project exploring modifying Trackmania Nations Forever (TMNF) at runtime using C#. TMNF is an enjoyable modding / reverse engineering experience due to the available debug symbols (TmForever.map).

There probably wont be any more development on this, but hopefully it will be a useful resource to those getting into modding the game.

See technical information, other projects, and official download links.

Features

Load .NET into TmForever, hook functions, access game state.

ModTest.cs simulates the input of the active replay file (respawn events aren't handled).

Compiling

  • Build ModTMNF.sln with Visual Studio or by running Build.bat.
  • Build ModTMNF_ManagedLoader.cpp (see the readme).
  • Copy the ModTMNF folder from the Build folder into your TmNationsForever folder.
  • Run ModTMNF.exe to launch the game.