SonsOfLiberty

Board Buff
Game Compressor
Sep 3, 2022
18,009
145,859
managed to get the save working on my 2nd attempt thanks brother
lol i just cant seem to get a break so i managed to get the game going with the save file NOW its missing a whole whack of pictures so im grabbing the file you linked in the same post as that save file and i just hope when that 20gig file is done its got everything and i dont run into anymore issues LOL there goes another 15hrs downloading haha

I'd say missing pictures was some media missing. I was saying if you wanted to wait a compressed version came out 20GB all they way to 1.xGB :)
 

phupdup

Well-Known Member
Oct 24, 2019
1,391
1,083
This is one severely messed up script.rpy. Just what is this clown thinking forcing this main_menu screen?

Code:
#screen main_menu:
#    imagemap:
#        ground "menu_ground.png"
#        hover "menu_hover.png"
#
#        hotspot (21, 663, 98, 34) clicked ShowMenu("load")
#        hotspot (9, 7, 83, 71) action OpenURL("https://www.patreon.com/fiveagainstone")
#        hotspot (5, 75, 87, 81) action OpenURL("https://discord.gg/UbQXsVT")
I stubbed it there just so I could at least "start" the friggin game from the beginning. Trouble is I'm going to need to replace this crap with one of his original main_menu screens from an earlier release just so I can get the proper main screen like the rest of the world uses with renpy. That or maybe grab from a fresh project.

--- edit ---

I'm just giving up for now. I replaced the screens.rpy with a default one but he's somehow managed to delete or not include all of the usual keymap and controls like RMB to get a standard proper main_menu screen put up. Just why do these devs think their way is best when it goes against the rest of the world?
 
Last edited:
  • Like
Reactions: dussalant
Jun 20, 2017
8
1
You don't need to download Ch1-3. All you need is a save file, which I attached here. It's literally a save from the very start of the game, so you're still able to rename whatever character you want. Load it up from the start menu of Ch4, and you're good to go. However, you also need to add the media files that you downloaded to the /game folder in order to see the pics and videos correctly.

To the OP of the thread, consider adding this save file to the 1st post so people can use it to start up a new game.
Where have I save this file?
 

RPDL

do torrent. go fast.
Donor
Dec 17, 2020
4,884
14,062
I made a torrent for Chapters 1 through 4 also in case anyone wants the full pack

Homeless-CH1-4
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
If you have issues please use this thread or join us on !
,
 

DarknessDai

Well-Known Member
Mar 23, 2019
1,431
1,578
eh...it's alright. There's tons of sex. You won't be let down there. But the Engrish isn't the best and the story is pretty meh. And then there are times they have the MC playing piano and singing, or MC and some girls doing karaoke...and they actually make you click through the lyrics...that part is pretty annoying.
bro can you help me when ever i reach chatper 3 in the pool the game goes back to main menu
 

Varador

Newbie
Aug 17, 2016
66
78
Homeless [ Ch1-4 v0.3 Public] [Compressed]

Original Size Win/Linux: 21 GB

Compressed Size Win/Linux: 1.29 GB: - WORKUPLOAD
Compressed Size Mac: 1.28 GB: - WORKUPLOAD

Compressing process reduces image/audio/video quality and can break the game, be aware of that.

You can find all of my Walkthrough Mods content here:
or you can
Check out my
Thanks a lot for this, but to clarify this is only chapter 4. The name "Ch1-4" is a bit misleading.
 

Lust0ne

Member
Jul 24, 2020
196
142
View attachment 1037610

Overview:
The main character is a former soccer player who was forced to retire early and started using his knowledge to stay in the business, as a businessman and a talent scout. In a wedding on the verge of ruin with a famous and disagreeable actress, he is forced to shelter a homeless person in his house for a few days. And to make matters worse, she still brings a younger brother. How he will handle this whole situation is up to you.​

Thread Updated: 2022-12-25
Release Date: 2022-12-24
Developer: Five Against One - - -
Censored: No
Version: Chp.4 v0.3 Public
OS: Windows
Language: English
Other Games: Drawing My Life
Genre:
You don't have permission to view the spoiler content. Log in or register now.

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

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

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

