Unity Inner Self Development Program [v0.8.2] [Carnile]

3.00 star(s) 41 Votes

Hiyaimryan

Newbie
Jul 19, 2020
26
20
Hi, what's going on?
Downloaded 0.8.2 and loaded my save, says that I've completed all content for 0.8.1

Wrong version uploaded, or have you not actually updated the file yet?
 

Masquerader

Member
Feb 4, 2022
143
93
Could you share the change log please? Usually he has it on the post, but for the rest of us we don't have access to anything beyond the first sentence and a half or so.
 

mdog9000

Newbie
Jan 24, 2018
78
76
Patch 0.8.3 is now available! In this update, I focused on combining key scenes, adding new gameplay features, reworking scripts for improved performance, and fixing bugs. Below are the detailed changes:

Scene Combination:

  • Consolidated apartment-related Unity Scenes into the Apartment Scene and outside-related Scenes into the Outside Scene.
  • Created ApartmentScenarioManager and OutsideScenarioManager scripts to manage these scenarios.
  • With the consolidation of these scenes, changes of region throughout the game do not load scenes unnecessarily, eliminating stuttering when changing areas.
Script Reworks:

  • Showcase Manager:
    • Replaced the old Showcase script with the new ShowcaseManager script.
    • Implemented instant hover effects directly in the script.
  • Questionnaire and System Menu:
    • Removed Unity animations to improve performance.
    • Rewrote scripts to implement instant hover effects.
    • Reorganized GameObjects for better hierarchy management.
  • UIManager:
    • Created a new UIManager script.
    • Integrated energy management functionality:
      • Defined activities that affect energy through a public enum.
      • Linked activities to energy changes and updated the energy display with delay functionality.
  • Items Management:
    • Created an ItemsMainManager script to handle item management across the game.
    • Reworked the ClosetManager to manage items in Alex’s closet.
    • Modified LoaderManager to manage loading screens and scene transitions more efficiently.
  • Dialog System:
    • Modified the DialogueManager script to hide the interface using the new UIManager .
Soundtracks and Effects:

  • Updated the Apartment soundtrack to ambient sound.
  • Added ambient sound in Karina's Office.
  • Added ambient sound to the Laptop.
  • Added new soundtracks and sound effects to the following scenes:
    • Alex in Karina's Office.
    • Alex meets Karina for the first time.
New Features:

  • Animated Loading Screen:
    • Introduced a new animated loading screen for smoother transitions between scenes.
  • Gym Clothes in Closet:
    • Gym clothes are now available in Alex’s closet, allowing for better customization.
  • New Dialog:
    • Added a new line from Alex when attempting to remove the Chastity Cage.
Bug Fixes:

  • Fixed an issue where gym clothes were appearing one on top of the other.
Optimizations:

  • UI Optimizations:
    • Decreased the time for the Main Menu entrance animation.
    • Replaced the Gaussian effect on the showcase viewer with a screen dimmer.
  • Laptop Tasks:
    • Blocked the conditionings from triggering for the second time.
    • Blocked the hypnos from triggering for the second time.
Artwork Ready:

  • Alex doing the deadlift exercise at the gym.
Artwork and Animation I’ll Be Working:

  • Animating Alex doing deadlifts.
  • Alex doing the hack squat exercise at the gym.


Patch 0.8.4 is now available! In the previous patch, I worked extensively on the game's systems to improve performance. In this patch, I’m excited to bring you the completed animation of the Deadlift exercise! More details below:

New Animation:

I’ve completely redone the Deadlift animation. Previously, the animation was created using the rotoscoping technique, but now I’ve drawn and animated Alex himself performing the exercise.

The animation includes 11 keyframes where I modified Alex’s clothes, hair, and anatomy. Additionally, I reworked the barbell and weights to enhance the overall appearance of the exercise.

The animation adapts to the three difficulty levels of the exercise. When the weight is light, Alex performs the Deadlift effortlessly, but as the weight increases, his movements become more strained, reflecting the challenge. Additionally, as Alex cycles through the exercise, he gradually becomes sweatier.

Artwork Ready:

  • Alex doing the hack squat exercise at the gym.
Artwork and Animation I’ll Be Working:

  • Animating Alex performing hack squats.
  • Alex doing the captain’s chair exercise.


Patch 0.8.5 is now available! In the previous patch, I worked on the Deadlift exercise animation. In this patch, I’m excited to bring you the Hacksquat animation. More details are below:

New Animation:

I’ve completely redone the Hacksquat animation. Previously, it was created using the rotoscoping technique. However, I’ve now drawn and animated Alex himself performing the exercise.

The new animation includes 12 keyframes, where I’ve modified Alex’s clothes, hair, and anatomy. Additionally, I reworked the machine and weights to enhance the overall appearance of the exercise.

