LordJimmu

New Member
Oct 31, 2017
1
0
Heads up that the twine installation on subscribestar is being flagged as a virus by chrome, not sure why, but seemed worth mentioning.
 

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,086
1,158
I noticed it too.

Well, that's odd. I have no idea how to fix that so I'll just remove the download for now.

Bugfix 19 isn't that big, I'm trying to add a few things I've been wanting to add but we'll see what I get done by tomorrow.

Current things I'm working on is the Wizard class and choosing which store sells your stuff.
 

Theon3

Newbie
Sep 28, 2021
15
0
once you assingn bede as a ally the rethink allies comand does not reset her, she always stays on your mind even though the slots reset.

also you get an error when you try to enter a tentacle hive while not in a infested state.

my mariko is currently showing as a bartender in the bar, i don't know if there is something to do with the tori gates quest as there is no tori gate on avedon farm, thus i can't continue the quest to then go to the tentacle island for the last one.

once you become a doctor the the event of fort reach triggers (it also trigger if you enter the fort through the northern path) and you start the first meting with conquest, though even without getting the key from the quartermaster you can trigger the close door command on her room, and once that is done, as long as you don't talk to her to fool around trigering the battle with her which doesn't happen, you have access to all gates from the fort, the north, western, and south one, once you do talk to her to fool around, you lose access to the western and northern gate, and you can't trigger her battle.

mont creek is quite buggy, as you can't access the weapons or clothes menu from three, and bastet quest in the living keep bugs if you win the battle with the bandids, bloquing you from ever entering the castle, and if you lose, you can go into it even the queen is activated.

also does the lumberjack dorm'gloryhole still exists? it allways says that there is a sound coming from somewhere in the dorm'bed but there is no option afterwards.

one question, is the thief class meant to always be on? it literaly is on my save, no idea why, also you can use this save to verify all cases above, only the first fort reach event was triggered, giving access to the gates.
 
Last edited:

Le_Flemard

Member
Jul 30, 2021
167
57
[...]once you do talk to her to fool around, you lose access to the western and northern gate, and you can't trigger her battle.
[...]
code fix for this:
Loc: FortReach
Line: 12
Original:
C:
if charmanekey=3:
Fixed:
C:
if charmanekey>=3:
Reason: charmanekey flag gets updated to 4 after fool around convo
 
  • Like
Reactions: Serpream

Theon3

Newbie
Sep 28, 2021
15
0
is the trigger of private sol'rescue in the northern road after the talk with conquest in place correctly? i've been trying to find it for quite a while and nothing yet, is it still in the northern road or has it been moved to another place?

there is a blank event on the southern road.

is there anyway to have a minotaur on the arena? i've tried turn in a child just like the werewolf but there was only a option to sell it.

in the farm there is a bug with the minotaur children, also is there anything for satty after bringing her to the farm? there is no dialogue with her or trigger in the murals in the underwater cave for her mini quest.
 
Last edited:

Le_Flemard

Member
Jul 30, 2021
167
57
To get percy to give birth, you might want to add this to their dialogues:
C:
if PregnantPercy=1 and PregPercyDay<=0:
    act 'move Percy to go the slum clinic'
        $percyloc='SlumClinic'
        minut+=5
    end
end
You can have red as a girlfriend as a futanari but not be fool around with her.
also if you don't talk to her before activating the flag to continue her quest, you can't have her as gf, but here's a fix:
location: red
line: 180
original:
C:
if FrogSecret=4 and RedGF=0:
fixed:
C:
if FrogSecret>=4 and RedGF=0:
 
Last edited:
  • Like
Reactions: Serpream

Le_Flemard

Member
Jul 30, 2021
167
57
series of fix for ukonquest:
location: britmorshack
line: 77
original:
if ukonrising=5 and goblinwife=1 and foxquest!6: 'There is a kitsune doll sitting on the mantle, and you think there was a kitsune in the Avedon slums.'&*nl
fixed:
if ukonrising=5 and goblinwife=1 and foxquest<6: 'There is a kitsune doll sitting on the mantle, and you think there was a kitsune in the Avedon slums.'&*nl
line: 109
original:
elseif goblinwife=1 and foxquest!6:
fixed:
elseif goblinwife=1 and foxquest<6:
line: 131
original:
elseif goblinwife=1 and foxquest=6:
fixed:
elseif goblinwife=1 and foxquest>=6:
line: 140
original:
if ukonrising=5 and goblinwife=1 and foxquest=6:
fixed:
if ukonrising=5 and goblinwife=1 and foxquest>=6:
 
Last edited:

Le_Flemard

Member
Jul 30, 2021
167
57
Satty can be completely missed if you get the guard support in the prison before encountering her...
possible solutions:
  • make her encounter not dependent of guard support
  • make the player able to loose guard support (I dunno, have the guard solicit you and if you refuse enough time, you loose support)
 

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,086
1,158
1. once you assingn bede as a ally the rethink allies comand does not reset her, she always stays on your mind even though the slots reset.

2. also you get an error when you try to enter a tentacle hive while not in a infested state.

3. my mariko is currently showing as a bartender in the bar, i don't know if there is something to do with the tori gates quest as there is no tori gate on avedon farm, thus i can't continue the quest to then go to the tentacle island for the last one.

4. once you become a doctor the the event of fort reach triggers (it also trigger if you enter the fort through the northern path) and you start the first meting with conquest, though even without getting the key from the quartermaster you can trigger the close door command on her room, and once that is done, as long as you don't talk to her to fool around trigering the battle with her which doesn't happen, you have access to all gates from the fort, the north, western, and south one, once you do talk to her to fool around, you lose access to the western and northern gate, and you can't trigger her battle.

5. mont creek is quite buggy, as you can't access the weapons or clothes menu from three, and bastet quest in the living keep bugs if you win the battle with the bandids, bloquing you from ever entering the castle, and if you lose, you can go into it even the queen is activated.

6. also does the lumberjack dorm'gloryhole still exists? it allways says that there is a sound coming from somewhere in the dorm'bed but there is no option afterwards.

7. one question, is the thief class meant to always be on? it literaly is on my save, no idea why, also you can use this save to verify all cases above, only the first fort reach event was triggered, giving access to the gates.
1. She's in your head so she's meant to be a free ally.

2. I'll take a look.

3. I'm going to touch up that questline as I need to make some changes to tentacle island for Mariko's questline.

4. You can now leave if you ask her for sex. The rest of that quest is not done yet.

5. Mont Creek is going to get a significant overhaul once I get to there.

6. Not yet. I'll add it back in in a future update.

7. No, I had thieving in before I added in the class system so you occasionally get pop ups from spots that I missed. I am slowly going through and adding in the class features for areas.

1. is the trigger of private sol'rescue in the northern road after the talk with conquest in place correctly? i've been trying to find it for quite a while and nothing yet, is it still in the northern road or has it been moved to another place?

2. there is a blank event on the southern road.

3. is there anyway to have a minotaur on the arena? i've tried turn in a child just like the werewolf but there was only a option to sell it.

4. in the farm there is a bug with the minotaur children, also is there anything for satty after bringing her to the farm? there is no dialogue with her or trigger in the murals in the underwater cave for her mini quest.
1. I need to redo that quest. My plan for the next update is to add some road events so I can easily add Sol back in.

2. I'll take a look.

3. I'll add an option once you begin raising children on the farm. Werewolves, goblins and orcs(not in game yet) grow up fast but the others need time that I haven't added in yet.

4. I will revisit Satty and make more mentions on how to activate her quest in the next update.

Satty can be completely missed if you get the guard support in the prison before encountering her...
possible solutions:
  • make her encounter not dependent of guard support
  • make the player able to loose guard support (I dunno, have the guard solicit you and if you refuse enough time, you loose support)
There's going to be a part two for razing the prison for the remaining abominations, she can be picked up then if missed the first time.

It'll be a quest from the Church, so you can use your paladin access to get in.

series of fix for ukonquest:
location: britmorshack
line: 77
original:
if ukonrising=5 and goblinwife=1 and foxquest!6: 'There is a kitsune doll sitting on the mantle, and you think there was a kitsune in the Avedon slums.'&*nl
fixed:
if ukonrising=5 and goblinwife=1 and foxquest<6: 'There is a kitsune doll sitting on the mantle, and you think there was a kitsune in the Avedon slums.'&*nl
line: 109

original:
elseif goblinwife=1 and foxquest!6:
fixed:
elseif goblinwife=1 and foxquest<6:
line: 131
original:
elseif goblinwife=1 and foxquest=6:
fixed:
elseif goblinwife=1 and foxquest>=6:
line: 140
original:
if ukonrising=5 and goblinwife=1 and foxquest=6:
fixed:
if ukonrising=5 and goblinwife=1 and foxquest>=6:
Foxquest 6 is where you free the kitsune from goblin slavery, rescuing Avee and giving Mariko back her followers.
Foxquest 7 is where you own Avee as a slave.

Ukon is looking for a hero.
 

Le_Flemard

Member
Jul 30, 2021
167
57
Foxquest 6 is where you free the kitsune from goblin slavery, rescuing Avee and giving Mariko back her followers.
Foxquest 7 is where you own Avee as a slave.

