Search Results
Search results 441-460 of 672.
The forums have been archived. Please read this thread for more information.
-
Making a amnesia map
PostZip 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
PostOnly 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
PostWorks 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
PostUse 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
PostDelete the map cache and try again.
-
Making a amnesia map
PostDelete the keys.map_cache
-
Garrys -Mod Map
PostGo into the console and type maps * or something like that
-
Making a amnesia map
PostI know the key does not work with the door. Are there any errors? Can you show me your version of the script
-
They already have a forum for that ;D frictionalgames.com/forum/forum-35.html
-
Making a amnesia map
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
PostQuote 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?
-
Making a amnesia map
PostWait. You want the door locked? Go into the door's entities box, then ticked locked.
-
Making a amnesia map
PostSorry, SetSwingDoorLocked("door", false, false);
-
Making a amnesia map
PostIt's good man.
-
Making a amnesia map
PostQuote 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
Postvoid OnStart() { AddUseItemCallback("", "key", "door", "OpenDoor", true); } void OpenDoor(string &in asItem, string &in asEntity) { SetSwingDoorLocked("door", false); } There you go man c:
-
Thesonic9001
PostPlease 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
PostPlease 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
PostDo you know how to script in amnesia?