The animation dynamically adapts to the three difficulty levels of the exercise. When the weight is light, Alex performs the Hack Squat effortlessly. As the weight increases, his movements become more strained, reflecting the challenge. Additionally, as Alex cycles through the exercise, he gradually becomes sweatier.

Artwork and Animation I’ll Be Working:

  • Alex performing the captain’s chair exercise
 

Hiyaimryan

Newbie
Jul 19, 2020
26
20
Patch 0.8.3 is now available! In this update, I focused on combining key scenes, adding new gameplay features, reworking scripts for improved performance, and fixing bugs. Below are the detailed changes:

Scene Combination:

  • Consolidated apartment-related Unity Scenes into the Apartment Scene and outside-related Scenes into the Outside Scene.
  • Created ApartmentScenarioManager and OutsideScenarioManager scripts to manage these scenarios.
  • With the consolidation of these scenes, changes of region throughout the game do not load scenes unnecessarily, eliminating stuttering when changing areas.
Script Reworks:

  • Showcase Manager:
    • Replaced the old Showcase script with the new ShowcaseManager script.
    • Implemented instant hover effects directly in the script.
  • Questionnaire and System Menu:
    • Removed Unity animations to improve performance.
    • Rewrote scripts to implement instant hover effects.
    • Reorganized GameObjects for better hierarchy management.
  • UIManager:
    • Created a new UIManager script.
    • Integrated energy management functionality:
      • Defined activities that affect energy through a public enum.
      • Linked activities to energy changes and updated the energy display with delay functionality.
  • Items Management:
    • Created an ItemsMainManager script to handle item management across the game.
    • Reworked the ClosetManager to manage items in Alex’s closet.
    • Modified LoaderManager to manage loading screens and scene transitions more efficiently.
  • Dialog System:
    • Modified the DialogueManager script to hide the interface using the new UIManager .
Soundtracks and Effects:

  • Updated the Apartment soundtrack to ambient sound.
  • Added ambient sound in Karina's Office.
  • Added ambient sound to the Laptop.
  • Added new soundtracks and sound effects to the following scenes:
    • Alex in Karina's Office.
    • Alex meets Karina for the first time.
New Features:

  • Animated Loading Screen:
    • Introduced a new animated loading screen for smoother transitions between scenes.
  • Gym Clothes in Closet:
    • Gym clothes are now available in Alex’s closet, allowing for better customization.
  • New Dialog:
    • Added a new line from Alex when attempting to remove the Chastity Cage.
Bug Fixes:

  • Fixed an issue where gym clothes were appearing one on top of the other.
Optimizations:

  • UI Optimizations:
    • Decreased the time for the Main Menu entrance animation.
    • Replaced the Gaussian effect on the showcase viewer with a screen dimmer.
  • Laptop Tasks:
    • Blocked the conditionings from triggering for the second time.
    • Blocked the hypnos from triggering for the second time.
Artwork Ready:

  • Alex doing the deadlift exercise at the gym.
Artwork and Animation I’ll Be Working:

  • Animating Alex doing deadlifts.
  • Alex doing the hack squat exercise at the gym.


Patch 0.8.4 is now available! In the previous patch, I worked extensively on the game's systems to improve performance. In this patch, I’m excited to bring you the completed animation of the Deadlift exercise! More details below:

New Animation:

I’ve completely redone the Deadlift animation. Previously, the animation was created using the rotoscoping technique, but now I’ve drawn and animated Alex himself performing the exercise.

The animation includes 11 keyframes where I modified Alex’s clothes, hair, and anatomy. Additionally, I reworked the barbell and weights to enhance the overall appearance of the exercise.

The animation adapts to the three difficulty levels of the exercise. When the weight is light, Alex performs the Deadlift effortlessly, but as the weight increases, his movements become more strained, reflecting the challenge. Additionally, as Alex cycles through the exercise, he gradually becomes sweatier.

Artwork Ready:

  • Alex doing the hack squat exercise at the gym.
Artwork and Animation I’ll Be Working:

  • Animating Alex performing hack squats.
  • Alex doing the captain’s chair exercise.


Patch 0.8.5 is now available! In the previous patch, I worked on the Deadlift exercise animation. In this patch, I’m excited to bring you the Hacksquat animation. More details are below:

New Animation:

I’ve completely redone the Hacksquat animation. Previously, it was created using the rotoscoping technique. However, I’ve now drawn and animated Alex himself performing the exercise.

The new animation includes 12 keyframes, where I’ve modified Alex’s clothes, hair, and anatomy. Additionally, I reworked the machine and weights to enhance the overall appearance of the exercise.

