Skip to content

vanmatten/ACMOS-Road-Generator

 
 

Repository files navigation

ACMOS-Road-Generator

This tool adds the roads using the png files in the "roads" directory to overlay onto the terrain LOD for Skyrim Special Edition.

Requires Python 3 with Pillow. I use version 3.8 to compile to ensure compatibility with Windows 7, but it can be compiled and used with the latest version (tested with Python 3.13).

Also requires texconv.exe from DirectXTex. It should be placed in subfolder called texconv, or modify code to point to your custom path.
Note: the last version supporting Windows 7 and Windows 8.0 is October 2024.

CLI arguments

The follwing CLI arguments are available.

Parameter Description Example
-zip Zips the output. If not using this or -autorun, you will be prompted. -zip
-l LOD Path. Relative paths are supported. -l:"C:\Path to LOD\xLODGen Output" or -l:"./xLODGen Output"
-o Output Path. Relative paths are supported. -o:"C:\Skyrim Modding\ACMOS Output" or -o:"./ACMOS Output"
-t Roads Type -t:"Roads" or -t:"Paths Only"
-autorun Automatically clicks the "Generate" button for you. -autorun
-clear-output-on-generate Deletes the folder selected as Output Path, upon starting generation. -clear-output-on-generate

CC BY-NC-SA

About

ACMOS Road Generator for A Clear Map of Skyrim and Other Worlds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%