Skip to content

A collection of reconstructed Astroneer proxy blueprints and source files used for creating custom mod blueprints that interact with elements of the game itself.

Notifications You must be signed in to change notification settings

AstroTechies/ModdingKit

Repository files navigation

Astroneer ModdingKit

This is a modding kit made for modding Astroneer. It should be fairly up to date with the latest game version.

Usage Guide

You may find further information on using this kit on the astroneermodding.readthedocs.io website

Kit Generation Guide

If you are interested in re-generating the Source directory on your own, e.g. for updating it to a future version, the process is as follows. This is not needed to make mods, and should only be done by advanced users.

  1. Dump a set of UHT-compatible headers with UE4SS. You may wish to reference this guide for further information: https://docs.ue4ss.com/guides/generating-uht-compatible-headers.html.

  2. Build and execute the the UE4GameProjectGenerator commandlet on 4.23 with the dumped UE4SS headers, an Astro.upluginmanifest file extracted from an Astroneer game .pak file, and the .uproject file provided in this repository. You may need to modify the Astro.upluginmanifest file by hand to remove the AstroTests plugin.

  3. Execute the process_game_dump.py file in this repository with the game project directory you specified in the previous step as the first parameter:

python process_game_dump.py <game project directory from previous step>
  1. You're done!

About

A collection of reconstructed Astroneer proxy blueprints and source files used for creating custom mod blueprints that interact with elements of the game itself.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages