It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Nowhere in the game is an option to play in fullscreen borderless mode. The closest I can get is pressing the maximise button at the top right of the window. So can anybody please help me play in fullscreen borderless mode? Thanks.
This question / problem has been solved by EugVVlimage
You can start game with parameters. Just edit game/NecroDancer.sh and replace the last line with something like that:

./NecroDancer 1 1920 1080

First parameter (1 or 0) is full screen mode, next two are resolution.
Post edited December 03, 2021 by EugVVl
avatar
EugVVl: You can start game with parameters. Just edit game/NecroDancer.sh and replace the last line with something like that:

./NecroDancer 1 1920 1080

First parameter (1 or 0) is full screen mode, next two are resolution.
Like this?: https://imgur.com/a/adB3We2

I think I'm doing it wrong because the game doesn't start when do this. The last line says
standard_options "$@"
by default and you seemed to be saying to replace that with ./NecroDancer 1 1920 1080.
avatar
EugVVl: You can start game with parameters. Just edit game/NecroDancer.sh and replace the last line with something like that:

./NecroDancer 1 1920 1080

First parameter (1 or 0) is full screen mode, next two are resolution.
avatar
DuplexEagle: Like this?: https://imgur.com/a/adB3We2
No, I wrote above to edit game/NecroDancer.sh, why are you editing start.sh?
The file should look like this:

#!/bin/bash
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
./NecroDancer 1 1920 1080
avatar
DuplexEagle: Like this?: https://imgur.com/a/adB3We2
avatar
EugVVl: No, I wrote above to edit game/NecroDancer.sh, why are you editing start.sh?
The file should look like this:

#!/bin/bash
export LD_LIBRARY_PATH=".:$LD_LIBRARY_PATH"
./NecroDancer 1 1920 1080
Oh, sorry that was my bad. I don't know how or why I misread NecroDancer.sh as Start.sh.

I've corrected it now so thanks so much for your help, I've been wanting to play this in fullscreen for ages. I'm both fairly new to Linux and don't know how to code so this kind of stuff isn't familiar to me: but I'm learning slowly.