Giter Site home page Giter Site logo

satisfactory-modding's Introduction

Information

FactoryGame is an unreal engine project
PAKer packs your assets into a pak file
SMI is a c++ project for testing purposes.

All assets/code related to satisfactory are under copyright for Coffee Stain Studios!

Instructions

Creating a new Item

Create a new blueprint and select FGItemDescriptor as the parent.

Creating a new resource item (resources with resource nodes)

Create a new blueprint and select FGResourceDescriptor as the parent.

Adding new item/building/etc. references

You need a tool to unpack the original Satisfactory pak file first!
You have to replicate the exact folder structure e.g.:

Path to pak asset: /FactoryGame/Content/FactoryGame/Buildable/Factory/ConstructorMk1/Build_ConstructorMk1.uasset
Ignore the first two folders like this: FactoryGame/Buildable/Factory/ConstructorMk1/Build_ConstructorMk1.uasset
Now you have to create all these folders
Your folder structure should look like this:

FactoryGame  
    ExampleMod...  
    Buildable  
        Factory  
            ConstructorMk1  

Now create a new blueprint with the exact same name. (Name should be "Build_ConstructorMk1" in this example)
The blueprint parent doesn't matter!

Creating the pak file

Click on [FILE] and click on "Cook Content for Windows"
Now open the File Explorer and go to PATH/TO/PROJECT/Saved/Cooked/WindowsNoEditor/FactoryGame/Content/FactoryGame.
Copy the folders and the files you want to add/overwrite and copy them into PAKer/FactoryGame/Content/FactoryGame.
Now execute PakIt.bat in the PAKer folder.
This should create a file named pakfile_p.pak.

How do I use/load my assets?

You can use SML or the SMI project.
In SMI there's a function called AssetLoader::LoadAssetSimple(...)

How do I use SMI?

Change the code as you like. There're some comments which will help you ;)
If you built the project you have to inject the compiled dll into satisfactory.

Important

Any files/assets you want to overwrite/add must be copied to the PAKer/FactoryGame/Content/FactoryGame folder!!!
Assets you want to reference should not be put into the pak file!!!

satisfactory-modding's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

ebranson1969

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.