uhm, this is my last update for the dialogue for HTH Tabby ver.
sorry if it's takes a long time, or if you guys don't like it
It mostly just extending the talk or adding Nude option.
I'll be done for now, until tabby add character with no dialogue maybe.
oh yeah, don't worry about the .docx file. it's just some little info of characters and places, maybe dialogue idea for either emma(the snow lleopard receptionist, with enough talk you can "access" files about the visitors of the island, including the one that's not there) or reggie(the salamander in the northen falls, i imagine him as either another guide or HTH Studios big fan, knowing anything about the performers in the past and present time)
I've found some time to check that finally.
It's good, I'm gonna use it in the next build. Also I like to see that someone can actually use that XML dialog format. It doesn't fell like writing that XML dialog manual was loss of time anymore.
Also I've seen you want to add Tanya scene from RLD. I have just to simply copy the file in.
You've also added a modified Eve scene in the dialog, for which the file is not attached. For simple alterations, like removing penis for herm characters, I prefer to do it another way - put particular objects in separate DefineSprite/MovieClip object (it usually already is), add second empty frame and a script to use particular frame per some character data value. See Megan sex scene file for example:
var _loc1_ = _root.spriteget("megan","penis");
if(_loc1_ == "off")
{
pussy.gotoAndStop(2);
}
else
{
pussy.gotoAndStop(1);
}
Regarding additional documents you've made, it's definitely useful. I wonder what deep web archives you had to search thru to find all these info.
Regarding non-interactive characters - I can make any of these clickable, and add chat_ file with sprite and loading proper background file. But it's good to have a front facing sprite for that.
The next character to be added (already is in the work version) is Amaracol. I don't have any dialog idea for her yet.
It's someones OC, which I don't care about and I know nothing about personality of that woman. She have a doggystyle scene in the game (modified Goldie scene). She is (in the next build) clickable on both beaches. I can make her interactive in the Library coffee bar too, where she could reject sex because she is on duty.