Skip to main content

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

WhiteForte

6
Posts
5
Following
A member registered Jul 02, 2016

Recent community posts

(2 edits)

I tried modifying a couple of files and installed a full screen plugin, but it doesn't seem to work.

However there is a workaround. You can use a script to launch the game which will simulate an F4 key stroke after it's launched. Copy and paste the following code to a notepad, choose save as, select the file type as "all files" and then save it as BlackmoonFullscreen.bat (or whatever name you want, the .bat is the important part) in the same folder as the Game.exe file.

@echo off

start "" "%~dp0Game.exe"

powershell -NoProfile -Command ^

"Start-Sleep -Seconds 1; ^

Add-Type -AssemblyName System.Windows.Forms; ^

[System.Windows.Forms.SendKeys]::SendWait('{F4}')"

After this, just double click the .bat file and it'll go fullscreen. You can even have a shortcut to it and change the name and icon to something else (you can use the icon located inside www /icon/icon.png and convert it to .ico)

Hopefully this method is not too complicated. There are other alternatives like autohotkey as well, but the script above works out of the box in windows.

(1 edit)

Open the package.json file. In the "window" section, add a comma after the "icon": "www/icon/icon.png" and then add a new line and paste "fullscreen": true and save. That should force fullscreen mode.

(4 edits)

Edit: While proton works amazing, the method below got fps drops from 30 to mid 25 sometimes. However there is a way better alternative which keeps the game at 60fps . This repo works wonders. Just follow the installation instructions and run the game with this  command: /home/{your_user}/.local/bin/rpgmaker-linux --gamepath /path/to/game/folder

Just replace your_user with your username (on steamdeck it's usually deck)
I can confirm this works on desktop and on steamdeck as well!

Older instructions:
So far this is working perfectly on linux through steam!
Using proton-GE and launch options "--disable-gpu --disable-software-rasterizer" (don't use the quotation marks when pasting it on steam)

Ahh gotcha, thanks for the clarification

(1 edit)

Can't people in Germany create a secondary US account and gift themselves the game from that account? On steam