DOWNLOAD
Chp.4

Win: - - MEGA - - PIXELDRAIN
Others: COMPRESSED * - ANDROID*


Chp.1-4:
21gb (Split)
Part1:
- - MEGA - - PIXELDRAIN
Part2: - - MEGA - - PIXELDRAIN
Part3: - - MEGA - - PIXELDRAIN
Part4: - - MEGA - - PIXELDRAIN
Part5: - - MEGA - - PIXELDRAIN
Other:
COMPRESSED

Chp.3: MEGA - - - - PIXELDRAIN
Chp.2: - - - - PIXELDRAIN
Chp.1: - - MEGA - - PIXELDRAIN

Extra: - Save Fix


*This unofficial port/version is not released by developer, download at your own risk.

View attachment 1037607 View attachment 1037608 View attachment 1037613 View attachment 1037614 View attachment 1037615 View attachment 1037616 View attachment 1037617 View attachment 1037618 View attachment 1037619 View attachment 1037620 View attachment 1037621 View attachment 1037622 View attachment 1037623 View attachment 1037624 View attachment 1037625 View attachment 1037626 View attachment 1037627 View attachment 1037629 View attachment 1037630 View attachment 1037631 View attachment 1037632 View attachment 1037633
With these Chapter split I get a missing CRC failed : Homeless Ch1-4\game\videos\day08\hom\h1.webm. Anyone else get this message and can someone copy paste the file or let me know if its from Chapter 1 or 2?
 

GetOutOfMyLab

Forum Fanatic
Modder
Aug 13, 2021
5,930
15,808
You don't have permission to view the spoiler content. Log in or register now.
If you know how to use Ren'Py console, enter this:

dgtconfrontation = False

or

dgtconfrontation = True

Whatever you want it to be.

Otherwise, make sure the game is closed, open day04.rpy, and add this to the very top (no tabs or anything):

default dgtconfrontation = True

or

default dgtconfrontation = False

Save, then re-open the game.
 
  • Like
Reactions: Yngling

str8up

Engaged Member
Jun 4, 2020
3,358
1,522
If you know how to use Ren'Py console, enter this:

dgtconfrontation = False

or

dgtconfrontation = True

Whatever you want it to be.

Otherwise, make sure the game is closed, open day04.rpy, and add this to the very top (no tabs or anything):

default dgtconfrontation = True

or

default dgtconfrontation = False

Save, then re-open the game.
just to confirm so the confronttation is that where you talk to your friend and then you tell him to do it?
is that what thats for or is it another confrontation that i forgot about?and yes i know all about the console :)
 

GetOutOfMyLab

Forum Fanatic
Modder
Aug 13, 2021
5,930
15,808
just to confirm so the confronttation is that where you talk to your friend and then you tell him to do it?
is that what thats for or is it another confrontation that i forgot about?and yes i know all about the console :)
It has to do with the daughter having sex with someone.
 

GetOutOfMyLab

Forum Fanatic
Modder
Aug 13, 2021
5,930
15,808
It's because you're not on Diana's path. By not being on Diana's path, you are taken to this:


1672192809125.png

Which is empty and not implemented. Really no fix to it since the dev has nothing there. Only option is to enable Diana's path:

diana_path = True

Or also be on Stef's path

stef_path = True
 

str8up

Engaged Member
Jun 4, 2020
3,358
1,522
It's because you're not on Diana's path. By not being on Diana's path, you are taken to this:


View attachment 2268037

Which is empty and not implemented. Really no fix to it since the dev has nothing there. Only option is to enable Diana's path:

diana_path = True

Or also be on Stef's path

stef_path = True
hope i dont run into issues set both to True so many people in the story cant remember who is who what 1 i like more
i know how to enable the console BUT i forget how to enable the shift D one
 
Last edited:

str8up

Engaged Member
Jun 4, 2020
3,358
1,522
dang this game pretty big sure was fun playing it despite the errors and so on BUT other then that its a great game AND im looking forward to next update and see where everything goes :)
 
3.00 star(s) 5 Votes