Installing Sonic Adventure I/O🔗︎
-Installing SAIO is not as straightforward as most other addons. It requires .NET 7 to be installed, as the addon relies on C# Libraries to boost performance and reduce on the amount of code needed to manage. You will have to ensure that you have the .NET 7 Runtime installed before being able to use the addon to its fullest.
+Installing SAIO is not as straightforward as most other addons. It requires .NET 8 to be installed, as the addon relies on C# Libraries to boost performance and reduce on the amount of code needed to manage. You will have to ensure that you have the .NET 8 Runtime installed before being able to use the addon to its fullest.
It's also worth installing SATools to be able to obtain and make use of the files that the addon supports.
-Installing .NET 7🔗︎
-If you are unsure of whether your machine already has .NET 7 installed, you can check by opening the console and running dotnet --list-runtimes
.
+
Installing .NET 8🔗︎
+If you are unsure of whether your machine already has .NET 8 installed, you can check by opening the console and running dotnet --list-runtimes
.
The output should look similar to this:
Notice the line marked in green, Microsoft.NETCore.App 7.X.X
. if you find this among your installed runtimes, you have all you need!
Notice the line marked in green, Microsoft.NETCore.App 8.X.X
. if you find this among your installed runtimes, you have all you need!
If you don't have the needed runtime installed, head over to the download page and install the runtime.
Note
-The website recommends downloading the SDK - the software development kit. Unless you are a developer, you may only want the runtime. You can head over to "All .NET 7.0 downloads" and download the Desktop runtime from further below, saving space on your machines storage.
+The website recommends downloading the SDK - the software development kit. Unless you are a developer, you may only want the runtime. You can head over to "All .NET 8.0 downloads" and download the Desktop runtime from further below, saving space on your machines storage.
Installing the Sonic Adventure Toolset🔗︎
The newest release of SATools can always be downloaded here:
@@ -204,19 +206,33 @@Installing the Sonic Adventure T It can also update itself, so you will not need to re-download it in the future. Just unpack and store it somewhere where you will find it again.
For more information on the toolset, visit the wiki.
Installing Blender🔗︎
-The Addon is only supported on versions of Blender 3.6 and above. +
The Addon is only supported on versions of Blender 4.2 and above.
A recommendation is to get Blender through Steam. This will ensure you're always on the latest release version.
Installing the Addon🔗︎
+The addon utilizes the blender extension system, yet, due to various reasons, we cannot host the addon on the official blender extension repository.
+That is why we have set up our own repository under https://Justin113D.com/blender/saio/
, which will always host the newest release of the addon.
To set up the repository and download the addon, follow these steps:
-
-
- Download the latest release. Please make sure to download the
SonicAdventureBlenderIO.zip
asset in the release.
- - Run your version of Blender -
- Open the preferences and go to the Add-ons section -
- Press "Install..." in the top right -
- Navigate to the download folder (or wherever you have stored the downloaded .zip file) -
- Select the .zip file and press enter. +
- Open blender +
- Open the preferences and open the
Get Extensions
tab
+ - Expand
Repositories
on the top right
+ - Click the
+
on the top right and selectAdd remote Repository
+ - Enter
https://justin113d.com/blender/saio/index.json
for the URL and checkCheck for Updates on Startup
+ - Confirm +
- Rename the newly added list entry from
Justin113D.com
toSonic Adventure I/O
+ - Select the list entry and change the module from
justin113d_com
tosaio
+ - Press the 🔄 button in the top right to refresh the module +
- Search for
sonic
in the search bar and install the addon
Congratulations! You have successfully installed the add-on!
-The addon features an automatic updater built right into it. If there is an update, the addon will notify you when checking the preferences tab or when hovering over the Addon Info panel in the Viewport panels. The updater code can be found here. Major thank you to CGCookie for developing this easy to integrate updater under the GPL 3.0 License.
+Update the addon🔗︎
+-
+
- Repeat steps 1-3 from installation +
- Click the
V
button in the top right
+ - Click the 🔄 button +
- Search for the installed addon in your list +
- Click its "update" button +