mancuskaj

Newbie
Sep 29, 2017
51
61
The torrent can be downloaded from the FAILMAIL link, but I don't understand why it can't be added separately. Here is the torrent
Yo the torrent seems dead, seed you degens.

Though the direct DLs aren't dead so it's fine I guess.
 
Last edited:

Dreyperro

Newbie
Dec 18, 2017
61
51
What's the situation so far with first person camera setups in staged scenes? I've tried implementing a camera system but you can't change cameras with a button object if you're already possessing a camera. Ideas?
 

GEr01

Newbie
Jan 29, 2022
18
109
What's the situation so far with first person camera setups in staged scenes? I've tried implementing a camera system but you can't change cameras with a button object if you're already possessing a camera. Ideas?
delay, event loops or variable blocks

Probably the easiest is timerblock. Just slap down timerblocks. set delay. hook them into camera possess and fire delay block cluster with event function that is hooked into button block.

For example:
Delay 0.1s - possess first cam
Delay 10s - possess 2nd cam
Delay 20s - possess 3rd cam
Delay 30s - unpossess 3rd cam

- hook timer block ''run'' into event function ''events''
- hook event function block ''run'' into button ''on button down''
- hook delay block ''on timer done'' into camera blocks' ''possess'' (and last one un possess)
 

GEr01

Newbie
Jan 29, 2022
18
109
1.jpg

New creation. Sex party house.

Good 20 timer based sex camera animations, for almost 30 minutes camera based animations. Basically all the characters function on triggers so one can actually run this map on playable framerates, however it's still really high resource hog. Hard to run over 70 fps I reckon and in some areas goes bellow 50 even on latest specced machines. And there are a lot of 3D NSFW pictures and animations from different artists.

Couldn't bother to take proper pictures.

2.jpg 3.jpg 4.jpg
 

FeltTheNeed

Newbie
Nov 22, 2021
84
478
Basically all the characters function on triggers so one can actually run this map on playable framerates, however it's still really high resource hog. Hard to run over 70 fps I reckon and in some areas goes bellow 50 even on latest spec machines.
Thanks! I hope others do the same for their heavy maps. The extra time and care to do such does make a good difference.
For testing I removed all triggers, made all lights and characters visible to see the FPS if you had not done such and well...
Comparison in attached images. Lower specs peeps be thanking you the most, cool map GEr01 I sent you a PM about an issue.
 
Aug 26, 2018
7
3
New creation. Sex party house.

Good 20 timer based sex camera animations, for almost 30 minutes camera based animations. Basically all the characters function on triggers so one can actually run this map on playable framerates, however it's still really high resource hog. Hard to run over 70 fps I reckon and in some areas goes bellow 50 even on latest specced machines. And there are a lot of 3D NSFW pictures and animations from different artists.

Couldn't bother to take proper pictures.

View attachment 1950215 View attachment 1950216 View attachment 1950230
This looks cool. When I load it up all the textures say "could not load media"? are there any dependencies? I don't understand why I wouldn't have the textures
 

EKL

Newbie
Apr 17, 2021
75
209
View attachment 1950214

New creation. Sex party house.

Good 20 timer based sex camera animations, for almost 30 minutes camera based animations. Basically all the characters function on triggers so one can actually run this map on playable framerates, however it's still really high resource hog. Hard to run over 70 fps I reckon and in some areas goes bellow 50 even on latest specced machines. And there are a lot of 3D NSFW pictures and animations from different artists.

Couldn't bother to take proper pictures.

View attachment 1950215 View attachment 1950216 View attachment 1950230
Wow! The best automation for animations so far, I really liked it.It was interactive and pretty well done! I was trying, but I realized I'm really noob in all these event system things, even making a door with event system gives me headaches... I prefer building, but I'd like to know how to make little scenes like this, so I tried to copy a part of your animation to a blank new showroom to understand it but I'm stucked right now... I don't want anything huge for first time, the problem is that my second delay automation seems like it doesnt have any effect.. What did I do wrong? I send my practice map. Or if you could create a map or give me some instructions how to do how to start where to start It'd be great, thank you!
 

EKL

Newbie
Apr 17, 2021
75
209
Yeah I know now what did I misunderstand... I thought the delay time counts from zero everytime. So I have to add to the prevous value everytime, right?
 
3.80 star(s) 179 Votes