Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hi i'm having a problem with the game whenever I open the game the game screen is too big cant fit my screen so I can't really play

(2 edits)

Hello Cragios, edit your stonecraft.conf file in the stonecraft directory with a text editor like Notepad++ that supports unix encoding. Add these lines:

# Fullscreen mode.
# type: bool
fullscreen = false

# Width component of the initial window size.
# type: int
screenW = 800

# Height component of the initial window size.
# type: int
screenH = 600

Please give me feedback if it worked for you. What OS do you use? Normally Stonecraft uses the desktop resolution in fullscreen (window mode).

It worked thanks