Search Results

Search results 441-460 of 672.

The forums have been archived. Please read this thread for more information.

  • Making a amnesia map

    Flamez3 - - Archive

    Post

    Zip your custom story into wipzip or winrar and send it to me, explain in detail what map and what script it is and tell me what part of the map it is.

  • Making a amnesia map

    Flamez3 - - Archive

    Post

    Only thing I could suggest is to give me your CS and I'll work out things from here, bit hard to explain bud.

  • Making a amnesia map

    Flamez3 - - Archive

    Post

    Works for me, either you torrented a faulty version of Amnesia or you haven't set it up correctly. Can you please take a picture of your custom story directory and post it here.

  • Making a amnesia map

    Flamez3 - - Archive

    Post

    Use this: // Starter's Script File! //=========================================== //=========================================== // This runs when the map first starts void OnStart() { AddUseItemCallback("","Unknown Key_1","mansion_1","OpenDoor", true); } void OpenDoor(string &in asItem, string &in asEntity) { SetSwingDoorLocked("mansion_1", false, false); RemoveItem("Unknown Key_1"); } //=========================================== // This runs when the player enters the map void OnEnter() { } //…

  • Making a amnesia map

    Flamez3 - - Archive

    Post

    Delete the map cache and try again.

  • Making a amnesia map

    Flamez3 - - Archive

    Post

    Delete the keys.map_cache

  • Garrys -Mod Map

    Flamez3 - - Other

    Post

    Go into the console and type maps * or something like that

  • Making a amnesia map

    Flamez3 - - Archive

    Post

    I know the key does not work with the door. Are there any errors? Can you show me your version of the script

  • Custom Story Category?

    Flamez3 - - Feedback

    Post

    They already have a forum for that ;D frictionalgames.com/forum/forum-35.html

  • Making a amnesia map

    Flamez3 - - Archive

    Post

    .... Did you rename everything, did you double check the names, do you know where to put the .hps, do you understand how to tell me what's wrong without me playing a guessing game to figure out your problem... What is the problem you are having with this script?

  • Earth Hour

    Flamez3 - - Chat Box

    Post

    Quote from Qustinnus: “They all made ads for earth hour, Like that didn't cost anything. No, I'm not going to put anything off.” ...What?

  • All of the Halos have had the best music.

  • Making a amnesia map

    Flamez3 - - Archive

    Post

    Wait. You want the door locked? Go into the door's entities box, then ticked locked.

  • Making a amnesia map

    Flamez3 - - Archive

    Post

    Sorry, SetSwingDoorLocked("door", false, false);

  • Making a amnesia map

    Flamez3 - - Archive

    Post

    It's good man.

  • Making a amnesia map

    Flamez3 - - Archive

    Post

    Quote from thexfiles123: “Good luck, I downloaded the tools like a baws but I don't have a clue on how to make maps I want Flamez to make a tut, he's pretty good at It :D” I've been thinking about doing that for a while now lol.

  • Making a amnesia map

    Flamez3 - - Archive

    Post

    void OnStart() { AddUseItemCallback("", "key", "door", "OpenDoor", true); } void OpenDoor(string &in asItem, string &in asEntity) { SetSwingDoorLocked("door", false); } There you go man c:

  • Thesonic9001

    Flamez3 - - Archive

    Post

    Please show more interest in this forum rather than just 1 post and go. If you don't PM me with a reason or you don't start becoming a little more active I'll ban you. Sorry but it get's a bit annoying when people 1-post-advertise-my-stuff-and-then-leave-trolo.

  • my website

    Flamez3 - - Archive

    Post

    Please show more interest in this forum rather than just 1 post and go. If you don't PM me with a reason or you don't start becoming a little more active I'll ban you. Sorry but it get's a bit annoying when people 1-post-advertise-my-stuff-and-then-leave-trolo.

  • Making a amnesia map

    Flamez3 - - Archive

    Post

    Do you know how to script in amnesia?