This branch contains the code (albeit not clean considering I was never planning on making it open source) to build the last official/supported version of Saturn V3. This includes, but is not limited to, the file provider, plugin scripting language, plugin web API, and the item generators.
Saturn is the most advanced Unreal Engine modding tool. We natively ship with the ability to mod Fortnite - as that is the most popular Unreal Engine game at the moment - but will provide help for modifying it towards another game. The UI is made in HTML, CSS, and JavaScript combining the smooth navigation of a website with the benefits of a native app.
Official Get-Started Page: NOT AVAILABLE YET
- Install Git and CMake (both listed at the bottom of this README)
- Clone the repo
git clone https://github.com/Tamely/SaturnSwapper -b 3.0.0 --recursive
- Navigate to the SaturnSwapper directory
cd SaturnSwapper
- Generate build files
cmake -B build
- Build the project
cmake --build build --config MinSizeRel
- Run the executable from the
/build/MinSizeRel/
directory
Security issues and bugs should be reported privately, via DM on Discord, to any Manager role holder in Saturn's Discord. You should receive a response within 24 hours. If - for whatever reason - you do not, please DM @tamely directly. You may be entitled to financial compensation for your report depending on the severity of the issue.
This repo should contain issues that are tied to the actual codebase of the project. If a feature of the project is not working as intended, please use the Support
channel in Saturn's Discord to resolve your issue.
Saturn is licensed under the GNU General Public License v3.0