CREATE YOUR AI CUM SLUT ON CANDY.AI TRY FOR FREE
x

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
13,742
147,440
Bad Manners [v2.20] [Skaz] - Compressed

Use at your own risk.
Reuploaded a fixed compression. If you downloaded it before my last edit, you have to redownload it.

Win/Linux/Mac [424 MB]
- - -

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

Taboo Lord

Member
Oct 12, 2017
170
71
For anyone with a Mac, is the game not opening for you? Mine won't seem to open. I did the chmod +x command in the terminal, but when I click on the app, it opens for a very brief second then closes. Can anyone offer any help to me?
 

Taboo Lord

Member
Oct 12, 2017
170
71
Bad Manners [v2.20] [Skaz] - Compressed

Use at your own risk.
Reuploaded a fixed compression. If you downloaded it before my last edit, you have to redownload it.

Win/Linux/Mac [424 MB]
- MEGA - - Pixeldrain

You don't have permission to view the spoiler content. Log in or register now.
This isn't opening on a Mac. Any fix available?
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
13,742
147,440
This isn't opening on a Mac. Any fix available?
You need to do extra steps to get it to run. I don't have a Mac and can't remember them tbh.
Should be able to google it.

Or use this guide to build your own Mac build. (Instead of 3 use the whole game folder you downloaded)
 
  • Like
Reactions: Taboo Lord

Taboo Lord

Member
Oct 12, 2017
170
71
You need to do extra steps to get it to run. I don't have a Mac and can't remember them tbh.
Should be able to google it.

Or use this guide to build your own Mac build. (Instead of 3 use the whole game folder you downloaded)
Yeah, I'm ultimately trying something like that, but I keep getting this error when I try to build the distribution:

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/07_ex_scripts/class_This.rpy", line 86: Missing parentheses in call to 'exec'
exec s
^

File "game/07_ex_scripts/u_Store.rpy", line 198: invalid syntax
exec "entries["+str(entry.handle)+"]._"+subkey+"=entries["+str(entry.handle)+"].GetValue('"+subkey+"')"
^

Ren'Py Version: Ren'Py 8.1.3.23091805
Tue Nov 28 15:20:25 2023
 

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
13,742
147,440
Yeah, I'm ultimately trying something like that, but I keep getting this error when I try to build the distribution:

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/07_ex_scripts/class_This.rpy", line 86: Missing parentheses in call to 'exec'
exec s
^

File "game/07_ex_scripts/u_Store.rpy", line 198: invalid syntax
exec "entries["+str(entry.handle)+"]._"+subkey+"=entries["+str(entry.handle)+"].GetValue('"+subkey+"')"
^

Ren'Py Version: Ren'Py 8.1.3.23091805
Tue Nov 28 15:20:25 2023
Can you try start it via the SDK (does that work with Mac?). No idea sry. PBS666 what was the steps to make the market build work? Seems like building a mac version out if it doesnt work.

I also think this game is using an ancient renpy build. It could be that its just not compatible anymore.
 

PBS666

Engaged Member
Feb 19, 2019
3,060
2,929
Yeah, I'm ultimately trying something like that, but I keep getting this error when I try to build the distribution:

I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.


File "game/07_ex_scripts/class_This.rpy", line 86: Missing parentheses in call to 'exec'
exec s
^

File "game/07_ex_scripts/u_Store.rpy", line 198: invalid syntax
exec "entries["+str(entry.handle)+"]._"+subkey+"=entries["+str(entry.handle)+"].GetValue('"+subkey+"')"
^

Ren'Py Version: Ren'Py 8.1.3.23091805
Tue Nov 28 15:20:25 2023
This game is made with Ren'Py 6.99.10 (see the script_version.txt in the game folder), which is, as Bob69 puts it, "ancient". the oldest Ren'Py version I've come across on this site.. Trying to run it with Ren'Py 8.1.3 is bound to give problems.
If you're going to build your own distribution, I strongly advise to always use the same version of the SDK as the one the game was made with.
 
  • Like
Reactions: Bob69

Bob69

Uploading the World
Uploader
Donor
Compressor
Mar 2, 2019
13,742
147,440
This game is made with Ren'Py 6.99.10 (see the script_version.txt in the game folder), which is, as Bob69 puts it, "ancient". the oldest Ren'Py version I've come across on this site.. Trying to run it with Ren'Py 8.1.3 is bound to give problems.
If you're going to build your own distribution, I strongly advise to always use the same version of the SDK as the one the game was made with.
Oh didn't even see that he used 8.1.3, yeah that'll do it.
 
  • Like