Ukon is looking for a hero.
ah..I see where the problem was with my save: I used the fox action in minocave by mistake, thus the game behave weirdly even tho I freed her.
 

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,086
1,158
1.99.19 is over on .

I'm gonna work on Satty this next update. She deserves some love as she has many unused images that need to be fixed.

Also the Wizard and her help you collect spells from the library.
 
  • Like
Reactions: DeMarcus16

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,086
1,158
ah..I see where the problem was with my save: I used the fox action in minocave by mistake, thus the game behave weirdly even tho I freed her.
I have a real bad habit of working on something, taking a break, and then coming back to it and forgetting my debug tags.

I know I cleared out at least ten locations that had them in it. I'll try to stop using locations as my testing ground when I have a whole cheat area to test in.
 

Le_Flemard

Member
Jul 30, 2021
167
57
I have a real bad habit of working on something, taking a break, and then coming back to it and forgetting my debug tags.

I know I cleared out at least ten locations that had them in it. I'll try to stop using locations as my testing ground when I have a whole cheat area to test in.
If I were you I would put ! test before each one I add so I can find and delete them all easily using the search function before pushing the update
 

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,086
1,158
If I were you I would put ! test before each one I add so I can find and delete them all easily using the search function before pushing the update
I used to use the Cheat passage so I could have all of my testing variables in one spot. I got lazy or something because I started putting them in passages.

Eventually I'll weed them all out and just use that location again.
 

Theon3

Newbie
Sep 28, 2021
15
0
7. No, I had thieving in before I added in the class system so you occasionally get pop ups from spots that I missed. I am slowly going through and adding in the class features for areas.
so just to confirm, what i meant was that the thief class statue, stays activated even though i'm currently using another class, it is like both classes stay on at the same time when you change class it normaly switches both sigils, but with the thief just the other class switches as the thief remains like a primary class, and the other one becomes a secondary, and just the secondary changes, so things get a bit strange as it seems like it bugs dual wielding daggers for example, and the rob event is always available as a result.
 

Le_Flemard

Member
Jul 30, 2021
167
57
mmm... bill can never be taken as an ally atm, gonna check the code to see what fix I can propose for it.
edit:
this should work, I think (arrsize can be used to check if a variable has been initialized/created)
Location: BillSteelWindTalk
line: 248
original:
C:
if MineSpider=10 and billally=1 and (billbf=1 or annettegf=1):
fixed:
C:
if MineSpider=10 and ARRSIZE(billally)=0 and (billbf=1 or annettegf=1):
reason:
billally variable never initialized before check

need to finish the mine before checking if it works or not.

doesn't work

edit: actually it would be better to initialize the variable properly at game start. <- solution

other stuff: sawmill event picture issue with html code '<center><img <<$set_imgh>> src="images/forest/forest/df<<rand(1, 40)>>.jpg"></center>', the array is 1-40 while the pic number only go as far as 35.
 
Last edited:

yilkin

dl.rpdl.net
Donor
Feb 23, 2023
9,200
5,034
Vicindio-1.99.19
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.​
 

Theon3

Newbie
Sep 28, 2021
15
0
the drones of the artificer class are not collecting resourses even though they consume energy cells, and eve the robot/android inside of the futuristic cabin has disappeared.

the brothel quest has a few bugs, i'm on the chosen one start and i'm unable to recuit bill and annette, their event, the one annette nags about the brothel does not trigger, and there is no option to recuit then, i also cannot recruit the frogs's friends after finishing the frogs questline quest and saying the truth (haven't seen if the lie path is the same) there is no way to interact with then in the building, but the other events involvimg then still work.

does red has any follow up path after you buy the frog from the city? something from the prison if i remember corectly?

also the prison reputation does not change even after beating up half the amount of goblin children my caracter has had, there is also a problem with being arrested, if you just pay the fine and leave, the amount you paid does not count, and if you proceed to enter the prison and then pay to leave, following with you being arrested again without having comitted another crime, you get and error.
 
Last edited:

Le_Flemard

Member
Jul 30, 2021
167
57
if MineSpider=10 and billally=0 and (billbf=1 or annettegf=1):
seems to fix it, but I'm not sure due to using some save editing for my test... will have to retest with a fresh game.
 

Theon3

Newbie
Sep 28, 2021
15
0
so my save has completely busted and i have no idea why, seemingly after firestarter questline, or maybe ukon/end of the world, every instance of battle after the first passage or first attack ends with all options of action dissapearing, making any battle imposible to progress, i will post my save here in case if it is salvageble.

is it even possible to make the water mill? i have used more than 300 ores making nails and i have no idea how many i have or if i even have then to begin with.
 
4.30 star(s) 15 Votes