Sure.
First of all you need to download these:
1- Zarchiver.
The easy 7zip app!
play.google.com
2- ChoiceScript mobile Editor. It is at the bottom.
This is a custom Android ChoiceScript editor. Write, code, run and compile your games into .html files directly on your phone. - UnbearableBastard/ChoiceScript-Mobile-App
github.com
**
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:
A small addon script for ChoiceScript to allow control over persistent (hard) saves. - ChoicescriptIDE/ChoiceScriptSavePlugin
github.com
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.