Wallpaper Engine

Wallpaper Engine

Sao Project v2
 This topic has been pinned, so it's probably important
ShiroSFX  [developer] 9 Oct, 2023 @ 11:46am
Add your wallpapers / backgrounds
You can add your own wallpaper/background by doing:



Before starting, here some path you will use (found at root of this theme):
/img/
/project.json




1 - You can add your own background in the "img" folder, make sure its in ".jpg" format (I hard coded it)

2 - Go to line 600 in the "project.json" file

3 - You will found things like:
{ "label": "NAME_SHOWN_ON_WE", "value": "bgXX" }
NAME_SHOWN_ON_WE: Explicit, write the text you want to find in WE
bgXX: Here is your filename, if your filename is "abcdefg.jpg", write "abcdefg"

4 - Add this snippet with your values after the last one

5 - Make sure before the " { " to have the " , ". (like the previous one)

6 - Save the file

7 - Done! (repeat for all the file you want)
Last edited by ShiroSFX; 9 Oct, 2023 @ 11:53am