salscou
Engaged Member
- Apr 14, 2020
- 2,889
- 12,305
Overhaul?crazy that this game still gets updates, cant wait for the overhaul lol
Thats the game next door.
Overhaul?crazy that this game still gets updates, cant wait for the overhaul lol
9 years of spaghetti code from a self-taught coder, if you can use that term.Why is this game laggy as hell? It completely freezes for solid few seconds at every click of a button and it becomes unplayable as more and more girls become active.
How do I deal with this?
Hard factsSG looks fine without the tail & longer hair tbh.
Sometimes the games don't set the proper permissions on files before packing. You may need to add the executable privilege on the .sh file, then on lib/linux-x86_64/Rogue-Like. Ping me if you need help with that.I may be an idiot, but how the hell do you run a Ren'py game on Linux?
I run repny games in a bottle (I may be an idiot, but how the hell do you run a Ren'py game on Linux?
A real pickle.Dude what the hell did i just watch?
View attachment 4794224
Shit shes turning into Xavier put her down!!Here have some nightmare fuel:
View attachment 4794676
Make her orgasm from you giving her oral sex multiple times. Then let her give you a blowjob a few times then it'll trigger the 69.hello, please can someone explain me how to trigger 69 pose scene?
Thats Oni's (the creator) mascot avatar, shes not in the game.who is the girl in the left side of the banner for the game with the green eyes and what does it mean if there is a missing square on where you select the character information
What is the terminal command?Sometimes the games don't set the proper permissions on files before packing. You may need to add the executable privilege on the .sh file, then on lib/linux-x86_64/Rogue-Like. Ping me if you need help with that.
If that doesn't work, try launching the .sh file through the terminal. That should give you a better description of what went wrong.
Last resort, if you have Wine, launching the Windows .exe file works.
Make sure you're in your Rogue Like root directory. Then type:What is the terminal command?
chmod +x Rogue-Like.sh && chmod +x ./lib/linux-x86_64/Rogue-Like
chmod -R +x *
Thanks for fielding that, although for the sake of ensuring no confusion I'm going to specifyMake sure you're in your Rogue Like root directory. Then type:
or, if you're lazyCode:chmod +x Rogue-Like.sh && chmod +x ./lib/linux-x86_64/Rogue-Like
Code:chmod -R +x *
sudo chmod +x Rogue-Like.sh && sudo chmod +x ./lib/linux-x86_64/Rogue-Like