Sex Games Forums

Adult Forum => Gamcore => Topic started by: Gamcore on December 29, 2020, 12:36:28 PM

Title: RenPy Web games Statusbar problem
Post by: Gamcore on December 29, 2020, 12:36:28 PM
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.

(https://forum.69games.xxx/pics/renpyweb/1.png)

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.

(https://forum.69games.xxx/pics/renpyweb/2.png)

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

(https://forum.69games.xxx/pics/renpyweb/3.png)

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

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

(https://forum.69games.xxx/pics/renpyweb/4.png)

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

(https://forum.69games.xxx/pics/renpyweb/5.png)

You can play all RenPy Sex Games (https://gamcore.com/renpy) on gamcore online.
Title: Re: RenPy Web games Statusbar problem
Post by: Gamcore on February 05, 2021, 04:04:07 PM
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.

(https://forum.69games.xxx/pics/renpyweb/7.png)