The animation dynamically adapts to the three difficulty levels of the exercise. When the weight is light, Alex performs the Hack Squat effortlessly. As the weight increases, his movements become more strained, reflecting the challenge. Additionally, as Alex cycles through the exercise, he gradually becomes sweatier.

Artwork and Animation I’ll Be Working:

  • Alex performing the captain’s chair exercise
The version hosted in the files section haven't been updated since October. To get any new updates are we supposed to sub to your patreon as you haven't actually shared any updates since Oct and the content ends at the exact same place - conversation with teacher where you have the NTR On/Off option.
 

Masquerader

Member
Feb 4, 2022
143
93
The version hosted in the files section haven't been updated since October. To get any new updates are we supposed to sub to your patreon as you haven't actually shared any updates since Oct and the content ends at the exact same place - conversation with teacher where you have the NTR On/Off option.
mdog9000 isn't Carnile nor on the team(it's just a single person), any and all versions we've had access to have been either public or leaked from Patreon. They are simply subbed to Carnile's Patreon, though Carnile is/was aware of this thread, I think they won't willingly share any versions to the site.

Though, I will ask mdog9000, Captain? That is new, because we've never heard of a Captain before. Unless it's a character that simply has had their name left out we've met before. Nor have we had a chair exercise, those are both new.
 

SissyIrena

Newbie
Jun 27, 2021
59
69
Though, I will ask mdog9000, Captain? That is new, because we've never heard of a Captain before. Unless it's a character that simply has had their name left out we've met before. Nor have we had a chair exercise, those are both new.
The "captain’s chair" is the name of the third exercise. There is no new character with the name Captain.
 
  • Like
Reactions: Masquerader

Masquerader

Member
Feb 4, 2022
143
93
Ah, haven't heard of that exercise before IRL so I was confused by the wording. Thought, as my message implied, it was an exercise ordered by some person since we already have an unnamed and no-face character, a character without a face but a name who realistically might also act as a gym coach, and just... I guess I was hoping for more content besides a literal physical exercise.
 

mdog9000

Newbie
Jan 24, 2018
78
76
The version hosted in the files section haven't been updated since October. To get any new updates are we supposed to sub to your patreon as you haven't actually shared any updates since Oct and the content ends at the exact same place - conversation with teacher where you have the NTR On/Off option.
I'm only a person who paid for the new versions and and was asked to share the changelogs as people who didn't wanted to know what was in those changes as I was pointing out in at least 0.8.4 and 0.8.5 you can't save the game
 
  • Like
Reactions: ervinkann

Masquerader

Member
Feb 4, 2022
143
93
Just wondering, I know he mentioned it, but has he actually implemented the first change in the body? It should be the ass via exercise can increase in size... but I'm not entirely sure which update it was supposedly added. Though, with the focus on exericses, that might've gotten delayed/focus changed. It might already be in a version released and I don't remember, but I seriously can't remember.

I'm just wondering because... well it'll be nice to just know the change has been added or not. Plus, if it hasn't then at least it'll be a sign of when the changes might finally be switching away from the current exercise focus. Plus, I want to not feel like I'm completely delusional with it.
 
  • Like
Reactions: ervinkann

mdog9000

Newbie
Jan 24, 2018
78
76
Just wondering, I know he mentioned it, but has he actually implemented the first change in the body? It should be the ass via exercise can increase in size... but I'm not entirely sure which update it was supposedly added. Though, with the focus on exericses, that might've gotten delayed/focus changed. It might already be in a version released and I don't remember, but I seriously can't remember.

I'm just wondering because... well it'll be nice to just know the change has been added or not. Plus, if it hasn't then at least it'll be a sign of when the changes might finally be switching away from the current exercise focus. Plus, I want to not feel like I'm completely delusional with it.
I've not been able to find any mention so idk
 

Masquerader

Member
Feb 4, 2022
143
93
Huh, can't find any mention either so either he delayed and removed mentions of it, or was a literal dream I had of it since I can visibly remember it on his Patreon being mentioned at one point.

Also, noticing a lot of comments but no hearts on latest version. Is it people complaining about the save problem? If so has he responded? Asking because when I was his Patron(don't have money atm to spare), he would sometimes answer but not always.

Also also, just because I want to show some appreciation. I am glad that even though the new content isn't 'new' per-se, I am glad to see that the content is, at least, higher quality and justifiable to some degree. Single handedly animating the entirety of those three exercises, along with detail to them, is not something I expect from even high-quality games because working out tends to be ignored.

I DO hope the update after 0.8.6. is NOT a workout, or if it is one, then at least 0.8.6. is a save problem fix. Otherwise, am gonna get annoyed.
 
Last edited:
  • Like
Reactions: mdog9000
3.00 star(s) 41 Votes