Posted March 06, 2025 by irefrixs
Starting from version 0.5.8.199, we no longer package the image assets with the release. Below is a guide to help you install the images:
assets_pics.zip
file.assets_pics.zip
file.assets
folder from the unzipped file into the assets
folder in the game root directory.assets_pics.zip
file.D:\assets_pics\
). This will create two folders: D:\assets_pics\assets\textures
and D:\assets_pics\assets\pics
.launch.json
file located in the game root folder.image_folders
key to the following:
"image_folders": [
"D:\\assets_pics\\assets\\pics\\",
"D:\\assets_pics\\assets\\textures\\"
],
launch.json
file.After completing these steps, you need to restart the game. If the game is already running, you must “Empty Cache and Hard Reload” your page.
F12
to open Developer Tools.