Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Sara(slender like game)

Discussion in 'Scripting' started by Nightmare Games, Sep 5, 2012.

Thread Status:
Not open for further replies.
  1. Nightmare Games

    Nightmare Games

    Joined:
    Sep 5, 2012
    Posts:
    201
    I recently started working alot on a game i started working on in may. I have everything set except one thing.... the script for the slender man.
    I need a script that has him start chasing you after you pick up the first note. and as time goes on he becomes more and more aggressive. also one were you can put in audio at certain points like after a certian note. but more important i just need him to stalk the player
    anyone who can give me a script like this i would really aprriaciate it. as of now i play to release a beta on sept 29th but can without the script
    i made a trailer with screenshots of the game:
    http://www.youtube.com/watch?v=5UOcz...feature=colike
     
  2. Karmarama

    Karmarama

    Joined:
    Jul 11, 2011
    Posts:
    261
    You so funny.
    We aren't going to code your game for you.
    Not to mention the youtube URL's broken.

    How about you read this checklist, and attempt to code it yourself:
    *A check to see if first note is picked up
    *A check to see if you're next to the note to add a "pick up, press F" GUI
    *A check to see if "F" is pressed, and to
    *Add note to inventory/counter, hiding/destroying it from where it was on the wall

    *Slenderman needs to be kept at X distance from player, possibly randomized a little (complexity can come after the simplicity of it actually working, first)
    *Over time, for aggressiveness, update his position from player more frequently and perhaps make X distance smaller

    http://docs.unity3d.com/Documentation/ScriptReference/Transform.Translate.html
    http://docs.unity3d.com/Documentation/ScriptReference/Transform.LookAt.html

    http://docs.unity3d.com/Documentation/ScriptReference/Collider.OnTriggerEnter.html
    http://docs.unity3d.com/Documentation/ScriptReference/Collider.OnTriggerStay.html

    http://unity3d.com/support/documentation/Components/gui-Basics.html

    http://docs.unity3d.com/Documentation/ScriptReference/Component-audio.html
     
  3. TheGameMaker

    TheGameMaker

    Joined:
    Sep 10, 2012
    Posts:
    1
    i was wondering if you were interested in making "Sara" together? I have really been looking for some Unity info on Slender-a-like game codes and i haven't really found much, so i thought that maybe it would be nice if we can work together.
    If your answer is positive then please add Tomas.Orn2 on skype :) thanks for reading this.
    -Thomas
     
  4. Nightmare Games

    Nightmare Games

    Joined:
    Sep 5, 2012
    Posts:
    201
    i would definatley be interested because i need more people for scripting, designing a website and a few other things and as of now its just me and a couple beta testers

    can you script or make a 3d model?
     
  5. Karmarama

    Karmarama

    Joined:
    Jul 11, 2011
    Posts:
    261
    I can code in JS/US for Unity, model in Maya and texture with photoshop as well as make websites.

    Question is: is this a paid position?

    From the informality of this thread, it doesn't appear to be. In which case, I decline the offer.
     
  6. Nightmare Games

    Nightmare Games

    Joined:
    Sep 5, 2012
    Posts:
    201
    yes i will offer pay

    I will be selling the full game around febuary 2013 and as of right now it will cost 20 maybe 30 where i will split the money 60-40 with 60 percent going to who ever can code the game IF it is only two people being me and someone who can code the game and design a web page
     
  7. Karmarama

    Karmarama

    Joined:
    Jul 11, 2011
    Posts:
    261
    Essentially, depending on the success of the game's retail value to pay for any work? I'll take a pass, as this doesn't look like a very worthwhile project to be costing $20-30/retail, and don't see the appeal to any masses when there's already free alternatives.
     
  8. lambsheep

    lambsheep

    Joined:
    Sep 16, 2012
    Posts:
    1
    I am interested in joining this cause, I can make decent 3D models with 3DS Max and even levels. Please add thalambsheep on Skype.
     
  9. Nightmare Games

    Nightmare Games

    Joined:
    Sep 5, 2012
    Posts:
    201
    That sounds great I will be sure to get in contact with you as soon as i can because my recent computer crashed (dell) lol, and i plan on getting a new one so this is really the only way i can get in contact.( i am using a tablet by the way)
     
  10. antenna-tree

    antenna-tree

    Joined:
    Oct 30, 2005
    Posts:
    5,324
    This does not belong in the Scripting section... closing.
     
Thread Status:
Not open for further replies.