Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 3 Vote(s) - 1.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Monster only in darkness???
Chilton Offline
Member

Posts: 138
Threads: 9
Joined: Sep 2010
Reputation: 0
#11
RE: Monster only in darkness???

Again, i doubt thats possible without the creative use of invisible blocks and scripting If's
11-15-2010, 12:59 PM
Find
Everlone Offline
Member

Posts: 178
Threads: 11
Joined: Oct 2010
Reputation: 2
#12
RE: Monster only in darkness???

Yes, but it is possible and i will try it.

[Image: 555233.jpg]
11-15-2010, 01:46 PM
Find
Hooumeri Offline
Member

Posts: 57
Threads: 11
Joined: Oct 2010
Reputation: 0
#13
RE: Monster only in darkness???

(11-15-2010, 12:06 PM)Kyle Wrote:
(11-15-2010, 10:53 AM)Hooumeri Wrote: I found these but I'm not sure what they do

bool GetLanternActive(); (same as setlanterndisabled???)
void SetLanternLitCallback(string &asCallback); (Callback for turnin the lantern on???)

Also how does the vars work? What can you do with them?

Don't include the bool and void in there. It should only be on the function or whatever...
Example:
void Function(string &in asParent, string &in asChild, int alState)
{
GetLanternActive();
if GetLanternActive() == true;
than [Whatever you want to happen]
}

This is how I think you do it... but I'm not sure. Smile

:p I have not even tried it, the reason why bool and void is there, is because I was sharing them here. Copy pasted them straight from the functions page, thats why.
11-15-2010, 01:54 PM
Find
Chilton Offline
Member

Posts: 138
Threads: 9
Joined: Sep 2010
Reputation: 0
#14
RE: Monster only in darkness???

(11-15-2010, 01:46 PM)Everlone Wrote: Yes, but it is possible and i will try it.

But to my knowledge, the game engine does not measure light levels outside of its effect on the players sanity - An exclusion zone would be possible if you could make an invisible box follow the player without colliding with the player under a set of conditions though;
But even then, youd need to be using a lantern (Which might be the point?)

Is the light natural or artificial? (Window light etc, or lantern light?)
Also, in case it isnt clear, im actually trying to think of a way for this to work Smile
(This post was last modified: 11-15-2010, 02:40 PM by Chilton.)
11-15-2010, 02:40 PM
Find
Everlone Offline
Member

Posts: 178
Threads: 11
Joined: Oct 2010
Reputation: 2
#15
RE: Monster only in darkness???

If it will work, i need no lantern. but iam only on a another problem ^^ i try it first if i clear it.

[Image: 555233.jpg]
11-15-2010, 03:03 PM
Find
anzki Offline
Member

Posts: 88
Threads: 6
Joined: Apr 2010
Reputation: 1
#16
RE: Monster only in darkness???

Well there is entity or static object(can't recall which Big Grin) that is in 'technical' section, that is invisible, but blocks all movement, and if I recall correctly, there was a one that blocks only monster movement. Perhaps this helps you Big Grin

E: It is entity under technical section; there is two of them 'block_box' and 'block_nonchar'. And I think nonchar is what you are looking for.

[Image: 2qnr5av.png]
(This post was last modified: 11-15-2010, 04:44 PM by anzki.)
11-15-2010, 04:41 PM
Find
Everlone Offline
Member

Posts: 178
Threads: 11
Joined: Oct 2010
Reputation: 2
#17
RE: Monster only in darkness???

thanks Smile i try it.

[Image: 555233.jpg]
11-15-2010, 05:03 PM
Find
HakePT Offline
Junior Member

Posts: 49
Threads: 1
Joined: Sep 2010
Reputation: 0
#18
RE: Monster only in darkness???

You can use the invisible blocks to block the enemy movement or just set despawn areas.

Trouble is, a fun mechanic would be for the player to have to light the environment to create a clear route to go with and while doable it will require an huge amount of scripting and debugging making almost impossible if your doing the lvl alone.
11-16-2010, 05:29 PM
Find
morgoe Offline
Junior Member

Posts: 6
Threads: 2
Joined: Nov 2010
Reputation: 0
#19
RE: Monster only in darkness???

Not sure on how to block enemies' movement, but to detect whether the player is in a lit environment:

Run a timer every second, getting the Player's sanity. Save it to an int variable called 'lastSanity' or something, and then if the current sanity > lastSanity, he's in a lit environment, else he's in darkness. Doesn't account for insanity events, but other than that it works really well.

I'm using a similar method in my map to disable sanity regeneration when you're moving.
11-18-2010, 07:52 AM
Find




Users browsing this thread: 1 Guest(s)