Home Artists Posts Import Register

Downloads

Content

Note 1: Sorry for the long delay on this build. There have been various delay issues, but I'm trying my best to get back on top of everything. Thank you all for your patience and support.

---

Hey everyone, and welcome to a new Patreon build. This current build is currently at 2,134,401 words, and 2817 passages, so about 30k new words since the last build. This one has been a tough build that I've really struggled with putting together, and I'm still not 100% happy with it. It does, however, get the school content a lot closer to being in a base complete state.

The main content is; School Framework Changes, School Scenes, School Classes.

1/ School Framework Changes - The breaktime and lunch scenes have been changed to allow for hanging out with various friendship groups. After the previous build I realised that I hadn't left room for players to actively choose to interact more with specific characters, so I made some big changes to allow for them.

2/ School Scenes - The school now has scenes for the first half of lunch, and for after school. Lunch also allows the players to select what meal (if any) they'll eat, complete with meal artwork by ThatGuy who has previously drawn for me other food and drink artwork.

3/ School Classes - All 22 of the school classes are now filled out with three sections, which are; class start, teacher interactions, and a basic version of the class scene (which in the future will have alternate encounters also available). The teacher interactions are probably the most important part, with various teachers reacting differently which I'll outline below.

Miss Kimberly - Doesn't particularly want to give detention, low chance of being given detention by her for uniform violations, will give them less for uniform violations if she likes you, likes players who wear cheerleader uniforms and sexy/bimbo uniforms, likes players slightly for wearing normal uniforms, and dislikes when she has to give detention.

Miss Sadie - Wants to give detention, very high chance of being given detention by her for uniform violations, will give them slightly less for uniform violations if she likes you, likes players who wear normal uniforms, likes them slightly more for cheerleader uniforms and sexy/bimbo uniforms, and dislikes when she has to give detention.

Mr Gavin - Doesn't care too much about giving detention, medium chance of being given detention by him for uniform violations, will give them significantly less for uniform violations if he likes you, really likes players who wear cheerleader uniforms and sexy/bimbo uniforms, likes players slightly for wearing normal uniforms, and dislikes when he has to give detention.

Coach Carson - Will give detention if he thinks it's warranted, does not give detention ever for uniform violations, likes players who wear a cheerleader uniform, doesn't care about if players wear other outfits (positive or negative), likes players who attend gym class.

Miss Togashi Hina - Will give detention for any breach of the rules, always gives detention for uniform violations, will like the player for wearing a normal uniform, will like the player slightly for attending in a cheerleader uniform or a sexy/bimbo uniform, dislikes when she has to give detention.

Other additions included; On top of the main content, I've worked through a few bug fixes.

In other news, the winner of last month's poll was for a new scene/image of Miss Togashi Hina's detention punishment. Two other options scored well too (the glory-hole with Bridget & Celeste fingering herself), so I'll keep those in mind for future polls. Fingers crossed a new monthly poll should be out soon.

Change Log:

- 22 classes have been written to be fully functional and have; class start, teacher interactions, and a base scene for what happens in the class.

- Teacher interactions for each of the teachers when running a class (such as giving detention, increasing/decreasing relationship based on what clothes the player is wearing, etc.)

- Each class has a base version of what happens in class (for when no other event occurs), many of these have randomised elements.

- Lunch start scene in the school.

- Lunch mid scene in the school.

- Lunch food options in the school have been added.

- Lunch food code in the school has been added.

- Lunch base random scene.

- After school scene.

- Break time scene refactored to allow hanging out with various social groups.

- Lunch time scene refactored to allow hanging out with various social groups.

- Copyright year update (Thank you Winterwolf)

- Ashley sex vaginal exp for herms (Thank you firebird2083)

- Mr Gavin's class fix (Thank you Kaelandros)

- Gym class fix (Thank you Kaelandros)

- 9 new images by ThatGuy

- Togoshi Hina's name has been changed to Togashi Hina (as was originally intended)

- A few minor bug fixes.

Hope you have fun :)

Comments

Anonymous

Is it possible to download for mobile

jpmaggers (edited)

Comment edits

