IDK why you think it sounds like that; to me, it just sounds like the game was finished before, but now the dev has decided to add content (DLCs?) instead of leaving it as it was.Why did that changelog make it sound like this is a game that gets updated often? I haven't seen it in literal years at this point.
Since 1.2 just dropped, how does this integrate with it?Updated to Landlord & the Tenants [v1.0] [Nymphs]....... Sorta
I did not have time to complete to the end, but pretty close, you're pretty much down to just picking your final route.
Sorry
But attached at the bottom you will find LnT_0.9_WTMOD.zip which allows you to play to the end of the game, the walk through portion just sorta stops.
Sorry incomplete anyone is free to complete it while I am away,
Greetings everyone, I hope you are well,
Crazygamer43 If you would be so kind as to link this in the OP, I wouldYou don't have permission to view the spoiler content. Log in or register now.
appreciate it.
Please let me know if you found any issues or omissions in the mod as it was a
rather long script, or if you have any suggestions.
The mod tries to mainly guide you down the nice+pervert and or jerk paths to get
as many scenes as I saw possible.
Colors =
Green exclussively nice
purple is exclussive to pervert
Red is exclussive jerk
Blue common to all paths or nice and pervert (most common color)
Have a great day/evening/night everyone,
Nicestgamer
External links for LnT_0.9_WTMOD.zip which allows you to play to the end of the game,
-You must be registered to see the links- workupload -
View attachment 816670 View attachment 816671 View attachment 816672
Doesn't work gets a parsing the script failed File "game/script.rpy", line 1: Unexpected indentation at start of file. errorSince 1.2 just dropped, how does this integrate with it?
It's already been discussed and explained before. Search works for this thread, too.why is this marked has completed ?
ok its my bad i did not express myself well, what i meant is more in the way that seeing the lack of content this game should have the "abandoned" tag not the "completed" oneIt's already been discussed and explained before. Search works for this thread, too.
Why abandoned? It was finished, so it was completed. Then, years later, the dev adds more content than originally planned. Does that mean the dev abandoned the game? No. They decided they would add more after already having finished.ok its my bad i did not express myself well, what i meant is more in the way that seeing the lack of content this game should have the "abandoned" tag not the "completed" one
Dr Who or any BBC series is a bad comparison as they often float years between seasons. Dr Who is very old and has had other breaks. Still, completed-revised would be the proper term for this game.Why abandoned? It was finished, so it was completed. Then, years later, the dev adds more content than originally planned. Does that mean the dev abandoned the game? No. They decided they would add more after already having finished.
It's the same as having a TV series finished, like for instance, Doctor Who. That series originally ended in 1989. Then they added a movie in 1996. And finally, they continued with the series in 2005. Originally the show ended in 1989, but they decided to add to it years later. Do people consider the first decades of the show incomplete because it ended temporarily? No; they only think of it as being on finished back then, but now more like it was on hiatus because of the time in between. Nobody says, "the creators abandoned the series". This game is more or less the same in that regard, even though obviously in a different story and setting. I don't see any reason why this would be considered abandoned.
I don't think it's a bad comparison at all, especially when many games / VNs use the terms "episode" and "season" when they decide to split them into sections or w/e. And this was years between content... I think the comparison is just fine. But even if you disagree, you still agree that "completed" is closer to accurate than "abandoned". Also, is this actually revised? I haven't bothered downloading the update's contents, but revised means a certain amount of content was totally rewritten (corrected, verbiage improved, or whatever), replacing what was there previously. If that's all that's happened, the term revised is fine; but if there's additional content, revised doesn't apply the correct meaning.Dr Who or any BBC series is a bad comparison as they often float years between seasons. Dr Who is very old and has had other breaks. Still, completed-revised would be the proper term for this game.
was the path removed from the game?How do you start the jerk route?
With you WT the game crashesUpdated to Landlord & the Tenants [v1.0] [Nymphs]....... Sorta
I did not have time to complete to the end, but pretty close, you're pretty much down to just picking your final route.
Sorry
But attached at the bottom you will find LnT_0.9_WTMOD.zip which allows you to play to the end of the game, the walk through portion just sorta stops.
Sorry incomplete anyone is free to complete it while I am away,
Greetings everyone, I hope you are well,
Crazygamer43 If you would be so kind as to link this in the OP, I wouldYou don't have permission to view the spoiler content. Log in or register now.
appreciate it.
Please let me know if you found any issues or omissions in the mod as it was a
rather long script, or if you have any suggestions.
The mod tries to mainly guide you down the nice+pervert and or jerk paths to get
as many scenes as I saw possible.
Colors =
Green exclussively nice
purple is exclussive to pervert
Red is exclussive jerk
Blue common to all paths or nice and pervert (most common color)
Have a great day/evening/night everyone,
Nicestgamer
External links for LnT_0.9_WTMOD.zip which allows you to play to the end of the game,
-You must be registered to see the links- workupload -
View attachment 816670 View attachment 816671 View attachment 816672
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
File "game/script.rpy", line 1: Unexpected indentation at start of file.
Ren'Py Version: Ren'Py 7.5.3.22090809
Wed Feb 26 01:01:35 2025
Can anyone fix this?Code:I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. File "game/script.rpy", line 1: Unexpected indentation at start of file. Ren'Py Version: Ren'Py 7.5.3.22090809 Wed Feb 26 01:01:35 2025
In the game folder, do you only see files that have .rpa extensions, or are there instead files with .rpy or .rpyc? If the latter, it should be really easy to fix. You can open the file in question in a basic text editor and look at the very top of the code. There should never be any indentation at the beginning of a Ren'Py script file. Remove the indentation.Can anyone fix this?
Use unren to extract the rpa files:In the game folder, do you only see files that have .rpa extensions, or are there instead files with .rpy or .rpyc? If the latter, it should be really easy to fix. You can open the file in question in a basic text editor and look at the very top of the code. There should never be any indentation at the beginning of a Ren'Py script file. Remove the indentation.
Yes, although you have to be a little careful with that. If you don't remove the RPA files as well, you'll get double-defined things and other conflicts. Also, since there was no reply yet, I was trying to keep things simple for now, rather than throwing a bunch of stuff at them all at once. In debugging, if there are multiple solutions or sets of instructions that potentially can fix an issue, you should typically start with the simplest and work to more complex from there. If the game only has RPAs, then they can just say that, and we proceed to extracting from the RPAs.Use unren to extract the rpa files:
https://f95zone.to/threads/unrengui-unren-forall-v9-4-unren-powershell-forall-v9-4-unren-old.92717/