Page 2 of 2

Re: [GAME] ONET Monsters

Posted: Fri Apr 18, 2025 11:29 pm
by Fangbeast
Apologies to neuronic for derailing this thread.

Re: [GAME] ONET Monsters

Posted: Tue Apr 22, 2025 3:49 pm
by neuronic
Hi,

I have been trying to find the Amiga game I mentioned. I think this is the one, but I could be wrong about this: Pharaohs Match

https://www.lemonamiga.com/games/details.php?id=4222


About the 3840 x 1080 resolution.
The game should open its screen or window (depending on the selected screen mode) without any problem, but the logo and title screens should be distorted as the assets required for this aspect ratio are not present in the data file. I will try to look into the problem to see if I can find a solution.
Meanwhile you should try to use Windowed mode and choose a resolution which best fits your screen. If you cannot change the screen mode in the Settings menu, because of display glitches, you can open the preferences file and change it manually. The file is located on your system drive in the folder:

Users/your username/AppData/Roaming/nightlovers game studio/ONET Monsters/ONET Monsters.prefs

Open the file and change the value of GameScreen to 1. Save it and run the game. It should open a Windowed screen the resolution of which you should be able to change in the Settings menu.

neuronic

Re: [GAME] ONET Monsters

Posted: Wed Apr 23, 2025 2:18 am
by Fangbeast
Koszonom, will do it after shopping:):) I have enough of my own crappy code to fix at the moment, that's why I like a good game in between.

Re: [GAME] ONET Monsters

Posted: Tue Apr 29, 2025 2:18 pm
by falsam
Hello. Thanks for this stimulating game when I have a moment to procrastinate 🤪

Re: [GAME] ONET Monsters

Posted: Fri May 09, 2025 9:51 pm
by SPH
Hi,

I really like your game. :D
I have Windows 11 64-bit and an SSD.

====================
====================

When I launch your game and decide to ALT+TAB mid-game to check another program, and then I return to your game, the mouse is dead... :shock:

Re: [GAME] ONET Monsters

Posted: Tue May 13, 2025 3:18 pm
by neuronic
Hi SPH,

First of all, thank you for testing my game.

The ALT+TAB problem is something I have known about for a long time. It is mentioned in the list of known issues on page 8 of the manual. According to my tests, it should work when you run the game in borderless mode, which is the default screen mode on Windows. Fullscreen mode is where the problem should occur. Anyway, I will test it further to see if I can fix it.

neuronic

Re: [GAME] ONET Monsters

Posted: Tue May 13, 2025 6:08 pm
by doctorized
When running DX9 exe I get error: Game subsystem cannot be initialized! : Sound
When running DX11 exe I get error: Game subsystem cannot be initialized! : Sprite
I have a Dell Vostro pc with Win 10 x64, AMD Radeon R9 360 graphics. My pc has built-in audio card but I have no speakers.

Re: [GAME] ONET Monsters

Posted: Thu May 15, 2025 9:57 pm
by neuronic
Hi doctorized,

The Game subsystem cannot be initialized! type of error messages only appear if there is a problem with InitSprite(), InitMouse(), InitSound() or InitKeyboard().

I have a laptop running preinstalled Win 10 which had no problem running the DirectX 9 versions of my games, but the DirectX 11 versions failed all the time. I solved the problem by downloading and installing the DirectX package from Microsoft.

Maybe this will help you as well.

neuronic