What's new
Choice of Mods

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Study in Steampunk

Yo, so I tried to add a save system myself to the moded a Study in Steampunk (also Slammed! And Community College Hero)
I haven't played them yet, so let me know if they are not working:


Note: they are HTML files.
Not working in chrome mobile, first choice in the opening just end up error/crash
 
Not working in chrome mobile, first choice in the opening just end up error/crash
Yeah, it isn't because of the save system there. There is something wrong with the this game man. I have been trying to figure it out all night but I couldn't understand what is the exact problem there... The other games I added the save system to are working fine so far. So yeah:v
 
Even better, a tutorial would be amazing if possible.
Sure.
First of all you need to download these:
1- Zarchiver.
2- ChoiceScript mobile Editor. It is at the bottom.
**
Second step, Open ChoiceScript. You will find a "+New" button at the top right of the screen. Press it.
It will ask for the location you want your ChoiceScript projects to be. Create a folder for it or find one, whatever you like.
Name your project (The Shadow Society for example. Just write the game name there:v) .
Now you have your project and there will be 2 txt files already there, "startup.txt" and "choicescript_stats.txt"
**
Third step, pick a game. Let's say The Shadow Society. You will download the modded game, from DeiArcana. Do not install it.

Go to zarchiver، go to downloads, look for the game there.

