Skip to content

v0.1.0

Latest

Choose a tag to compare

@ohyeah2389 ohyeah2389 released this 01 Aug 16:14

This is the first release of the toolkit. It contains the following items:

  • trackcompiler-0.1.0.zip is a Blender addon used for creating and exporting data in the required Madness Engine formats.
  • ExampleProject.zip contains an example Blender 5.2 project file containing objects derived from my Meadowdale model for Assetto Corsa with accompanying data authored using the TrackCompiler Blender addon.
  • PhysicsMeshCooker.exe is a command-line utility for cooking PhysX collision meshes from OBJ files with a specific naming convention. It requires the following DLLs from a copy of Automobilista 2 or Project CARS 2 to be copied next to it to run correctly:
    • PhysX3_x64.dll
    • PhysX3Common_x64.dll
    • PhysX3Cooking_x64.dll
    • nvToolsExt64_1.dll
  • PackTrack.exe is a command-line utility (with a fallback folder picker) that packs prepared track files into a .zip file installable via Paolo Ambrosio's AMS2 Content Manager. It was built by PyInstaller from the Python scripts under the TrackPacker source directory of this repo; pack_track.py can be run instead for identical functionality.

For instructions and guidance on how to use the toolkit, please see the OMTT Docs folder of this repository and specifically the Tutorial.

The provided EXEs are for the Windows x64 platform.