--game-resolution parameter

I’m experimenting with the manual parameters, but I can’t get the --game-resolution parameter to work.

“C:\Users\Documents\RPG Maker 2003\Project1\Player.exe” --game-resolution ‘widescreen’ --engine ‘rpg2k3e’ --patch ‘maniac’ --window

And I use this configuration on the EasyRPG.ini

[EasyRPG]
FileFormatVersion=1

[Game]
Engine=rpg2k3e
FakeResolution=1
WinW=320
WinH=180

[Patch]
DynRPG=1
Maniac=1
PicUnlock=1

What I’m doing wrong? Maybe someone with more experience can help me.

Hi!
The parameters WinW and WinH should be present in the RPG_RT.ini in the [RPG_RT] section, not in the EasyRPG.ini. Additionally, for the --game-resolution parameter, the ‘’ for widescreen are not needed: try to use --game-resolution widescreen instead of --game-resolution ‘widescreen’.

1 Like

Also the “game-resolution” option is disabled when you provide WinW and WinH in the RPG_RT.ini

Ensure you use the continuous build, not 0.7.0. the options are fairly recent

1 Like

Thank you both for your time! Now is working perfectly.

1 Like