View unanswered posts | View active topics It is currently Fri Mar 29, 2024 1:43 am



Reply to topic  [ 155 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 16  Next
 Eskarn's Dungeon Mod(BETA) 
Author Message
Rank 17
Rank 17
User avatar

Joined: Fri Feb 27, 2015 2:06 pm
Posts: 682
Location: Australia
in the settings ini

runtime
{
start_mode = FAST;

debug_sys = BASIC;//
debug_render = NONE;
debug_phys = NONE;
debug_brain = ENABLED;

save_key = "";
}

F6 will let you fly around
F5 will make this faster/slower
F9 is exit
CTRL + S shows FPS and the other commands

CTRL + D shows waypoints

_________________
To install a mod

ESKARN'S TUTORIALS

Eskarn's Dungeon Mod(BETA)

Eskarn's puzzle map (story)


Sun Jan 03, 2016 12:35 am
Profile
Rank 18
Rank 18

Joined: Sun Jun 22, 2014 3:46 pm
Posts: 1094
@eskarn thanks

ps it works


Sun Jan 03, 2016 12:39 am
Profile
Rank 15
Rank 15

Joined: Sat Sep 14, 2013 10:43 pm
Posts: 216
thanks for this debug share !


Mon Jan 04, 2016 12:12 am
Profile
Rank 10
Rank 10
User avatar

Joined: Wed Jan 01, 2014 8:47 pm
Posts: 57
Location: Poland
Eskarn wrote:
After the holidays are over i can start working on it again


any news about mod? maybe some beta? 8-)

_________________
Image


Sun Jan 10, 2016 8:51 pm
Profile
Rank 1
Rank 1

Joined: Fri Jan 08, 2016 10:33 pm
Posts: 1
Eskarn wrote:
This is currently unfinished but around 70% done not including adding poses
Anything with a * is not currently finished
I am looking for feedback and ideas
ANYWAY FEEDBACK SUGGESTIONS AND IDEAS



Wow, all this sounds great!

If it's possible... I'd like to see a modification of the way the girls 'always' look at 'the player' , event when they are walking... they should more carefully walk and look to the destination successive waypoint(s) (more natural walk mode). And during the play they should have their own random varying focus or interest points, looking their partners (eyes or sex), or the last speaker, etc...


Sun Jan 10, 2016 9:09 pm
Profile
Rank 17
Rank 17
User avatar

Joined: Fri Feb 27, 2015 2:06 pm
Posts: 682
Location: Australia
With the lastest update (the one that adds the laydown command) i have to transfer most of the code to the new files so iv stoped here while i do some tutorials

Tutorials are

Basics of coding
Adding sentences with the NLP
Adding in new animation commands


Once these are finished i will continue with the dungeon mod


I will also try to get their looking around a bit better to :D

_________________
To install a mod

ESKARN'S TUTORIALS

Eskarn's Dungeon Mod(BETA)

Eskarn's puzzle map (story)


Mon Jan 11, 2016 1:25 am
Profile
Rank 17
Rank 17
User avatar

Joined: Fri Feb 27, 2015 2:06 pm
Posts: 682
Location: Australia
Good new the tutorials are done and the dungeon mod is being worked on again

_________________
To install a mod

ESKARN'S TUTORIALS

Eskarn's Dungeon Mod(BETA)

Eskarn's puzzle map (story)


Tue Jan 12, 2016 5:30 am
Profile
Rank 17
Rank 17
User avatar

Joined: Fri Feb 27, 2015 2:06 pm
Posts: 682
Location: Australia
so we now have dynamic responses based on

girl 1 mood and girl 2 mood

if girl 1 is angry and girl 2 is angry and the player says a command to girl 1
girl 1 will say no and girl 2 will back her up saying something like yea we will never do that
girl 1 will also not do the command until her mood changes from angry

a solution to that is the paddle or the whip after girl 1 has had enough based on hit location she will go to scared and start doing commands


if girl 1 is scared and girl 2 is angry and the player says a command to girl 1
girl 1 will say ok please dont hurt me and girl 2 will say don't be scared
girl 1 will do the command

if girl 1 is scared and girl 2 is eager and the player says a command to girl 1
girl 1 will say ok please dont hurt me and girl 2 will say hurry up and do it
girl 1 will do the command

these dynamic responses don't just end with commands

girl 1 will say something when girl 2 cums based on mood

and if they are in the task together they will comment on each other

If anyone wants to help out doing responses please let me know

BONUS PICTURE
Attachment:
stuffofnightmares.jpg
stuffofnightmares.jpg [ 287.08 KiB | Viewed 28217 times ]

_________________
To install a mod

ESKARN'S TUTORIALS

Eskarn's Dungeon Mod(BETA)

Eskarn's puzzle map (story)


Fri Jan 15, 2016 3:04 am
Profile
Rank 10
Rank 10
User avatar

Joined: Wed Jan 01, 2014 8:47 pm
Posts: 57
Location: Poland
Eskarn wrote:
so we now have dynamic responses based on

girl 1 mood and girl 2 mood

if girl 1 is angry and girl 2 is angry and the player says a command to girl 1
girl 1 will say no and girl 2 will back her up saying something like yea we will never do that
girl 1 will also not do the command until her mood changes from angry

a solution to that is the paddle or the whip after girl 1 has had enough based on hit location she will go to scared and start doing commands


if girl 1 is scared and girl 2 is angry and the player says a command to girl 1
girl 1 will say ok please dont hurt me and girl 2 will say don't be scared
girl 1 will do the command

if girl 1 is scared and girl 2 is eager and the player says a command to girl 1
girl 1 will say ok please dont hurt me and girl 2 will say hurry up and do it
girl 1 will do the command

these dynamic responses don't just end with commands

girl 1 will say something when girl 2 cums based on mood

and if they are in the task together they will comment on each other

If anyone wants to help out doing responses please let me know


it's sounds really promising :shock: can you say in percent how much you've done already? I mean the whole dungeon it's complex code right?

_________________
Image


Fri Jan 15, 2016 10:13 am
Profile
Rank 17
Rank 17
User avatar

Joined: Fri Feb 27, 2015 2:06 pm
Posts: 682
Location: Australia
iv almost completely rewritten the dungeon code most of the tasks are the same except they now reflect the girls state
so its now more of a pose instead of a task

eg the pole task she use to go up and down until she reached a max speed then "came"
now she goes up and down increasing speed to a max stopping a few seconds after cumming when her orgasm level is reached

for the dynamic responses iv finished one but its done so all i have to do is copy and paste it then fill in the responses
so many responces

_________________
To install a mod

ESKARN'S TUTORIALS

Eskarn's Dungeon Mod(BETA)

Eskarn's puzzle map (story)


Fri Jan 15, 2016 10:50 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 155 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 16  Next

Who is online

Users browsing this forum: No registered users and 18 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group.
Designed by X-Moon Productions.