Skip to content

Instalation! :D

Aeven-Dev edited this page Sep 1, 2025 · 6 revisions

:D Take your first steps in s4 modding!

Firs and foremost, you're gonna need unity! The version this was developed was 2022.3.62f1, so use that one or later ones to avoid missing some unity functionality that I use like UIElements. You can also use probuilder in the project, suport for it is modular

So you'll need to make an unity project of course, i recommend using the standard rendering pipeline since it's not like anything from the shaders would translate to S4. On the other hand if you want to get things out of s4 for yourself then do as you wish!

Now that you have your project it's time to add this baby! Download the zip and extract it in a folder called "ScnToolByAeven" in the folder "Assets" So it should look like this:

-Assets

-ScnToolByAeven

-BlubsScnTool
-Editor
-Script

The reason for this is that i do some stuff that needs to know that that's the folder structure im working with. I'll change it to something better in the future but for now it is what it is.

If you don't know how to install ProBuilder then inside your Unity project:

  • Window > Asset Store > Open Package Manager.
  • "Packages: In Project" change to "Package: Unity Registry".
  • In the search field type: ProBuilder.
  • Install.

Now if everything was installed correctly you should see some options inside the Window menu:

S4 SCn Window <3
Animation Window! :D
Load Aaaaall maps!!
S4Scn

CharacterLoader

Clone this wiki locally