Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Soulash

Soulash is a fantasy roguelike where you play as a forgotten god set on destroying the world. · By Artur Smiarowski

Reset Settings?

A topic by Kreen created May 03, 2021 Views: 378 Replies: 2
Viewing posts 1 to 2

I downloaded the gfx demo and changed the resolution settings. In doing so, I am now unable to see the entire settings screen. How would I go about reversing this? Is there a settings file I can delete or remove to reset everything back to their defaults?

(1 edit) (+1)

Hey Kreen. Go to C:\Users\{your_user}\AppData\Roaming\WizardsOfTheCode\Soulash\data\user_settings.json and change properties:

"viewport": {

        "resolution": {

            "h": 1050,

            "w": 1680

        },

    }

You can also rename the file and it will be recreated with default values on game start,

(+1)

Thank you Artur.