Skip to content

Tamely/SaturnSwapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saturn

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.

What is Saturn?

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

How can I build this?

  1. Install Git and CMake (both listed at the bottom of this README)
  2. Clone the repo
git clone https://github.com/Tamely/SaturnSwapper -b 3.0.0 --recursive
  1. Navigate to the SaturnSwapper directory
cd SaturnSwapper
  1. Generate build files
cmake -B build
  1. Build the project
cmake --build build --config MinSizeRel
  1. Run the executable from the /build/MinSizeRel/ directory

Reporting security issues and security bugs

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.

Filing issues

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.

Useful Links

License

Saturn is licensed under the GNU General Public License v3.0