views
5k
likes
9

Comments (14)

What do you think?

use this script for the slenderman:

var target : Transform; //the enemy's target
var moveSpeed = 3; //move speed
var stopSpeed = 0;
var rotationSpeed = 3; //speed of turning

var myTransform : Transform; //current transform data of this enemy

function Awake()
{
myTransform = transform; //cache transform data for easy access/preformance
}

function Start()
{
target = GameObject.FindWithTag("Player").transform; //target the player

}

function Update () {

		
			var Speed = moveSpeed;

if (renderer.isVisible)
{
myTransform.position += myTransform.forward * stopSpeed * Time.deltaTime;
}

if(!renderer.isVisible)
{
myTransform.position += myTransform.forward * moveSpeed * Time.deltaTime;
}
//rotate to look at the player
myTransform.rotation = Quaternion.Slerp(myTransform.rotation,
Quaternion.LookRotation(target.position - myTransform.position), rotationSpeed*Time.deltaTime);
		
	

}

I've included a Let's Play of this game as part of our Slendython event at Last Level Press:

http://www.youtube.com/watch?v=jgBu9uH6ams&feature=youtu.be

Fair warning: I'm a bit harsh on this game, though I tried to keep my criticism as neutral-to-contructive as possible.
Cheers,
Mr. Black

So, the good of this game. If your looking for some cheap jump-scares and are fascinated to the point of fanboy-ism over the Slender mythos then this game would serve its purpose. If however, you are looking for a new horror experience with original concepts and something that will scare your socks off (like most people are) then this game isn't for you. It uses a far to often recycled theme of Slender man chasing you as you try to collect pages...ohhhh scaaaary(sarcasm). It uses cheap jump-scares and irritating noises to attempt to unsettle and agitate the player into a sense of feeling scared...it dosnt. Then only time i was startled was when a giant floating head appeared! and that broke the minimal immersion there was in the game.

In short, this game uses a recycled concept with cheap jump-scares to try and cash in on the overused slender concept and as much as I hate the 1 to 5 rating system, im gonna give this a 2

Good game, could fix some bugs and cant wait till you add multiplayer

it was still funny and scary

Slender Graveyard

-Report any bugs or glitchs

-Do gameplays if you want

-Comment and like

-Reply to me if you want improvements done

*multiplayer will be added

*Map will be bigger for multiplayer

*Download version currently windows but will end up being for all OS types

#other



teen
Mild Cartoon Violence
Mild Fantasy Violence
Mild Realistic Violence
Animated Bloodshed
Mild Language

SlenderGraveyard Noise change

Multiplayer almost there!!

Multiplayer

*RELEASE*

Slender Graveyard has now been release for full gameplay