Satisfactory Modding

SM

Satisfactory Modding

Modding community for Satisfactory, the factory building and exploration game by Coffee Stain.

Join

help-using-mods

help-developing-mods

modding-resources

PasteBin for Unreal Engine Blueprints

Great for sharing and helping others see your blueprints https://blueprintue.com/...

Better Dedicated Server API Documentation

After working on my API interface and finding all the issues I have redone the documentation to answer some of the questions I had to find the hard way. about 75% complete. https://github.com/oarko/SF-ToolsPHP/blob/main/API_DOC_EN.md...

PHP API SDK

This is a PHP class designed to make it easier to implement API calls from a web server. https://github.com/oarko/SF-ToolsPHP/tree/v0.2...

[WIP] Blueprint disassembler

https://github.com/Th3Fanbus/Th3ScriptViewer This is a Python script that takes in JSON files from FModel and tries to draw a graph of the control flow. The output is extremely verbose and tedious to read, and the ubergraph handling could be better (currently there's function stubs that call into the ubergraph, ideally the ubergraph wouldn't show up as such), but it can still be useful to understand what some Blueprint function is doing....

How to replace in-editor UE icon to CSS icon

If you want to change the icon in your Unreal Editor's top left corner for whatever reason (e.g. to remember this is UE-CSS), replace UELogo.png and UELogo.svg in <UE install dir>\Engine\Content\Slate\Starship\Common\ with the images of your choice. These are nearly white drawings on a transparent background, as UE uses a dark colour scheme by default.
No description

Lore guidelines ["???" spoilers]

If you want your creation to feel like it could happen within the confines of the lore hopefully this will help. There is a consistent and coherent narrative here and I'm digging into it so this will evolve over time. The way ??? (hereby referred to as the void) talks in certain words have their vague translations...

Be sure to check out the archived Resources channel too!

There are some additional older, but often still useful, resources available in the linear #archived-resources channel from back before Discord supported Forum-style channels. To those who have been around before this Forum channel's creation, please feel free to repost your original #archived-resources posts here if they're still relevant....

Satisfactory Mod Loader (SML) Version Check

This can be used for checking what version of the Satisfactory Mod Loader is currently loaded to gatekeep features that are not available on a particular version of Satisfactory. Useful if you mod can be built/compiled two different versions of the game, but there is a game feature that isn't present on a newer/older version that could crash your mod. Here's a copy paste version of the screenshot....
No description