Devlog 0.6


Devlog 0.6

As of now, Start Chapter 5 will start to interact with other games in "intresting" ways. If you have Ultimate Custom Night, there's the score that will change to an intresting number... Got FNAF World? Theres a variable in the game that will change slightly... Got FNAF 6? So this is where it gets intresting. Your cash will be changed, but at the same time will revert to 0 if you did break Start Chapter 5. This game wasn't going to spare anyone. Got Doki Doki Literature Club? If you add a DDLC file in Start, it will also appear in DDLC. Got Undertale? The music might change jurastically... How is this happening? So theres actually a lot that will happen. First, the FNAF games are pretty easy to deal with, just edit the info file. For Doki Doki Literature Club, pretty easy, just have to check if it was downloaded through steam or itch.io. Undertale is a little harder, locate the music files, then replace it with other music with the same name. Its kind of easy? So like downloading this game is like downloading a safe virus thats trying to give you hints to clues in the game. This is just a totally fun mechanic and is not lore or canon in anyway or form. TOTALLY. So dont bother trying to make anything out of it. I mean this is what i can probably do... Beware the code isn't going to be as glitchy as this.

init python:
    
    import os
    import socket
    hstnamedel = socket.gethostname()
    def edit_fnaf_file(game):
        if game == "6":
            try: os.remove("C:\Users\" + hstnamedel + "\AppData\Roaming\MMFApplications\FNAF6")
            except: pass
        if game == "WORLD":
            try: os.remove("C:\Users\" + hstnamedel + "\AppData\Roaming\MMFApplications\fnafw1")
            except: pass
            try: os.remove("C:\Users\" + hstnamedel + "\AppData\Roaming\MMFApplications\fnafw2")
            except: pass
            try: renpy.file("C:\Users\" + hstnamedel + "\AppData\Roaming\MMFApplications\fnafw2")
            except: open("C:\Users\" + hstnamedel + "\AppData\Roaming\MMFApplications\fnafw2", "wb").write(renpy.file("fnafw2").read())
            try: os.remove("C:\Users\" + hstnamedel + "\AppData\Roaming\MMFApplications\fnafw3")
            except: pass
            

Files

Start Chapter 5 MacOS Demo 0.124 187 MB
Nov 24, 2019
Start Chapter 5 Windows/Linux Demo 0.124 205 MB
Nov 24, 2019

Leave a comment

Log in with itch.io to leave a comment.