News:

Please request registration email again and then check your "Spam" folder

Former www.henthighschool.com

[Mod][1.10.6] Bathroom Expansion 1.2.3

Started by neme, Sep 03, 2022, 06:44 AM

Previous topic - Next topic

IEI Esports X

#15
Alright thank you so much for solving the enigma but where can i find the latest release? The Official release thread ServicePack5 Mega Link doesnt seems to work and I dont see more page on the thread if you could help me with these that will be really appreciated, EDIT: I found the latest build it took some time but Thx regardless

nemeTopic starter

Quote from: nuetron on Sep 13, 2022, 04:55 PMIt not only errors at parker's event.  It also errors exactly at 18:00 when a PTA event is scheduled, also when the swim club weekly tournament happens as well.
[/quote

hmm I don't know man it got to be an issue with the save file because in my save I also have swim club tournaments and I don't get the error same with PTA events and so far at least I haven't seen anyone else having it

the issue itself is coming from the pass time operation which this mod doesn't affect and is also used by like 99% of the events in the game so I'm sorry but I can't really help you :(

barteke22

#17
Did you manually edit the club.xml?  The exception mentioned adjusting club stats, so I checked your xml in the File Editor and its stat fields are empty values.  Xml is case sensitive, and your stat changes are all lower cased - which converts them into null values in the list.

You want to uppercase everything inside the <StatChange> tags, can probably copy the below.
Spoiler
<?xml version="1.0" encoding="utf-8"?>
<Clubs>
    <Name>Scat Club Chain</Name>
    <ClubLevels>
        <ClubLevel>
            <Name>Scat Club</Name>
            <EditorName>Scat Club</EditorName>
            <ForGender>
                <string>Female</string>
                <string>Futanari</string>
            </ForGender>
            <ImportantStat>Lust</ImportantStat>
            <CorruptionLevel>3</CorruptionLevel>
            <WeeklyAccount>-100</WeeklyAccount>
            <ImagePath>Images\EventPictures\Club\ScatClub\ClubImage.jpg</ImagePath>
            <ClubRoom>Bathroom Female</ClubRoom>
            <StartTime>
                <Hour>16</Hour>
                <Minute>0</Minute>
            </StartTime>
            <EndTime>
                <Hour>18</Hour>
                <Minute>0</Minute>
            </EndTime>
            <ClubEventDirectories />
            <ClubEventIDs />
            <StatChanges>
                <StatChange>
                    <Stat>Lust</Stat>
                    <Change>0.05</Change>
                    <Maximum>75</Maximum>
                </StatChange>
                <StatChange>
                    <Stat>Inhibition</Stat>
                    <Change>0.05</Change>
                    <Minimum>40</Minimum>
                </StatChange>
                <StatChange>
                    <Stat>Corruption</Stat>
                    <Change>0.05</Change>
                    <Maximum>75</Maximum>
                </StatChange>
            </StatChanges>   
        </ClubLevel>
    </ClubLevels>
</Clubs>
[close]

For existing saves it should be possible to reload the xml and pick New for StatChanges fields, but it'll probably auto-resolve those if they don't appear on the list.

nuetron

I applied barteke22's xml and the errors went away.  Thanks!

nemeTopic starter

Excellent news thanks Barteke! will say I'm not sure why the stats were in the lowercase i checked my own XML and they were capitalized :/

explains why it wasn't replicating for me though lmao

nemeTopic starter

Hello just an update here I have a big update coming for this mod

it contains as of now 22 new events and lots of older events redone and more content added to them likely this update be available in a weekish still not finished and i will need to do some testings in game make sure things don't completely break lol 

SAPO3000

#21
That's really good news honestly, I love this mod especially the casual scat scenes like the corridor one where the students just do it as if nothing and you can even praise them. Would be nice to have some of those scat scenes with Annette at home and with students during class.

picobyte

Maybe there could be more bathroom masturbation / sex-toilet scenes - or toilet detention - after severe school corruption. I know it's a lot of work to make, just some ideas.

nemeTopic starter

Quote from: SAPO3000 on Sep 27, 2022, 10:34 AMThat's really good news honestly, I love this mod especially the casual scat scenes like the corridor one where the students just do it as if nothing and you can even praise them. Would be nice to have some of those scat scenes with Annette at home and with students during class.

Well great news on the during glass bit hahaha i do have plans for annette similar to how the pee stuff works for her

nemeTopic starter

Quote from: picobyte on Sep 28, 2022, 05:57 PMMaybe there could be more bathroom masturbation / sex-toilet scenes - or toilet detention - after severe school corruption. I know it's a lot of work to make, just some ideas.

oooo toilet detention i like that idea i may look into adding something like that and i do plan on adding more general sex and mast stuff to the bathroom

kenshuck

Found an error on your club.xml, there is a lower case i on <importantstat>Lust</importantstat>, it sould be capitalized
my mediafire carpet with all my mods

barteke22

Oh, nice catch, didn't notice that one.  Though that one shouldn't cause issues, it just means the ImportantStat is missing - which is a valid state.

Your issue is probably the ones near the bottom as I've noticed that the main download still has the broken file.

You can get the fixed version here https://henthighschool.net/index.php?msg=1555

kenshuck

Quote from: barteke22 on Oct 03, 2022, 09:18 PMOh, nice catch, didn't notice that one.  Though that one shouldn't cause issues, it just means the ImportantStat is missing - which is a valid state.

Your issue is probably the ones near the bottom as I've noticed that the main download still has the broken file.

You can get the fixed version here https://henthighschool.net/index.php?msg=1555
yeah i got that fix, and it keep giving me the error, so i looked more closely, and found that and it stopped, maybe i just didint reload? don't know lol
my mediafire carpet with all my mods

nemeTopic starter

so I checked and yes the XML was still the broke one because if I had to guess mega updater didn't actually use the new XML because technically they were identical so I have completely deleted the mod from mega and uploaded it again with the new XML I'm going to post the link here as well as edit the main post with the link

so hopefully that should be resolved unless either mega decides to screw me or I have some alt personality that's trying to sabotage me

right this should be the working XML I have not noticed anymore missing caps but hey I am once again half asleep like I usually am when I do this stuff XD
https://mega.nz/file/n4AX3DoD#TPu2ewBuVZvYXjJqVqe41wARqVUZ29RgnKxSXeo5MA0

barteke22

Location\Classroom Shared\Classscataccident is using SetEffectOnObservers in its Try phase - which is not supported (not virtualised) and pretty sure it's meant to be TryForSchoolEvents.

This, combined with Voyeurism's school stat compensation being a bit too big is causing the Inhibition issue.