Arnoldjamcam

New Member
May 24, 2023
8
3
We just released 2 weeks ago a full path extension with 3 new characters for the hs path
I think what he wants is a new bit of scenery like a new area with new characters Not just new character in the same areas we have already been too. Maybe like a museam or a theme park. Hell maybe even a new town.
 
  • Like
Reactions: Nikhil241ab

Vln_

Well-Known Member
Game Developer
Dec 28, 2018
1,092
1,329
I think what he wants is a new bit of scenery like a new area with new characters Not just new character in the same areas we have already been too. Maybe like a museam or a theme park. Hell maybe even a new town.
We have a few plans regarding that.

Vln_, good morning.

Even though I've personally heavily modded the game there's a couple of things right off the bat (even in v1.38) that should be looked at and potentially addressed. BTW, I haven't checked the old bugs I mentioned to you before (although I do know the "Prepare for the competition" continues to pop even after winning it) but here's one recommendation and two possible bugs (one image transparency related and one image scaling related).
  1. Recommendation to add "Education" and "Moral" to Sasha's walkthrough card (example of how I did it below including code). I made a quick modification that does this only once the High School quest starts to keep the screen as clean as possible (and since the information is not ever needed by the Player before then).
  2. I don't recall this being an issue before so I might be wrong but regardless the "phone's" vertical scroll bar is correctly transparent on its "Home" screen but on any other subscreen it seems the transparency should be increased so the "Home" background image isn't leaked through as blatantly. This is a very minor issue but for some reason I just now noticed it... and it could be easily tweaked to add more polish to the UI imho.
  3. There's an LI icon image scaling issue in regards to the "Mansion" location on the Map. The icons are scaled much smaller than the icons at any other location. Again, I don't recall if this was an issue in previous versions (example below for reference). This maybe an issue with the Loft as well, I don't recall at the moment tbh.
  4. Continuity issue: Once the Player buys the Loft or the Mansion, poor Kori is left all alone to defend for herself at the original Home in the Suburbs. It seems prudent to move her "room" to either location that the Player has purchased, doesn't it? This can easily be done with a few conditionals in the script and usage of the same "Kori's Bedroom" image file assets that are currently in use for Home location. I was actually going to do this myself but since I don't know the storyboarding for future updates I didn't want to waste my time on something that might bork things later. Still, her isolation there seems rather odd (in a story continuity aspect).
  5. Bonus recommendation at the bottom of post... for shits and giggles.
Reference for #1 & #2 above:
View attachment 3491836
The code I used to add these additional stats (again, I only have them appear once the High School quest has initiated):
You don't have permission to view the spoiler content. Log in or register now.
Reference for #3 above:
View attachment 3491847

Bonus:
As previously mentioned I've heavily modded much of the game for my personal use. But another "feature" one might consider is popping a High School corruption stat on screen for the Player to be able to track and reference. I've done this to pop ONLY after the Player has been awarded the teaching job, otherwise it does not appear (to keep the UI as clean as possible):
View attachment 3491861
This can be easily done by adding the following at the appropriate script location (I chose to place it under the Faction stat personally):
You don't have permission to view the spoiler content. Log in or register now.
I'm going to review this carefully with the rest of the team. Just so you know we have already added most of the stuff you've reported to our todo list for next update. Thank you for your help which is greatly appreciated.
 

adolfhipster

Newbie
Sep 7, 2017
85
68
Here is a nifty way to unlock everything in the gallery for everyone in the list

1. Start the game normally
2. Press F12
3. Go to the console tab
4. Paste the snippet below and press enter


Code:
Object.keys(window.SugarCube.State.variables).forEach(key =>
{
    const hasGalleryObject = Object.prototype.hasOwnProperty.call(window.SugarCube.State.variables[key], "gallery");
    if (!hasGalleryObject) return;
    const array = window.SugarCube.State.variables[key]["gallery"];
    const isValidArray = array && array.length > 0;
    if (!array || !isValidArray) return;
    window.SugarCube.State.variables[key]["gallery"].forEach((itm, idx, _) => { window.SugarCube.State.variables[key]["gallery"][idx] = 1; });
})
Now everything is unlocked in the gallery, maybe go the save the game now to make sure it persists if you restart.
 

