Nineonenine
Active Member
- Aug 9, 2020
- 855
- 257
The first troubleshooting step here should be making sure the game isn't running in a zip folder. Turn on the "show file extension" Windows setting and make sure the folder doesn't end in .zip or .7z or anything like that. If it does, unpack it and try again.I really wanna play this but like, i can not get it to run for the life of me. I don't know if its because I'm on Wins 11 or whatever but rather disappointing to not get it to work despite all the fixes i tried. Forever stuck in the waiting screen.
Yes. First, after you set up the game and start, click Morning instead of anything else if you chose to start with items (so you can equip your slave). If not, hit Schedule to set up your day.Okay, I want to try this. Could anyone give me some play tips?
Scratch that, I figured it out. I had to edit the SlavesList.xml to show my slave as slave number 123, and had to change most image names.Is there something up with the SDK Slave Creator? Saving a slave leads to an error and then she doesn't show up in the game.
I compared xml's to Chie and there are differences. Like other slaves have no slave number but I had to choose one, and my slave intro simply said "D" even though I gave her an actual intro but Chie's is there and fine, and the order of stats is much different.
It's starting to look like I'll have to copy Chie's xml and tweak myself to become a new slave, or straight up replace a slave with mine. Can the SDK tool be used to make a slave or not?
quoting from stackoverflow:So honest question here. I'm interested in digging around the code of this game, but I know very little about Flash.
From what I can tell (and I could be way off base here), the meat of the code is in the SWF files, but I'm not really sure how to open these, as notepad++ just gives me a bunch of (I'm assuming compiled?) gibberish.
Does anyone have any recommendations on how to get a look at the code?
swf files cannot be edited directly. Convert the swf file into the source file. Source file basically decompiles the swf files and break it into the text, images or other things that you have used to make the swf file. Once you have the separate things you can edit them and again compile and make your swf file.
This is the best tool that i found to do everything that you need to do in the swf file: 1. Flash Decompiler Trillix (you need to buy this) 2. jpexs free flash decompiler (free and opensource)
The source code was released by the dev and is linked in the OP:So honest question here. I'm interested in digging around the code of this game, but I know very little about Flash.
From what I can tell (and I could be way off base here), the meat of the code is in the SWF files, but I'm not really sure how to open these, as notepad++ just gives me a bunch of (I'm assuming compiled?) gibberish.
Does anyone have any recommendations on how to get a look at the code?
You don't have permission to view the spoiler content. Log in or register now.