4.40 star(s) 50 Votes

m0us3r

Member
Nov 28, 2020
493
1,440
Bug report:


1

"Wetness" quest has no description etc. It appears in "quests" only when completed.

2

Inconsolablecharscript.rpy
line 6191:
r "I just need a minute to get dressed. Then we’ll go for a drive."
=>
ruby "I just need a minute to get dressed. Then we’ll go for a drive."

3

line 6952:
r "Your father always kept it hidden. It was like he was scared someone was after it and would steal it or something."
=>
ruby "Your father always kept it hidden. It was like he was scared someone was after it and would steal it or something."

4

repeatable_gym_102.jpg
IOError: Couldn't find file 'images/The_Gym_Incident_QUEST/repeatable_gym_102.jpg'.

5

dymmy.rpy
line 1145:
rain "Cool accent, where are you from?"
=>
r "Cool accent, where are you from?"

6

line 2291:
if money >+ 1000:
=>
if money >= 1000:

7

line 2356:
if money <+ 999:
=>
if money <= 999:
 
  • Like
Reactions: Mr Sandman

m0us3r

Member
Nov 28, 2020
493
1,440
shift 0 not bringing up the console command
In this case put a .rpy file in the folder "game", with contents like:

Code:
init 999 python:
  config.developer = True
  config.console = True
Such file is in the attachment here.

PS. Oh, sorry. You tried to press shift-"zero", you should use shift-o (letter "o").
 

Mr Sandman

Member
Game Developer
Dec 12, 2018
181
356
Bug report:
1
"Wetness" quest has no description etc. It appears in "quests" only when completed.
2
Inconsolablecharscript.rpy
line 6191:
r "I just need a minute to get dressed. Then we’ll go for a drive."
=>
ruby "I just need a minute to get dressed. Then we’ll go for a drive."
3
line 6952:
r "Your father always kept it hidden. It was like he was scared someone was after it and would steal it or something."
=>
ruby "Your father always kept it hidden. It was like he was scared someone was after it and would steal it or something."
4
repeatable_gym_102.jpg
IOError: Couldn't find file 'images/The_Gym_Incident_QUEST/repeatable_gym_102.jpg'.
5
dymmy.rpy
line 1145:
rain "Cool accent, where are you from?"
=>
r "Cool accent, where are you from?"
6
line 2291:
if money >+ 1000:
=>
if money >= 1000:
7
line 2356:
if money <+ 999:
=>
if money <= 999:
Thank you so much for this:geek::D. I have currently fixed 2,3,4,5,6 and 7. in regards to 1, the description appears for meo_O.
 

"CJ"

Conversation Conqueror
Mar 6, 2021
6,629
69,924
Being Super [v0.15b Public] [Sandman Games and Art] crunched

Original / Compressed Size PC*: 2,01 GB / 525 MB - Being_Super-0.15b-pc-crunched.zip
Original / Compressed Size Mac: 1,98 GB / 490 MB - Being_Super-0.15b-mac-crunched.zip


Download (PC*/Mac): - - MediaFire

(y)L O A D 'n' L I K E - If you L O A D it then L I K E it!(y) If not, like it anyway! (y) Thanks! ;)

This compression is unofficial and untested, use at your own risk.
Compressing process reduces quality and can break the game.

*PC = Win+Linux

Tools: YAC v3.1c (hngg@f95zone) -
 

johnelros

Well-Known Member
Apr 10, 2018
1,079
14,879

You don't have permission to view the spoiler content. Log in or register now.

Miranda and Ruby won Superman Tier
Ruby and Taylor won All Tier
I will upload rest tomorrow.

___________________________________


You don't have permission to view the spoiler content. Log in or register now.

Thanks for Support
 
  • Yay, new update!
Reactions: Bobby Boucher™

HornyyPussy

Message Maven
Apr 26, 2020
12,773
29,850
The game Stoping after i name MC!
Its just me or for all of you guys?
since no one else has reported it (as far as i've seen), i'm gonna guess just for you?

maybe upload an error message or log and i'm sure someone can help you
 
4.40 star(s) 50 Votes