walkero wrote:I just released the port of a game named BreakHack developed by Linus Probert. A great rogue-like game for having fun and a good time on your breaks from anything else.
Cool you are the best 😀 I test it later and give feedback if it works. Thank you very much
Edit:The game is really good, I just need to understand it a little more. The background music alone is very atmospheric. Thanks for porting and adapting the 16 bit mode for Qemu Peg2 AmigaOs4.1.
Again a pearl more which came on my Games hard disk ,-)
Is there actually a fullscreen output?
Edited by Maijestro on 2023/7/4 23:30:30 Edited by Maijestro on 2023/7/4 23:36:36 Edited by Maijestro on 2023/7/5 0:05:59 Edited by Maijestro on 2023/7/5 0:12:41
@Maijestro Thank you for testing it. I am glad it works for you. I didn't do much other than compile it with the latest SDL. All the needed work was done by Capehill on his fabulous port.
You can go fullscreen with CTRL+F but on my system, it was a little bit slow because of the software rendering.
walkero wrote:@Maijestro Thank you for testing it. I am glad it works for you. I didn't do much other than compile it with the latest SDL. All the needed work was done by Capehill on his fabulous port.
You can go fullscreen with CTRL+F but on my system, it was a little bit slow because of the software rendering.
Thanks for pointing it out, it runs perfectly and there is no speed difference between window and full screen.
Thanks again
@Capehill
I would also like to thank them again for providing these libraries (SDL2).
I wanted to ask you if you could check your port breakhack on real hardware. I noticed that BreakHack doesn't work anymore it just gives me a window with black content. Maybe changes within SDL2 made it unusable.
Things I usually use under AmigaOs4.1 like MilkyTracker/LiteXL/ScummVM etc. which are based on SDL2 work without problems with sdl 2.30.0 only your BreakHack doesn't work anymore.
If you have some time I would be happy if you could have a look at it. I would like to play a round of BreakHack again
@Maijestro The game is compiled with SDL2 static libraries. That means that the version you have installed in your system doesn't really matter. The only thing that can change its behaviour is the SDL2 prefs and the selections you made there. Probably you changed your configurations there.
Saying that, I checked locally and the game doesn't have any issue with the 2.30.0 being installed.
walkero wrote:@Maijestro The game is compiled with SDL2 static libraries. That means that the version you have installed in your system doesn't really matter. The only thing that can change its behaviour is the SDL2 prefs and the selections you made there. Probably you changed your configurations there.
Saying that, I checked locally and the game doesn't have any issue with the 2.30.0 being installed.
Strange I downloaded Breakhack again from Os4Deopt and now it works. I I hadn't changed anything in the SDL2 settings.
The problem was caused by myself by disabling DiskCache.library.kmod in the kicklayout it resulted in significantly longer loading times by having only one window with black content. With Diskcache enabled everything is fine. I just wanted to let you know.