Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

x3o_hero

3
Posts
1
Following
A member registered Mar 28, 2024

Recent community posts

(3 edits)

Hi,

how i start this in window mode ? On 49" fullscreen its a little bit nasty.


... found my own way.

create a file name override.cfg in programm folder.
paste this.

[display]
window/size/mode=0
window/size/viewport_width=1280
window/size/viewport_height=720
window/size/window_width_override=1280
window/size/window_height_override=720
window/size/resizable=true

[display.windows]
window/size/mode=0
window/size/viewport_width=1280
window/size/viewport_height=720

[display.release]
window/size/mode=0
window/size/viewport_width=1280
window/size/viewport_height=720

after that window mode + resizable.

Download the latest archive from https://nwjs.io/ and extract its contents directly into your game's root folder, overwriting all existing files.

That works for me. I don't know if this is the best way.

A short info about the Linux version. I need to get the latest package from https://nwjs.io/ to start.