When you find the game, click at it once. This will appear(for some reason, I can't send photos)

Install

View

Extract here

Etc

Then press View. You will see the game contents from files and folders.
Look for assets folder. Go in. Look for mygame folder. Go in. Look for scenes. And go in:v
These are the most important files. Copy them alllll then go to the location where your ChoiceScript projects are.
It will be something like ChoiceScript Projects/The Shadow Society/mygame/scenes paste all the scenes files you copied before there.
Do u still remember the two files that already are in the project files? "startup.txt" and "choicescript_stats.txt"? Replace them with the ones from the game you downloaded.
Go back to the app, ChoiceScript Mobile Editor, and go to the project The Shadow Society. You will find all the scenes you copied there.
There is this 3 dot button at the top right of the screen. Next to it is the run button, click on it. The game will run, that's just to check if you copied everything correctly, if an error pops out, recheck all the steps again.
**
Fourth step, click on the 3 dots button from before. Then click on Compile to HTML. Choose the place where you want your HTML file to be. Go to the HTML file using zarchiver and play the game to see if there is any errors. Some games like A Study In Steampunk can't run as an HTML file. I have yet to find a way-_-
If everything went correctly, then we can continue to how to add the Save system.
**
I didn't write the code for the save system or something, I just found it:

Anyways. You are gonna go to your HTML file and rename it. Keep pressing on the file so the rename option appears.
The file is gonna be like The Shadow Society.html change it to The Shadow Society.txt.
Open the file now, and use zarchiver text to view it. It's gonna take some time to load all the text.
Or you can download an HTML editor but I don't recommend it.... My phone couldn't really handle it.
When the loading is done, go to the very bottom of the file. You will see the last 4 lines like:
</div>
</dialog>
</body>
</html>
Now before the </body> tag paste this code:
(I will send the code right after this. This message is already too long:v or should I put the code in a text file and y'all download it and copy it from there?)
Then finally rename it back to The Shadow Society.html and enjoy the save system.
 
Sure.
First of all you need to download these:
1- Zarchiver.
2- ChoiceScript mobile Editor. It is at the bottom.
**
Second step, Open ChoiceScript. You will find a "+New" button at the top right of the screen. Press it.
It will ask for the location you want your ChoiceScript projects to be. Create a folder for it or find one, whatever you like.
Name your project (The Shadow Society for example. Just write the game name there:v) .
Now you have your project and there will be 2 txt files already there, "startup.txt" and "choicescript_stats.txt"
**
Third step, pick a game. Let's say The Shadow Society. You will download the modded game, from DeiArcana. Do not install it.

Go to zarchiver، go to downloads, look for the game there.

When you find the game, click at it once. This will appear(for some reason, I can't send photos)

Install

View

Extract here

Etc

Then press View. You will see the game contents from files and folders.
Look for assets folder. Go in. Look for mygame folder. Go in. Look for scenes. And go in:v
These are the most important files. Copy them alllll then go to the location where your ChoiceScript projects are.
It will be something like ChoiceScript Projects/The Shadow Society/mygame/scenes paste all the scenes files you copied before there.
Do u still remember the two files that already are in the project files? "startup.txt" and "choicescript_stats.txt"? Replace them with the ones from the game you downloaded.
Go back to the app, ChoiceScript Mobile Editor, and go to the project The Shadow Society. You will find all the scenes you copied there.
There is this 3 dot button at the top right of the screen. Next to it is the run button, click on it. The game will run, that's just to check if you copied everything correctly, if an error pops out, recheck all the steps again.
**
Fourth step, click on the 3 dots button from before. Then click on Compile to HTML. Choose the place where you want your HTML file to be. Go to the HTML file using zarchiver and play the game to see if there is any errors. Some games like A Study In Steampunk can't run as an HTML file. I have yet to find a way-_-
If everything went correctly, then we can continue to how to add the Save system.
**
I didn't write the code for the save system or something, I just found it:

Anyways. You are gonna go to your HTML file and rename it. Keep pressing on the file so the rename option appears.
The file is gonna be like The Shadow Society.html change it to The Shadow Society.txt.
Open the file now, and use zarchiver text to view it. It's gonna take some time to load all the text.
Or you can download an HTML editor but I don't recommend it.... My phone couldn't really handle it.
When the loading is done, go to the very bottom of the file. You will see the last 4 lines like:
</div>
</dialog>
</body>
</html>
Now before the </body> tag paste this code:
(I will send the code right after this. This message is already too long:v or should I put the code in a text file and y'all download it and copy it from there?)
Then finally rename it back to The Shadow Society.html and enjoy the save system.
YES YES!
Sure.
First of all you need to download these:
1- Zarchiver.
2- ChoiceScript mobile Editor. It is at the bottom.
**
Second step, Open ChoiceScript. You will find a "+New" button at the top right of the screen. Press it.
It will ask for the location you want your ChoiceScript projects to be. Create a folder for it or find one, whatever you like.
Name your project (The Shadow Society for example. Just write the game name there:v) .
Now you have your project and there will be 2 txt files already there, "startup.txt" and "choicescript_stats.txt"
**
Third step, pick a game. Let's say The Shadow Society. You will download the modded game, from DeiArcana. Do not install it.

Go to zarchiver، go to downloads, look for the game there.

When you find the game, click at it once. This will appear(for some reason, I can't send photos)

Install

View

Extract here

Etc

Then press View. You will see the game contents from files and folders.
Look for assets folder. Go in. Look for mygame folder. Go in. Look for scenes. And go in:v
These are the most important files. Copy them alllll then go to the location where your ChoiceScript projects are.
It will be something like ChoiceScript Projects/The Shadow Society/mygame/scenes paste all the scenes files you copied before there.
Do u still remember the two files that already are in the project files? "startup.txt" and "choicescript_stats.txt"? Replace them with the ones from the game you downloaded.
Go back to the app, ChoiceScript Mobile Editor, and go to the project The Shadow Society. You will find all the scenes you copied there.
There is this 3 dot button at the top right of the screen. Next to it is the run button, click on it. The game will run, that's just to check if you copied everything correctly, if an error pops out, recheck all the steps again.
**
Fourth step, click on the 3 dots button from before. Then click on Compile to HTML. Choose the place where you want your HTML file to be. Go to the HTML file using zarchiver and play the game to see if there is any errors. Some games like A Study In Steampunk can't run as an HTML file. I have yet to find a way-_-
If everything went correctly, then we can continue to how to add the Save system.
**
I didn't write the code for the save system or something, I just found it:

Anyways. You are gonna go to your HTML file and rename it. Keep pressing on the file so the rename option appears.
The file is gonna be like The Shadow Society.html change it to The Shadow Society.txt.
Open the file now, and use zarchiver text to view it. It's gonna take some time to load all the text.
Or you can download an HTML editor but I don't recommend it.... My phone couldn't really handle it.
When the loading is done, go to the very bottom of the file. You will see the last 4 lines like:
</div>
</dialog>
</body>
</html>
Now before the </body> tag paste this code:
(I will send the code right after this. This message is already too long:v or should I put the code in a text file and y'all download it and copy it from there?)
Then finally rename it back to The Shadow Society.html and enjoy the save system.
this is a remarkable treasure to which our gratitude knows no bounds. 🙏
 
Sure.
First of all you need to download these:
1- Zarchiver.
2- ChoiceScript mobile Editor. It is at the bottom.
**
Second step, Open ChoiceScript. You will find a "+New" button at the top right of the screen. Press it.
It will ask for the location you want your ChoiceScript projects to be. Create a folder for it or find one, whatever you like.
Name your project (The Shadow Society for example. Just write the game name there:v) .
Now you have your project and there will be 2 txt files already there, "startup.txt" and "choicescript_stats.txt"
**
Third step, pick a game. Let's say The Shadow Society. You will download the modded game, from DeiArcana. Do not install it.

Go to zarchiver، go to downloads, look for the game there.

When you find the game, click at it once. This will appear(for some reason, I can't send photos)

Install

View

Extract here

Etc

Then press View. You will see the game contents from files and folders.
Look for assets folder. Go in. Look for mygame folder. Go in. Look for scenes. And go in:v
These are the most important files. Copy them alllll then go to the location where your ChoiceScript projects are.
It will be something like ChoiceScript Projects/The Shadow Society/mygame/scenes paste all the scenes files you copied before there.
Do u still remember the two files that already are in the project files? "startup.txt" and "choicescript_stats.txt"? Replace them with the ones from the game you downloaded.
Go back to the app, ChoiceScript Mobile Editor, and go to the project The Shadow Society. You will find all the scenes you copied there.
There is this 3 dot button at the top right of the screen. Next to it is the run button, click on it. The game will run, that's just to check if you copied everything correctly, if an error pops out, recheck all the steps again.
**
Fourth step, click on the 3 dots button from before. Then click on Compile to HTML. Choose the place where you want your HTML file to be. Go to the HTML file using zarchiver and play the game to see if there is any errors. Some games like A Study In Steampunk can't run as an HTML file. I have yet to find a way-_-
If everything went correctly, then we can continue to how to add the Save system.
**
I didn't write the code for the save system or something, I just found it:

Anyways. You are gonna go to your HTML file and rename it. Keep pressing on the file so the rename option appears.
The file is gonna be like The Shadow Society.html change it to The Shadow Society.txt.
Open the file now, and use zarchiver text to view it. It's gonna take some time to load all the text.
Or you can download an HTML editor but I don't recommend it.... My phone couldn't really handle it.
When the loading is done, go to the very bottom of the file. You will see the last 4 lines like:
</div>
</dialog>
</body>
</html>
Now before the </body> tag paste this code:
(I will send the code right after this. This message is already too long:v or should I put the code in a text file and y'all download it and copy it from there?)
Then finally rename it back to The Shadow Society.html and enjoy the save system.
Thank you! If you need anything, even a glub glub, just call me cause you absolutely deserve it. By the way, I will test this later (I don't have time rn).
 
Here is the Save system code:

NOTE: after you download this file, go in. You will see the long codes but focus only on the second line. It will be like:
<script>
window.storeName = "THE GAME NAME YOU";
Write the game name between the "" and that's it....
After trying your method, I noticed that not only did you explain the tutorial part, but now the DeiArcana mods are working again. They had stopped working for me for the last few years, but now I can finally play some old games that I couldn't play before, such as the Community College Hero series. So thanks again for this tutorial.
 
Not working in chrome mobile, first choice in the opening just end up error/crash
WORKS WORKS. I think... I figured it out... I think...
There is the apk file in there and the HTML. I forgot to put an icon for the Apk file but if you don't want the Apk file then you can download the HTML. Also, ignore the first page of buying the game. Tell me if something goes wrong again.
 
WORKS WORKS. I think... I figured it out... I think...
There is the apk file in there and the HTML. I forgot to put an icon for the Apk file but if you don't want the Apk file then you can download the HTML. Also, ignore the first page of buying the game. Tell me if something goes wrong again.
It's working, but only the free/demo 3 chapter, not full game
 
It's working, but only the free/demo 3 chapter, not full game
Fixed. I really thought that I didn't need to check the purchase codes because the game is already modded. I just added the save system. But yeah, here is it:
Let me know if it is working. And thanks for your patience man🙏🏻😭
 
Back
Top