Releases: ohyeah2389/Open-Madness-Track-Tools
Releases · ohyeah2389/Open-Madness-Track-Tools
Release list
v0.1.0
This is the first release of the toolkit. It contains the following items:
trackcompiler-0.1.0.zipis a Blender addon used for creating and exporting data in the required Madness Engine formats.ExampleProject.zipcontains 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.exeis 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.dllPhysX3Common_x64.dllPhysX3Cooking_x64.dllnvToolsExt64_1.dll
PackTrack.exeis a command-line utility (with a fallback folder picker) that packs prepared track files into a.zipfile installable via Paolo Ambrosio's AMS2 Content Manager. It was built by PyInstaller from the Python scripts under theTrackPackersource directory of this repo;pack_track.pycan 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.