Writing Update
Added 2020-04-21 09:21:22 +0000 UTCIt's been a few days since my last progress update, mainly because I haven't been working on anything exciting to write about. I have been working on adding personality-based flirt dialogue. I always find these relatively short chunks of dialogue time consuming to write, mainly because I have to mentally change between styles of speech for different characters. Each personality type has three different tiers of responses to flirting depending on their Love and each tier has a few different variants depending on the girls outfit and Sluttiness. So far each of the four base personality (introverted, relaxed, reserved, and wild) and five special personalities (bimbo, aunt, cousin, sister, mom) have their low and medium tiers finished and I'm starting in on the high Love responses now.
That's all for now, I'm going to get back to writing!
Comments
[code] I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 9553, in script call call talk_person(picked_option) from _call_talk_person File "game/script.rpy", line 9683, in script call call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose. File "game/script.rpy", line 9683, in script call call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose. File "game/script.rpy", line 9683, in script call call talk_person(the_person) from _call_talk_person_1 #If we're in the same place and time hasn't advanced keep talking to them until we stop talking on purpose. File "game/script.rpy", line 9680, in script call $ _return.call_action() File "game/chat_actions.rpy", line 1475, in script call call fuck_person(the_person, private = should_be_private, start_position = standing_grope, start_object = None, skip_intro = True) from _call_fuck_person_43 # Enter the sex system, starting from this point. File "game/sex_mechanics.rpy", line 182, in script call $ position_choice.call_taboo_break(the_person, mc.location, object_choice) File "game/sex_positions/missionary.rpy", line 35, in script call $ the_girl.call_dialogue(missionary.associated_taboo+"_taboo_break") File "game/personality_types/unique_personalities/aunt_personality.rpy", line 225, in script the_eprson.char "No turning back then, come on and fuck me!" NameError: name 'the_eprson' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Lab Rats 2 - Down to Business v0.27.1 Sat Apr 25 07:53:00 2020 [/code]
Dreamdayer
2020-04-24 19:54:53 +0000 UTCYes, I know when you have to write in different styles, it takes more time) Good luck in writing and wish you a speedy completion.
VitAnyaNaked
2020-04-21 21:20:48 +0000 UTC