#unreal-engine #modding #ue4 #uasset #ue5

app unreal_asset_base

Claimed for project being developed on https://github.com/AstroTechies/unrealmodding

1 unstable release

0.1.0 Aug 12, 2023

#4 in #unrealengine

MIT license

2KB

unrealmodding

Build status License: MIT

Tools for creating and loading Unreal Engine Mods. Developed for Astroneer.

Crates

This repo contrains multiple user facing crates for working with Unreal Engine file formats and creating Mods.

unreal_asset

Documentation Crates.io

This core crate allows for parsing of Unreal asset binary files. It is internally split into multiple sub-crates to improve compile times.

unreal_mod_manager

Documentation Crates.io

Crate that allows creating Modmanagers/Modloaders for individual games. Typically used together with unreal_mod_integrator and unreal_asset (both reexported) to create asset transformation logic for specific games.

unreal_pak

Documentation Crates.io

Library crate for working with Unreal Engine .pak files. The CLI tool unreal_pak_cli is built on this crate to provide a simple way to use this library.

unreal_helpers

Documentation Crates.io

Core crate that provides utilities for wotking with Unreal Engine binary files. It is relied on by all the other binary parsing crates in this repo.

License

Licensed under MIT license.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion by you, shall be licensed as above, without any additional terms or conditions.

No runtime deps