DYA2K'S PROFILE

Search

Filter

Running Rm2k/2k3 in Testplay Mode Without Using the Editor + Other Parameters

Oops, I have forgotten to write the parameters' order:

RPG_RT.exe "TestPlay|BattleTest" "ShowTitle|HideTitle" "FullScreen|Window" "1"

Now you can update your article. See ya.

Running Rm2k/2k3 in Testplay Mode Without Using the Editor + Other Parameters

No man, it's beacuse you must enter the options in a certain order. This is how RPG_RT.exe works:

RPG_RT.exe

That's the order of the parameters. If you write:

"Window" "HideTitle"

Only "HideTitle" will work, but because it's the second parameter. But if you write:

"HideTitle" "Window"

Anything works, because "HideTitle" must be the second parameter and "Window" must be the third. Then, the correct order is:

"TextPlay" "HideTitle" "Window"

To play in test mode, with hidden title and windowed. Or you can write this:

"blabla" "dsfgsdg" "Window"

If you only want the windowed mode.

This is for RPG Maker 2003, but try it in RPG Maker 2000, it could work.

See ya.

Running Rm2k/2k3 in Testplay Mode Without Using the Editor + Other Parameters

Use "Window" to start in window mode. See ya.
Pages: 1