Skip to content

Commit

Permalink
Set version number for version branch. Point to archived download lin…
Browse files Browse the repository at this point in the history
…ks for SML and engine
  • Loading branch information
budak7273 committed Mar 5, 2025
1 parent 9fa01b1 commit 9938227
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 32 deletions.
2 changes: 1 addition & 1 deletion antora.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: satisfactory-modding
title: Satisfactory Modding Documentation
version: latest
version: v3.9.1
nav:
- modules/ROOT/nav.adoc

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,13 @@ check out our xref:Development/BeginnersGuide/LearnGit.adoc[mini tutorial] that

// When updating the below, remember to update StaterProjectViaClone.adoc, StarterProjectViaZip.adoc, and dependencies.adoc (engine)
====
This is the *latest stable* version of the docs.
// This is the *development* version of the docs.
This is the *archived 3.9.1* version of the docs.
Stable (Release) and Experimental are currently both the same version - 1.0 Release.
If you want to develop mods for a newer release,
you should follow the
link:https://docs.ficsit.app/satisfactory-modding/latest/index.html[latest docs branch].
Clone the **`master` branch** to develop a mod for SML 3.9.0.
// You should clone the **`dev` branch** because SML 3.8.? is not released yet.
// You should clone either the **`dev` branch** or the **`master` branch**.
// Of those two, you probably want whichever branch was pushed to most recently, which you can see
// https://github.com/satisfactorymodding/SatisfactoryModLoader/branches[on the GitHub repository].
If you're uncertain about which branch to clone, **ask us on the Discord**.
To develop for 3.9.1, clone the `v3.9.1` tag.
====

https://github.com/satisfactorymodding/SatisfactoryModLoader/[Here]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,14 @@ or you will have to repeat some of the setup process again.

// When updating the below, remember to update StaterProjectViaClone.adoc, StarterProjectViaZip.adoc, and dependencies.adoc (engine)
====
This is the *latest stable* version of the docs.
// This is the *development* version of the docs.
This is the *archived v3.9.1* version of the docs.
Stable (Release) and Experimental are currently both the same version - 1.0 Release.
If you want to develop mods for a newer release,
you should follow the
link:https://docs.ficsit.app/satisfactory-modding/latest/index.html[latest docs branch].
Download a zip of the **`master` branch** to develop a mod for SML 3.9.0
by clicking https://github.com/satisfactorymodding/SatisfactoryModLoader/archive/refs/heads/master.zip[here].
// Download a zip of the **`dev` branch** (because SML 3.8.? is not released yet)
// by clicking https://github.com/satisfactorymodding/SatisfactoryModLoader/archive/refs/heads/dev.zip[here].
// You should download a zip either of the **`dev` branch** or the **`master` branch**.
// Of those two, you probably want whichever branch was pushed to most recently, which you can see
// https://github.com/satisfactorymodding/SatisfactoryModLoader/branches[on the GitHub repository].
If you're uncertain about which branch to download, **ask us on the Discord**.
To develop for 3.9.1, use this zip:
https://github.com/satisfactorymodding/SatisfactoryModLoader/archive/refs/tags/v3.9.1.zip
====

== Unzipping the Files
Expand Down
12 changes: 6 additions & 6 deletions modules/ROOT/pages/Development/BeginnersGuide/dependencies.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,14 @@ or you will have to repeat a large amount of the setup process again.

// When updating the below, remember to update StaterProjectViaClone.adoc, StarterProjectViaZip.adoc, and dependencies.adoc (engine)
====
This is the *latest stable* version of the docs.
// This is the *development* version of the docs.
This is the *archived v3.9.1* version of the docs.
Stable (Release) and Experimental are currently both the same version - 1.0 Release.
If you want to develop mods for a newer release,
you should follow the
link:https://docs.ficsit.app/satisfactory-modding/latest/index.html[latest docs branch].
You should download from the *latest engine release*,
which an be found at the top of this page:
https://github.com/satisfactorymodding/UnrealEngine/releases
To develop for 3.8.0, use this engine version:
https://github.com/satisfactorymodding/UnrealEngine/releases/tag/5.3.2-css-66
====

Download the following files from the release linked above:
Expand Down

0 comments on commit 9938227

Please sign in to comment.