Laughingfox

Active Member
Apr 2, 2017
959
857
How to play the game more exactly how to get into the game and how to play the game
QSP player. It's an application used to run games created for this format. Get the app, stick this game (unzipped) somewhere you can find it. Load the app. Load the game. Recieve bacon.
 

lubujiana

Member
Mar 1, 2022
128
28
going to classroMy new comment seems to have been gone away (so if it's not just a bug on my side, i am sorry for the spam)
anyway

going to your classroom (example : maid), lock the player. (emergency exit still work)
 

Le_Flemard

Member
Jul 30, 2021
164
57
Giant antlions in the desert continent. Basically the non-bee and spider bug content, I just put it in there so I keep it consistent when I get around to that area of the game.



All of them start with different equipment and body types. The begin tag is what I'm using for all the variables that stay consistent between starts.
Okay using "antlion" as pregnancy type then.



okidoki, guess I should pay closer attention to the first locations :p
 

Le_Flemard

Member
Jul 30, 2021
164
57
drafting the lactation change mechanics, here's what I have cooked atm:
Code:
# lactationChange
if arg[0]='lactaidUse':
    dayBeforeStopingLactating+=7
    !need to code an overdose mechanic
end
if arg[0]='sleepCheck':
    if womb=1:
        if dayBeforeBirth<=(impregnationArray[$pregnancyType](1)/2):
            dayBeforeStopingLactating=(impregnationArray[$pregnancyType](1)/3*2)
        end
    end
    if dayBeforeStopingLactating>0:
        lact+=rand(5, 8)
        if lact>maxLact:
            lact=maxLact
        end
    end
end
---lactationChange---
as you can see, the type of the pregnancy also affect the length of how long the player will lactate.

The overdose mechanic is a bit harder to plan as there's multiple way to go about it:
  • affect combat stats
  • affect horny stat generation (make the player get more horny with events)
  • purely cosmetic (description change to indicate breast size increase)
 

Laughingfox

Active Member
Apr 2, 2017
959
857
Unless it's changed it requires Percy, a purchased farm -you can purchase the deed in Avadon/the human city, (read, not the Steelwind one), and a cow, as well as a bit of rng. Unsure if it needs a barn built or not.

Possibly a look or two of bitter dissapointment as the player in a defeated state with said Minotaur doesn't give you the same treatment as Percy. Or use you both for a time. Boo. Booooo, say I.
 

Ayumumono

New Member
Jun 21, 2017
8
4
When this game first showed up, I was pretty skeptical. Then I played it, and felt vindicated initially. But over the course of a week I've gone from planning to ignore it to waiting anxiously. You stated some planned content that interested me, then immediately implemented it. I was surprised! I expected it to be another one of those "maybe in a few months if they keep at it" types of deals.
Each update you've done, has thus, greatly intrigued me and despite its many bugs I see a solid game behind all this now and appreciate its existence greatly. I rather enjoyed the goblin cave and the concept of creating a wolf army too. Visiting the witch and her having related potions put a smile on my face. Having a solid fantasy themed one of these games is appreciated. I am really looking forward to where this game goes. I really like the direction of this game so far.
 

Laughingfox

Active Member
Apr 2, 2017
959
857
Hm. Server ate the post. But yep, the combination of an active creator and mind coupled with a lot of fun fantasy tropes that have are absolutely worth exploring makes for a tasty mix. It's enough to inspire, it is.
 

SBT01

Member
Jan 25, 2020
177
57
When this game first showed up, I was pretty skeptical. Then I played it, and felt vindicated initially. But over the course of a week I've gone from planning to ignore it to waiting anxiously. You stated some planned content that interested me, then immediately implemented it. I was surprised! I expected it to be another one of those "maybe in a few months if they keep at it" types of deals.
Each update you've done, has thus, greatly intrigued me and despite its many bugs I see a solid game behind all this now and appreciate its existence greatly. I rather enjoyed the goblin cave and the concept of creating a wolf army too. Visiting the witch and her having related potions put a smile on my face. Having a solid fantasy themed one of these games is appreciated. I am really looking forward to where this game goes. I really like the direction of this game so far.
Where is goblin cave located?
 

Ayumumono

New Member
Jun 21, 2017
8
4
Where is goblin cave located?
Get kidnapped by goblins when losing. Its in the forest. I think I read earlier you can get there if you are a goblin or make friends with the king, Ive always gotten there from being kidnapped though.
 
  • Like
Reactions: SBT01

Laughingfox

Active Member
Apr 2, 2017
959
857
To encounter goblins, you more than likely need to find the kitsune shrine. Hunt around the slums for the beginning of that quest and you'll be there soon enough.

Pregnancy is kind of wonky right now though, so you may be better off for when Snekk unleashes version 1.5.
 
Last edited:
  • Like
Reactions: vaaf

Le_Flemard

Member
Jul 30, 2021
164
57
thought of something and jolted this:
Code:
# bellySizeChange
if womb=1:
    if dayBeforeBirth<=(impregnationArray[$pregnancyType](1)/4*3):
        bellySize=1
    elseif dayBeforeBirth<=(impregnationArray[$pregnancyType](1)/2):
        bellySize=2
    elseif dayBeforeBirth<=(impregnationArray[$pregnancyType](1)/4):
        bellySize=3
    else:
        bellySize=0
    end
end

!either introduce refractory function or return bellySize to 0 when birthing
---bellySizeChange---
...wdym I have a pregnancy fetish ? :3

edit: I also have been discussing the impregnation chance with porn game afficionados peer, and they think 1/20 (rand above 95) is too low (one suggested 1/4 (rand above 75))
 
Last edited:

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,076
1,142
When this game first showed up, I was pretty skeptical. Then I played it, and felt vindicated initially. But over the course of a week I've gone from planning to ignore it to waiting anxiously. You stated some planned content that interested me, then immediately implemented it. I was surprised! I expected it to be another one of those "maybe in a few months if they keep at it" types of deals.
Each update you've done, has thus, greatly intrigued me and despite its many bugs I see a solid game behind all this now and appreciate its existence greatly. I rather enjoyed the goblin cave and the concept of creating a wolf army too. Visiting the witch and her having related potions put a smile on my face. Having a solid fantasy themed one of these games is appreciated. I am really looking forward to where this game goes. I really like the direction of this game so far.
I would have just quietly continued the game for another few months until there reached a point where my skill cap would have locked the game due to bugs. I will be the first to agree that my skill is lacking in the coding area which is why I posted the game in an a buggy initial state because I'm just one dude and catching all the bugs was impossible since I have over a million lines of text at this point.

Also if you have ideas I am willing to discuss and implement them if the fit the theme of the game and I can find suitable art for it. Someone wanted to bang farm animals and I have that in the next update.
 
  • Yay, new update!
Reactions: vaaf

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,076
1,142
thought of something and jolted this:
...wdym I have a pregnancy fetish ? :3

edit: I also have been discussing the impregnation chance with porn game afficionados peer, and they think 1/20 (rand above 95) is too low (one suggested 1/4 (rand above 75))
I can't get your pregnancy code to work, but I added this to bodymorph.
 

Le_Flemard

Member
Jul 30, 2021
164
57
I can't get your pregnancy code to work, but I added this to bodymorph.
oh, it's normal that it doesn't work still, I need to parse through all the code to correctly fix the variable name and also declare the new ones :3
(by example, in your code, race is an integer, while in my draft, race is a string)
 

Solid Snekk

Well-Known Member
Game Developer
May 5, 2017
1,076
1,142
oh, it's normal that it doesn't work still, I need to parse through all the code to correctly fix the variable name and also declare the new ones :3
(by example, in your code, race is an integer, while in my draft, race is a string)
If I post the game on git would you like to just make updates to that? Some, if not most, of what you have added is leagues better than my code.
 

Le_Flemard

Member
Jul 30, 2021
164
57
If I post the game on git would you like to just make updates to that? Some, if not most, of what you have added is leagues better than my code.
I haven't really worked with git, but sure, it would also let other people help with the code more easily.
 
4.30 star(s) 14 Votes