Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,219
1,521
388
Oh that's what was happening. Did not think of going back to the tent so long after.
I only had asking Circe about it but I just added most other major NPCs that would make sense to ask, even a few that wouldn't know.
 
Mar 23, 2022
467
135
166
1. Slugs give a blank screen if you surrender to them.

1a? Rats also might when that happens but that might be because I broke them myself when I was messing with them just before. But slugs I haven't touched.

Ps Sorry for breaking the code if I did.
 

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,219
1,521
388
1. Slugs give a blank screen if you surrender to them.

1a? Rats also might when that happens but that might be because I broke them myself when I was messing with them just before. But slugs I haven't touched.

Ps Sorry for breaking the code if I did.
1. Fixed.

2. No, I misspelled the scene name. ratsloss instead of ratloss.

Also, :mad:
Only I break my game. Unrelated or related, I am gonna post the game to a git when I get the release out which should be...in like a few hours. Still testing it out.
 

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,219
1,521
388
1.99.32 is up over on .

The main points are that I broke the school. I'm turning it into a community center place that also does teaching as looking for school anime art pulls up an unreasonable amount of shota/loli content and I simply do not vibe with that.

Becoming a teacher and banging your students is being moved to Monduval as 2/3 of the current degrees that you can earn involve your teacher dying so there are obvious openings for positions.

The purpose of the slum school/center will be the same: Make the citizens of Avedon less stupid and to house a dark and terrible secret.

The other main point is that I made a

It's a thing and should help with others fixing bugs and adding content that they want.
 
Mar 23, 2022
467
135
166
Because 1 I don't have time and 2 I'm lazy and don't own a git account. Can someone else change the "ratwin" on git to "ratswin".

If you're having difficulty finding it the exact line you need is

if tipprotivnika=52: gt 'ratwin'

So yeah, please and thanks I guess.



edit: also can someone change "subsewers" to "sewerfallspot"

if you're searching it should be

act 'Climb back to the Avedon sewers':
minut+=5
gt 'subsewers'
end

I'm hopeless aren't I? Rhetorical question.
 
Last edited:

KaitoKuro

Newbie
Sep 15, 2020
59
12
131
Because 1 I don't have time and 2 I'm lazy and don't own a git account. Can someone else change the "ratwin" on git to "ratswin".

If you're having difficulty finding it the exact line you need is

if tipprotivnika=52: gt 'ratwin'

So yeah, please and thanks I guess.



edit: also can someone change "subsewers" to "sewerfallspot"

if you're searching it should be

act 'Climb back to the Avedon sewers':
minut+=5
gt 'subsewers'
end

I'm hopeless aren't I? Rhetorical question.
I'll add it to the merge request along with the rest of my bug fixes and missing stuff.

Edit: Though might take awhile do to the amount being fixed for this merge.
 
  • Like
Reactions: Throw_AwayPower
Mar 23, 2022
467
135
166
I just fixed it so First's children are now tracking properly along side Goblin wife's but I have no way of putting it forward. I guess I have to make a git account huh? Eh, a tomorrow problem. If someone else want to do it while I'm asleep then

First part is:

Code:
! First
if pregfirstday>0: pregfirstday-=1
if pregfirstday=0 and pregnantfirst=1:
    if farmgoblins>0:
        farmgoblincount+=1
        firstfarmgoblins+=1
    elseif rand(1, 2)=1:
        GoblinMaleChild+=1
    else
        GoblinFemaleChild+=1
    end
    FirstKids+=1
    pregnantfirst-=1
end
second part is

Code:
act 'Get cleaned up':
                if FirstContraceptive=1 and pregnantfirst=0 and (fertilityspell=1 or rand(1, 5)=5): pregfirstday=5&pregm+=1
                pregnantfirst+=1
                incest+=1
                arousal=0
                girl+=1
                minut+=5
                experience+=10
                gt 'first'               
            end
Eh, I can't seem to get the second one to look right. I'm sure you (who ever adds it) will be able to figure it out. And yes it's litrally just adding in a toggle. Also sorry added this, I'm doing this before bed and I don't have a git account.
 

KaitoKuro

Newbie
Sep 15, 2020
59
12
131
If you have a bug take a look at the list below to check if it's part of this merge request I sent in.
 

KaitoKuro

Newbie
Sep 15, 2020
59
12
131
I just fixed it so First's children are now tracking properly along side Goblin wife's but I have no way of putting it forward. I guess I have to make a git account huh? Eh, a tomorrow problem. If someone else want to do it while I'm asleep then

First part is:

Code:
! First
if pregfirstday>0: pregfirstday-=1
if pregfirstday=0 and pregnantfirst=1:
    if farmgoblins>0:
        farmgoblincount+=1
        firstfarmgoblins+=1
    elseif rand(1, 2)=1:
        GoblinMaleChild+=1
    else
        GoblinFemaleChild+=1
    end
    FirstKids+=1
    pregnantfirst-=1
end
second part is

Code:
act 'Get cleaned up':
                if FirstContraceptive=1 and pregnantfirst=0 and (fertilityspell=1 or rand(1, 5)=5): pregfirstday=5&pregm+=1
                pregnantfirst+=1
                incest+=1
                arousal=0
                girl+=1
                minut+=5
                experience+=10
                gt 'first'              
            end
Eh, I can't seem to get the second one to look right. I'm sure you (who ever adds it) will be able to figure it out. And yes it's litrally just adding in a toggle. Also sorry added this, I'm doing this before bed and I don't have a git account.
No worries, that was one of the fixes I had done for awhile and had on the list to send for the merger. Took awhile considering I had to compare my edited version of 1.99.31 that had fixes and mods to a clean 1.99.32 then make the changes on git, of course without the mods and just the fixes.
 

Cat Boy

Active Member
Oct 19, 2017
636
218
246
So sorry about putting off your issue. This should fix it, you still need to go through the whole chain again. Meaning going to the lake, touching the orb then talking to chaos but it should fix it. If I broke anything let me know.

Obviously online safety and all that. Careful with what you download.
thanks for the help
 

KaitoKuro

Newbie
Sep 15, 2020
59
12
131
"Try to recue her"does not work.
Try this, it should be part of the fixes I added.
Always back up your saves prior using Unofficial versions and beware of the risk of downloading non-dev stuff.
List of fixes within this Unofficial ver:
 
Last edited:

Cat Boy

Active Member
Oct 19, 2017
636
218
246
ok kind of forgot to ask this where do you find samantha Sol after she leaves the place you first find her quest? p.s spider&bee goo maybe bugged cuz i can't wash it off
 
Last edited:

KaitoKuro

Newbie
Sep 15, 2020
59
12
131
ok kind of forgot to ask this where do you find samantha Sol after she leaves the place you first find her quest?
Her questline isn't done iirc. It stops when you ask Charmane where the soldier is, after Malil the Mondual Doctor ask you to get chase after Sol.
 
  • Like
Reactions: Cat Boy

hellfire8100

Newbie
Aug 26, 2017
33
20
122
Error when winning the battle with the rats
Error when trying to leave sub sewer mushroom area
Exploring Sub sewer can still lock game by providing no options.
 

youraccount69

I'm like a karate chop
Donor
Dec 30, 2020
8,879
4,039
436
Vicindio-1.99.32
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.
Want to join the team? Read more here!
 
Mar 23, 2022
467
135
166
Anyone wouldn't happen to know if you can add or remove from arrays in QSP? Even coping and deleting individual things could work (but might be messy).
 
4.00 star(s) 24 Votes