Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I Am Idiot At Internet

8
Posts
6
Following
A member registered Sep 08, 2020 · View creator page →

Recent community posts

(4 edits)



if that doesn't help , it would be nice to see if there is any output in the console
*( mostly F12 on most browsers chrome or firefox, or ctrl+shift+i )
there should be an error report or log
it can be that your browser or your machine (gpu or the gpu drivers) doesn't support/recognize  webgl2
guess that could happen also on older tablets or smrtphones

that also happens to me because i refuse to upgrade working hw :D but well that is me :)

(1 edit)

Omgoshi omgoshi omgoshi, i'm sooo jealous
your games are amazing, you code so fast and the graphics are just gorgeous

was even curious how you make the games so fast, but couldn't find any info on the engine, did you code that your self too ? O_O *(Caesarcub is GOD)

omgoshi, really great games, with story and art well done, keep up the great work, but please don't overdo your self,
proper sleep and relaxation is good for health. so fast you put up new games it's like you taking overtimes,
please don't burn out your self.

your work is awesome
and so many variations, took some hours to unlock all the pictures ;)

and even the easter egg/helper, with the elf is just perfect

great work, take care

p.s.: hope you got a great Christmas, and all the best and Happiness in the new year

OMGOSHIOMGOSHIOMGOSHI

awesome game
and more real then any unreal game ever created :D

it's like my IRL love life
too real :D
nobody came to welcome me to the village T_T
:D #forEverAlone XD

I'm really jealous how awesome games you can create, please do what you enjoy doing
you are creating awesome stories and really nice looking ... >..>'; ...gu ... games :p :D

(3 edits)

!!!! FOR EVERYONE HAVING THIS ISSUE !!!! solution is written bellow

after some research , found out this issue is due to weird setting of WebGL in Firefox, other WebGL content works but if it set strangely (still investigating update1) this could happen, seems the issue could be combination of setting up webgl like scaling or something and some other things like blend mode or pixelation,with combination of build in graphics card (intel in my case *cough cough* older notebooks) older windows and graphics drivers and so on , strangely too , in other browsers it works fine

SOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO

solution #1 > install second browser, just for this game another browser (worth it ;) )

      - most websites are optimized for chrome and chrome based browsers anyway so ,  installing

solution #2 > disabling WebGL in Firefox , just for this game (worth it ;) )
 - tested in Firefox 80.0.1 64bit and for me it worked ,and you can change it afterwards back

   - if someone got the same issue but doesn't work for them , please  let me know to change this text,

   - the game should use 2D canvas instead of WebGL (if you disable WebGL) and if not playing on some old old old old old old notebook or some old old old old smartphone without javascript support it should be fine (gonna test that one level with animated background )

FOR EVERYONE CURIOUS  after looking in some of the code there are these keys (the canvas need to have the focus , meaning you have to click inside the game screen before using the keys)

F2 - turn on/off FPS counter and render mode (in code it's _switchFPSMeter() )

F3 - scale / stretch the game screen (in code it's _switchStretchMode())

F4 - switch full screen mode  (in code it's _switchFullScreen() )

Z - (or Y if you have set up QWERTZ keyboard)- is confirming / entering  (similar keys but NOT recommended by me to use SPACE BAR / ENTER keys) space bar is set in most browsers to scroll down so it can keep scrolling down while trying to confirm menu (may be not in full screen mode , need testing), and enter is not recommended (by me) for security reasons , there could happen a pop up window from some advertisement or what ever and accidentally open that window or worse

X - for entering and exiting menu similar key ESC 

+ there is the thing with saving progress to your browser so if you have incognito mode or not allowed to have cookies or what ever stuff it may happen your progress will get lost and you have to speed run from start ;)

thanks to CaesarCub for his great games , have fun enjoy the game and don't forget to support CaesarCub

yes you are right there is a setting for "Show content marked as adult in search & browse" when logged in

but itch.io is strange,  when  not logged in , going through "browse games" on the main page and then in the "select a tag" in the drop down menu there is "adult" selection and it shows some games that are considered adult, and they show warning when trying to play them, but are still accessible , need to "investigate" more >_>; , just noticed now it shows some of  your games, but selecting "bara" doesn't show anything very strange

anyway sorry for bothering , and thank you  for the reply :)

your game is awesome 

(1 edit)

hi , sorry for spamming your comments , and taking away your time

FOR EVERYONE PLAYING ON KEYBOARD 

try [Z]* and [X] keys to go in and out of menu instead of [ESC]-ape and [SPACE]-bar , for me on Vivaldi browser it worked fine

*in case you have keyboard set up as QWERTY, in case of QWERTZ it's [Y]

to CaesarCub > just a question,about Itch.io,why search for your name or your game doesn't give any results ?

was even without any results if searched in tags like chub , or bara

tried mobile brwoser and firefox , but i guess it is issue with Itch .io, is it because the game is taget as in development ?, or your account is set to be hidden ? if that is the case then sorry for bothering

thank you for your reply :)

yeah trying to figure things out my self , since it's not the first time this kind of weird stuff happens,

i have the latest firefox 80.0.1 right now

sadly there are no more information on the web about this problem

similar problem is in game created by google (pangoline love , the 2017 valentine day game) , so it's more weird since they should know their stuff (well except  they and firefox are still in browser war), there it happens on moving character but not on the background , and more weird thing is , that on older firefox (don't know the version) it worked without problems , but the bug appeared years later in newer version

some other game (forgot the name) there it happened in 3D canvas so *weird stuff*

but normal javascript canvas work normally , or even WebGL 1 works fine 

also could be something in the mix of canvas => graphic drivers => graphic card , hard to say am not a good at this stuff, 

but that's just hypothesis that i can't confirm or deny :/

(i got build in intel GPU from 2008  and windows 7 home edition 64bit ) if this info helps anyone,

only solution at this time for me was to change browsers , even just for this game  :) most people have more then one browser anyway XD

BTW > you game is awesome :) got in to it on Vivaldi browser

also one thing i noticed , is small stuff , when entering the lift on right side of the door it only opens the right side , but if open the lift on left side it opens both doors the normal way

anyway great game keep up the great work :), wish You a lot of happy players :)


Hi, sorry just registered so don't know how to report stuff

so basicly this is issue with Firefox , or be precise it happens if you use emscripten and compile from c++ , don't know if some engines (like unity ) also use emscripten when compiling to web , but could be the case (not proven)

on other browsers this doesn't seem a problem at all (mostly tested on chrome based)