2023-04-22 03:48:41 Hi Antoine ^_^ I don't have much experience with these kinds of things, but have had a few people in the past comment about ways to get the game to play on phone. I'll copy the messages from my Discord pins below. Hopefully one of them will help you :) --- Running The Repurposing Center (TRC) locally on an iPad This runs a local webserver to host TRC via iSH, python3, http.server and Location Services. * iSH is emulated Alpine Linux * python3 hosts the files via the http.server module * Location Services is to keep the webserver running in the background Setup Download iSH from the App Store Download the TRC zip (see link below) Use Files to unzip it into a folder. Go to Files and tap the Ellipse button at the top right of the Sidebar, and Edit Sidebar. Add iSH to the list of locations. Move the TRC folder in Files into the root of iSH. Open iSH and install python3 My-iPad:~# apk add python3 Running the game Open iSH. This command keeps iSH running in the background. It asks for the device location and then discards it. My-iPad:~# cat /dev/location > /dev/null & Use python to host a webserver My-iPad:~# python3 -m http.server Open a web browser and go to 127.0.0.1:8000 Tap the TRC folder, then the TRC html file in the folder. TRC will run as long as iSH is running. When you want to play again, reopen iSH and use the up/down arrows (if you don't have an external keyboard, long press spacebar on the software keyboard and move your finger up/down) to scroll through the command history to reenter the commands, so you don't need to type them multiple times. You should frequently Save a local copy of your game to Files, as iOS likes to delete browser data every so often. Resources: tapatalk.com/groups/foxtalestimes/the-repurposing-center-public-0-5-8-a-skills-rewor-t852.html github.com/ish-app/ish/issues/249 beebom.com/run-simple-web-server-iphone Notes: Keeping an app running in the background is very difficult on iOS. Reading the /dev/location file over and over gives iSH CPU time, which then keeps the webserver running in the background too. --- here is the link to the mobile app joiplay it will allow you to play any html game and you'll need to also download the plugins if you want to be able to play renpy or rpg maker games with it play.google.com/store/apps/details?id=cyou.joiplay.joiplay --- Fingers crossed one of those two should do it ^_^
2023-04-18 09:33:26 Hi Antoine ^_^ I don't have much experience with these kinds of things, but have had a few people in the past comment about ways to get the game to play on phone. I'll copy the messages from my Discord pins below. Hopefully one of them will help you :) --- Running The Repurposing Center (TRC) locally on an iPad This runs a local webserver to host TRC via iSH, python3, http.server and Location Services. * iSH is emulated Alpine Linux * python3 hosts the files via the http.server module * Location Services is to keep the webserver running in the background Setup Download iSH from the App Store Download the TRC zip (see link below) Use Files to unzip it into a folder. Go to Files and tap the Ellipse button at the top right of the Sidebar, and Edit Sidebar. Add iSH to the list of locations. Move the TRC folder in Files into the root of iSH. Open iSH and install python3 My-iPad:~# apk add python3 Running the game Open iSH. This command keeps iSH running in the background. It asks for the device location and then discards it. My-iPad:~# cat /dev/location > /dev/null & Use python to host a webserver My-iPad:~# python3 -m http.server Open a web browser and go to 127.0.0.1:8000 Tap the TRC folder, then the TRC html file in the folder. TRC will run as long as iSH is running. When you want to play again, reopen iSH and use the up/down arrows (if you don't have an external keyboard, long press spacebar on the software keyboard and move your finger up/down) to scroll through the command history to reenter the commands, so you don't need to type them multiple times. You should frequently Save a local copy of your game to Files, as iOS likes to delete browser data every so often. Resources: tapatalk.com/groups/foxtalestimes/the-repurposing-center-public-0-5-8-a-skills-rewor-t852.html github.com/ish-app/ish/issues/249 beebom.com/run-simple-web-server-iphone Notes: Keeping an app running in the background is very difficult on iOS. Reading the /dev/location file over and over gives iSH CPU time, which then keeps the webserver running in the background too. --- here is the link to the mobile app joiplay it will allow you to play any html game and you'll need to also download the plugins if you want to be able to play renpy or rpg maker games with it play.google.com/store/apps/details?id=cyou.joiplay.joiplay --- Fingers crossed one of those two should do it ^_^

Hi Antoine ^_^ I don't have much experience with these kinds of things, but have had a few people in the past comment about ways to get the game to play on phone. I'll copy the messages from my Discord pins below. Hopefully one of them will help you :) --- Running The Repurposing Center (TRC) locally on an iPad This runs a local webserver to host TRC via iSH, python3, http.server and Location Services. * iSH is emulated Alpine Linux * python3 hosts the files via the http.server module * Location Services is to keep the webserver running in the background Setup Download iSH from the App Store Download the TRC zip (see link below) Use Files to unzip it into a folder. Go to Files and tap the Ellipse button at the top right of the Sidebar, and Edit Sidebar. Add iSH to the list of locations. Move the TRC folder in Files into the root of iSH. Open iSH and install python3 My-iPad:~# apk add python3 Running the game Open iSH. This command keeps iSH running in the background. It asks for the device location and then discards it. My-iPad:~# cat /dev/location > /dev/null & Use python to host a webserver My-iPad:~# python3 -m http.server Open a web browser and go to 127.0.0.1:8000 Tap the TRC folder, then the TRC html file in the folder. TRC will run as long as iSH is running. When you want to play again, reopen iSH and use the up/down arrows (if you don't have an external keyboard, long press spacebar on the software keyboard and move your finger up/down) to scroll through the command history to reenter the commands, so you don't need to type them multiple times. You should frequently Save a local copy of your game to Files, as iOS likes to delete browser data every so often. Resources: tapatalk.com/groups/foxtalestimes/the-repurposing-center-public-0-5-8-a-skills-rewor-t852.html github.com/ish-app/ish/issues/249 beebom.com/run-simple-web-server-iphone Notes: Keeping an app running in the background is very difficult on iOS. Reading the /dev/location file over and over gives iSH CPU time, which then keeps the webserver running in the background too. --- here is the link to the mobile app joiplay it will allow you to play any html game and you'll need to also download the plugins if you want to be able to play renpy or rpg maker games with it play.google.com/store/apps/details?id=cyou.joiplay.joiplay --- Fingers crossed one of those two should do it ^_^