Would you like to see a "Madison Love route" in the game? (Just an enquiry)


  • Total voters
    370
  • Poll closed .

SonsOfLiberty

Post Pro
Compressor
Sep 3, 2022
20,934
173,334
The MAC version (at least PixelDrain) still seems to be on RenPy 7 and causing issues with SanchoMod. Did you update the MAC links as well?
The program I use tells me the version, and goes by the script version which is (7, 4, 11).

The int file shows it's using a "Nightly Build" which are usually unstable.

# Version numbers.
try:
from renpy.vc_version import official, nightly, version_name, version
except ImportError:
import renpy.versions
version_dict = renpy.versions.get_version()

official = version_dict["official"]
nightly = version_dict["nightly"]
version_name = version_dict["version_name"]
version = version_dict["version"]

official = official and getattr(site, "renpy_build_official", False)

VersionTuple = namedtuple("VersionTuple", ["major", "minor", "patch", "commit"])
version_tuple = VersionTuple(*(int(i) for i in version.split(".")))

# A string giving the version number only (8.0.1.123), with a suffix if needed.
version_only = ".".join(str(i) for i in version_tuple)

if not official:
version_only += "+unofficial"
elif nightly:
version_only += "+nightly"

# A verbose string giving the version.
version = "Ren'Py " + version_only

I can try to build Mac with those builds, will update the links and see.
 

boytuka

Newbie
Aug 29, 2020
84
79
dialog goes brrr... I just don't care about the plot anymore. Like, wtf is going on. Anyway, it was a nice wank. Keep up the good work!
 

SonsOfLiberty

Post Pro
Compressor
Sep 3, 2022
20,934
173,334
Damn, seems like the dev really may finally be going full Steam ahead with updates finally.



Small patch update:
* Music added to Chapter 8 and expect more to be added in the upcoming days
* Names added to game credits. They were mistakenly left out

So, if you noticed music missing, there is the answer.
 
  • Like
Reactions: Hadgar

tmu500

Active Member
Apr 14, 2024
684
513
While the game looks interesting, the character design is bit off. According to the changelog " Partially remastered the first episode". Should we expect the full remaster of the first chapter(s) of the game? I think it worth the wait.
 

Xrisoner

Member
May 23, 2021
438
519
SanchoNote

If you intend to play unmodded then DL the attached, extract, and place it's content inside the VN's "/game" folder. This will insure you are playing uncensored.

If you are playing via SanchoMod this is NOT required (I'll solve it internally).

NOTE!!! - This does NOT replace the need for the lewd "iPatch" (if playing unmodded).
You'll need both for 100% iPatch and Uncensored.

Again, if you are playing via SanchoMod, NONE of the above are required.

Even after installing sancho mod, at the start of the game it says you live with your friend selina and her mother... do i need to add ipatch as well/?
 
3.50 star(s) 94 Votes