News:

Stay Home...
and use this forum!

Main Menu

RenPy Web games Statusbar problem

Started by Gamcore, December 29, 2020, 12:36:28 PM

Previous topic - Next topic

Gamcore

Sometimes RenPy games ported for Web Browsers may produce some console errors and they are displayed in the status bar at the top center of the game screen.

The worst thing is, when these errors and windows are covering something that you have to click on.

Because of the status bar's Z-Index it's usually a top layer over some icons, buttons etc.

Here's some workaround for advanced users how to get rid of that and continue playing the game.

First you have to use object inspector to find the element and then make it invisible.



This was tested on FireFox and Google Chrome.

Click right mouse button and pick Inspect (Element).

Then use your mouse to select entire bar and then click on it.



You'll see that Object inspector will pick the element and now you have to get entire status bar (id=statusbar_container).



Then just pick it's CSS and enter "display:none;" and save.

I hope this helps. Result should be without status bar.



On Google Chrome CSS editing looks little bit different but I hope you'll find how to change it.



You can play all RenPy Sex Games on gamcore online.

Gamcore

Sometimes you may also experience some Script error. It's great when there's an option with IGNORE button. Just click it and lets hope that game will continue smoothly as in this example.