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

×
I have been wanting to stream this game with some friends, so I have been trying to get it into a windowed mode. I have successfully been able to pull this off by pressing Ctrl+F12, but there is now the issue that the game will not let me move forward and backward. I have tried changing the buttons to buttons other than the up and down arrows, but that did not work. All other controls work just fine, the game simply forbids me from moving forward and backward.

Is there a way to fix this, or is there a more efficient way of putting the game into a windowed mode that does not come with this issue?
This question / problem has been solved by townltuimage
Hit the Alt key just in case its locked, bc you alt-tabbed out or whatever

if that does not help toggle vsync in the ganes video options,
else run 3DSetup and select another option, i.e. DX vs openGl,
may want to not use any deterioprovent for graphic appearance added by the distributor

If all fails i would guess you run Win11 and redmond screwed it up. Again.

Besides, the exe also accepts the [/ windowed] parameter, so your batch file to run the game could look like:
[wiz8InstallDir\wiz8.exe /windowed]
to start already in windowed mode (think the ctrl+F12 toggle still works]
Post edited August 15, 2023 by townltu
I had already tried hitting the Alt key and it did not work. Changing video synch also did not work, I tried to change to OpenGL but it said it could not play at the current resolution.

I am trying to play the game on a Windows 10 Pro.

I have also tried to make a batch file and it also does not work, but I think it is simply because I am doing something wrong. I have written [wiz8InstallDir\wiz8.exe /windowed] in a text file and converted it into a batch file, and nothing happens when I click on it.
Post edited August 16, 2023 by Dracomut1990
avatar
townltu: Hit the Alt key just in case its locked, bc you alt-tabbed out or whatever

if that does not help toggle vsync in the ganes video options,
else run 3DSetup and select another option, i.e. DX vs openGl,
may want to not use any deterioprovent for graphic appearance added by the distributor

If all fails i would guess you run Win11 and redmond screwed it up. Again.

Besides, the exe also accepts the [/ windowed] parameter, so your batch file to run the game could look like:
[wiz8InstallDir\wiz8.exe /windowed]
to start already in windowed mode (think the ctrl+F12 toggle still works]
After a lot of troubleshooting, I finally got it to work after selecting DX6 and deleting openGL. Thank you for your help.
Good to hear it works!
If you still run into similar issues, e.g. to get up the stairsteps of the 2 buildings at Umpani Base,
limit the fps to 30, and/or run into them while slightly looking up
(hold Rmb and adjust cam at least 30degree upwards, then use shift+arrow_up to move).

p.s.
pardon me for my mistake, the starting parameter must be [/ window], not [/ windowed]!

If that still does not work i would assume you also put the square brackets into the batch file?
They only encapsule the actual command string and dont belong into the batch file.
Btw if the batch file is placed into the games main folder, along with the exe,
the [wiz8installdir\] part is not necessary, so [wiz8.exe /window] would be sufficient.
Post edited August 16, 2023 by townltu