Reactions: PBS666

PBS666

Engaged Member
Feb 19, 2019
3,060
2,929
This isn't opening on a Mac. Any fix available?
The reason this won't open is because Gatekeeper has quarantined it, as it nowadays does with everything which does not come from the Applestore.
You can easily check this with Terminal
In Terminal, type "xattr " without the quotes but with a space after the command and drag the Badmanners app in the window so that Terminal fills out the path for you. Hit enter. If you see com.apple.quarantine in the results, the app is quarantined.
To remove the quarantine, type "xattr -dr com.apple.quarantine " but this time drag the enclosing BM-220-all folder inside the window. Hit enter and quarantine is removed from all the content. You should now be able to start the game.
 

Flynn13

Newbie
Aug 7, 2018
93
22
I'm stuck with the Cassandra corruption. I got the dress from Martha but when I go to see Rapunzel I can't give her the dress. I've searched this site and read post after post but cannot find anything to help. I dowloaded a save for after the corrrruption but I want to do it right not skip it. I would be grateful for any help.
 
  • Like
Reactions: Jameyboi

Taboo Lord

Member
Oct 12, 2017
170
71
The reason this won't open is because Gatekeeper has quarantined it, as it nowadays does with everything which does not come from the Applestore.
You can easily check this with Terminal
In Terminal, type "xattr " without the quotes but with a space after the command and drag the Badmanners app in the window so that Terminal fills out the path for you. Hit enter. If you see com.apple.quarantine in the results, the app is quarantined.
To remove the quarantine, type "xattr -dr com.apple.quarantine " but this time drag the enclosing BM-220-all folder inside the window. Hit enter and quarantine is removed from all the content. You should now be able to start the game.
Unfortunately this didn't fix the issue. It still opens for a few milliseconds then quits.
 

PBS666

Engaged Member
Feb 19, 2019
3,060
2,929
Unfortunately this didn't fix the issue. It still opens for a few milliseconds then quits.
That's a different issue then. So it does start, but then crashes.
Seems to be system or OS dependent. On my Intel iMac running Mojave it works fine. On my M1 MBP running Monterey it crashes :unsure:

Did some testing with the Ren'Py 6.99.10 SDK. Same problem. It appears this not compatible with modern Mac systems. So unless you have an old Mac at hand, you're SOL it appears.
 
Last edited:
  • Like
Reactions: Taboo Lord

gamer012345

Newbie
Jun 12, 2020
71
63
i can't even progress after fusing the Book and the torn page. How do I solve the riddle when i don't even have the riddle? It always show "can not be applied" when i click the complete book.
This is sooooo stupid right? I also did fuse the book instantly when I got the torn page. But going to library, I couldn't initiate the riddle and just gives "cannot be applied" message. I did find the solution, it's that even if you have fused the book together with its torn page, you have to go to han's inventory, then workbench, after there you have to select the fused book and make sure its in workbench (shown in the pic), close workbench and han's inventory, then click anywhere in the library, the riddle should come up. But this took me soooo long..... why the game needs it to be in the workbench of all places.... i thought we had inventory for that?? Shit I've been clicking all the places for this shit! 1704393271032.png
 
  • Like
Reactions: Huzzla

gamer012345

Newbie
Jun 12, 2020
71
63
Finished part 1 (kinda good) and started chapter 9. But I'll put a hold onto this game for now.
Optimizations for this kind of game is honestly bad. It's just fancy visual novel with the ability to go to places and use items. Your run of the mill game, nothing special about it. The artwork does look good but has a lot of variations. I wasn't sure if I was looking at the same character. I wouldn't make it a bad aspect of the game though since different art style does mean, you won't have to tolerate a certain look everytime you wanna give it some love.
Performance is terrible... I have a 1st gen core i3, and I know, this is nothing more than a fancy toaster at this point but I've played way more sophisticated & intense games with rpg style, not to speak of some 3d games like evenicle (yeah, it's only 3d in when you roam around the world and the battles are still rpg game type), it's frustrating to see this run poorly. I tried on my newer laptop with core i5, it still ain't smooth. It's fast sure but damn, sometimes chugs here and there.
But I think, the biggest problem is, not having logs...hell I always have to save here and there if I mistakenly skip the dialogues. It would STILL be fine if it had return feature that worked properly. It only goes back one time and then returns to the present dialogue.... if you had 3 dialogues but skipped the first and 2nd one but wanted to see the first one again, bad luck mate, you can only see the 2nd one granted you are on the 3rd dialogue.
 
3.00 star(s) 35 Votes