Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(3 edits)

0.5.12a x32

windows 7 x64

some typos and bug

typos repeatable quests:

description = "An elegant note describes the search for a young male to act as squire for a newly knighted lord.\nMust be well behaved and physically able. ",
    reqs = [['obed','gte', 80],['sex', 'eq', 'male'], ['sstr', 'gte', 2], ['age','neq','adult']],

edit 3

it says a young male, one would assume its a teen or even a child, I sugest to remove "young" or change age requeriment to "teen".

as crazy said below, if neq is supposed to mean not equal, something has gone wrong:


for age requeriment is showing aldult and is currently is accepting males of any age.

end edit 3.


shortdescription = "An anonymous woman desires a real man to satisfy her.",
    description = "A sexually frustrated wife is looking for a male slave to give her the attention is desperately craves. Looks should not be very high, to avoidhusband's suspicion. Must be well endowed with good stamina! ",

reqs = [['sex', 'eq', 'male'], ['obed','gte', 80],['send','gte',2],['beauty','lte',40],['penis','gte',1]],

since any male race will do, man may not be a appropriated word to it, plus you probably will/should add futa there. I'm not a natual english speaker, so not sure on this one.

is desperately > she desperately (?)

avoidhusband > my spacebar doesthatalot too.

shortdescription = "A rich kid desires a new toy.",
    description = "A fairly simple note requests a $race girl from a rich and well-bred background as a birthday present for their son. Hastily scribbled in one corner of the paper you can see 'MUST HAVE BIG BOOBS' in another style of handwriting. ",

reqs = [['obed','gte', 80], ['sex','eq', 'female'],['titssize','gte',3]]

you probably should remove "from a rich and well-bred background", requeriments does not ask for it... and reward is too low for a obedient and rich girl.

shortdescription = 'A local aristocrat wants an obedient servant for his house. ',
    description = 'A local nobleman is looking for an obedient worker for his estate, or someone who will provide one. The semi-famous house name provides some crediability to the customer. A $sex servant must present $himself meekly and have above avearge looks. Only humanoids. ',

its showing "$himself" to both male and female, you should replace it to $sex$pronouns or whatever you called it, I couldnt/too lazy to find it.


bugs

There is a bug with buying provisions in the market, if the bag is selected it will be added to it as a normal  item, it wont change food value. Its possible to go to mansion and add it, but it wont change food value either, doing this will remove it from inv. After going to mansion and "transferring" it, going back to market  and buying any amount of provision (with the backbag not selected) will add the correct value to food (new amount + previous

transferred amount).

I tested it on wimborn.

I will keep a eye on this thread, let me know if you cant replicate it, and I will upload/send you a save.


Tisha questline

After I did Tisha quest line with Emily in the party, all of her equiped items disappeared. I did her quest at once, after going out of the brothel > return to mansion > teleport to gorn > buy her > do not brand > dont ask for anything


level up required items.

not really a bug

when asking for a item, the slave will select any from mansion inventory, this include enchanteds items. Having it in the backbag or equiped on someone else will "save it", but it may "hurt" new players, even olders since some items has some really useful enchantements.

while we are at it, it doesnt kinda makes sense to me to have a "pet suit" with confidence boost. (yeah, I got one >.>)


Warnings console

not sure if its a bug or intended

not getting warnings when on interaction mode (like learning points gotten, loyalty+, obedience+), they still do get the learning points, obedience+ and loyalty+ though.

usually I go: go to garden>get slave to high mood>spam teach and sometimes pet head> sometimes when turn is on 3x: go back to bedroom> chat/intimate chat > request intimacy


Its doesnt kinda make sense to me to lose reputation with the nearest city when capturing a dryad/fairy/(wild race?) after saving it.


can only remember those, do tell if you need a save or something.

going to suggestion thread to ask for the things I most need/want in the game now >.<


edit:

as akphantom said above, deterrent potion isnt removing sex-crazed: >

func deterrenteffect():
    if person == globals.player:
        return('You decide this potion is not going to benefit you at all.')
    if person.effects.has('numbed') == false:
        person.add_effect(globals.effectdict.numbed)
        return('After ingesting the potion, $name starts to act somewhat more dull then before. ')
    else:
        return("Apparently, $name isn't greatly affected by drinking the potion as the previous effect hasn't worn off yet.")
    if person.traits.has("Sex-crazed"):
        person.trait_remove('Sex-crazed')


    else:
        if person.traits.has("Sex-crazed"):
            person.trait_remove('Sex-crazed')
    return("Apparently, $name isn't greatly affected by drinking the potion as the previous effect hasn't worn off yet.")

not sure how this language works, but it should be going out of the function before removing the effect, little fix if two potions are supposed to get tid of the trait.


in combat mod, after using leeching strike, sometimes the hp will show as double/float not integer value:

edit 2

popup bug, someone already said above, but here are some steps I found to replicate it:

after choosing the action of everyone in the group, mouse over any enemy till pop up shows up, after that press f 2x


it will be there till you over the mouse over some item in "party inventory", choose a action in battle or go back to the mansion.

to replicate skill pop up keeps showing up:



after confirm button appear, let mouse over above skill 6 or 7, in my case, above "heal" or "escape"
give two clicks, holding the button in the second click. It may take more then one try to get it.




after going past the loot after the battle, I didnt find any other way to get ride of it, Spells cant be selected if its below/covered by the pop up

I think the first quest is fine. The condition says ['age','neq','adult'] and neq should mean "not equal to", so a teen or a child are fine, while an adult male is not.

english is not my main language, sometimes  obvious things pass by me :(

just tested, is currently accepting any male, be it adult, teen or child, so neq function should need some work.


the descrition requeriments just says aldult, and its accepting it, so... I assumed only adults would do when playing. 

gonna update post.