-
Notifications
You must be signed in to change notification settings - Fork 119
Description
Hi and thanks for this wrapper, a lot, lot of work i can't imagine.
Just to say it's working perfectly in full-screen mode, but i had to change a byte in the original Eurotour.exe to avoid a black screen when trying window(ed) mode.
This byte (i changed) swaps between 0 and 1 when clicking inside the window. I suppose it had to be initialized with 1 before working correctly.
Before using this wrapper, i managed (a little bit) to make it work in a king of fixed window, but i couldn't move this window,
I think it was rather a kind of full-screen at a lower resolution than desktop, this is a weird window: to do so, i had to modify one line in original code of eurotour.exe,, also a byte set to 0 instead of 1.
When trying the wrapper, i first tought it didn't work, but i realize it didn't because of this modification i had made!
So this game can be added to the list of fonctional games.
My goal was to try changing characteres animation, i managed to import bicycles from Blender, and now, i am facing other 3D problems, because Vertices coordonates aren't linear, it's hard to get the same original 3D object that i try to draw in Blender.
Thanks for the wrapper.