fuckerSENPAI

New Member
May 8, 2022
3
0
...sigh

SanchoMod AutoCheat v1.37

Hitorigoto is just confusing you with a post full of nonsense, and answers your original question in a very cryptic manner (she's basically fucking with you, even going so far as to blur out the actual entry you are seeking to place in the console... she's being silly).

For some reason I feel for you though so here, I've made it very very simple.
  • Look inside the VN's directory and make a backup of "index.html" (do this, don't skip this step, it's good practice).
  • Download the attached zip and place it's contents inside the VN's directory overwriting the original.
Now, when you go to the cheat screen, do NOT enter any text (leave the text box as it is) and simply press "Activate cheats" (see pic to insure you understand this sentence).
You're welcome.

P.S. ... and Hitorigoto: :p

Edit: "he" to "she".
Edit 2: Removed file temporarily until clarification regarding this post I just saw while perusing the thread.
hey man did you reupload the mod or is that gone forever
 

Sancho1969

Devoted Member
Modder
Donor
Jan 19, 2020
11,927
44,817
hey man did you reupload the mod or is that gone forever
I've not received any clarification from the dev. I've expanded the "mod" since then to include more stats (that I felt were needed), etc. But I don't want to release something public that would ultimately have the dev team pull content altogether. That's the threat the dev made... I don't need that on my shoulders as a burden to carry. I have offered several bug reports and fixes so I would think the dev would take me as a serious coder and not some wannabe hacker. Dunno bud.
 

Vln_

Well-Known Member
Game Developer
Dec 28, 2018
1,092
1,329
I've not received any clarification from the dev. I've expanded the "mod" since then to include more stats (that I felt were needed), etc. But I don't want to release something public that would ultimately have the dev team pull content altogether. That's the threat the dev made... I don't need that on my shoulders as a burden to carry. I have offered several bug reports and fixes so I would think the dev would take me as a serious coder and not some wannabe hacker. Dunno bud.
We have taken notes of all the changes you suggested and we are going to implement most of them. We are just dealing with the Patreon page getting removed issue at the moment, so it may not be in next update but the one after.
 

Gakko_dev

Vice President
Donor
Game Developer
Jul 17, 2019
1,271
1,789
We have taken notes of all the changes you suggested and we are going to implement most of them. We are just dealing with the Patreon page getting removed issue at the moment, so it may not be in next update but the one after.
My deepest condolence... Mine was also removed due to real porn content two months ago.
 

Vln_

Well-Known Member
Game Developer
Dec 28, 2018
1,092
1,329
My deepest condolence... Mine was also removed due to real porn content two months ago.
Hey, weirdly they came at us for our "slave content" and they didn't care at all about the real porn. Also they mentionned bestiality (which we don't have in the game at all???).
 
  • Sad
Reactions: Brovalon

SonsOfLiberty

Board Buff
Game Compressor
Sep 3, 2022
17,241
138,443
Become Someone [v1.39] [Volen]

COMPRESSED:
- -

UPDATE ONLY from v1.38 to v1.39

COMPRESSED:
- -
 
Last edited:

TFurguson69

Active Member
Sep 9, 2019
843
914
volen Are you going to another platform? Subscribestar is pretty dubious here in the State. Lots of bad groups on Subscribestar
 

Thristran

Newbie
Oct 13, 2022
24
22
Hey, weirdly they came at us for our "slave content" and they didn't care at all about the real porn. Also they mentioned bestiality (which we don't have in the game at all???).
Probably a computer hit for the "Collar and Leash" that we can give the girls

Also, Thanks for Giving us Lee. I've been wanting her for a while since she'd round out my collection of teachers
 
3.70 star(s) 39 Votes