What's new
Choice of Mods

Join our amazing community to find Choicescript games and modifications to improve your gameplay!

Study in Steampunk

daniellwtf

Active member
Member
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🙏🏻😭
Just curious, do you know the PC equivalent of the 'ChoiceScript Mobile Editor'? Never mind, I found it. But now that we are here, could you upload/share the code for the 'full game/purchase codes'?
 
Last edited:

Bo Lo Spizard

Member
Member
Just curious, do you know the PC equivalent of the 'ChoiceScript Mobile Editor'? Never mind, I found it. But now that we are here, could you upload/share the code for the 'full game/purchase codes'?
Yo, sorry. I didn't see this:v
The purchase codes are in mygame.js file in mygame folder. There will be something like
Purchases{
"Chapter 1" : "adfree"
}
Something like that. Delete all the content inside the {}.
Also at the end of the file you will find this:
if (nav.loadProducts) nav.loadProducts([], purchases);
Delete this too.
There are also some codes you should delete in the index.html in mygame folder too. You should search for something like:
window.storeName = "game name";
window.stripeKey = "pk_live_GqEqh7tXctOwj8MrtyBLFGMg";
window.appPurchase = "adfree";
window.steamClobber = new Date().getTime() < new Date("Apr 15, 2016");
window.releaseDate = new Date(Date.parse("Apr 23, 2016 09:30 PDT"));
window.steamRestore = true;
Delete all of them except the first one(window.storeName = "game name")
 
Last edited:
Top