Making a amnesia map
The forums have been archived. Please read this thread for more information.
-
-
I wish you luck bro.
It is hard to generate genuine scary moments and atmosphere. I wish you the best
.:You can check out my horror Let's Plays on my YouTube Channel :.Thank you to GunBoyComics for the art used in my Avatar! -
Good luck on it, hopefully come out nice!
-
Good Luck Bro ;D
I bet you can't click that dancin' Buu
-
Yes.. yeees... its called The Keys
Its all about 4 element keys -
Sounds neat. Any idea of how long the game will be?
.:You can check out my horror Let's Plays on my YouTube Channel :.Thank you to GunBoyComics for the art used in my Avatar! -
Any screenshots?
-
Good luck bro!
-
im stuck i got trouble Getting the door locked so i can use the key
-
Do you know how to script in amnesia?
-
-
No but its my first time i watch some tutorials and none of them worked so i tried look in a other guys custom story and i hope it works havent checked yet
-
ImmaBarrel wrote:
No but its my first time i watch some tutorials and none of them worked so i tried look in a other guys custom story and i hope it works havent checked yet
meh , most of the time if you don't understand tutorials (while you have watched multiple) you never get it to work or atleast it will really hard.
Shimorikato Tokajikuta likes this.
-
void OnStart()
{
AddUseItemCallback("", "key", "door", "OpenDoor", true);
}
void OpenDoor(string &in asItem, string &in asEntity)
{
SetSwingDoorLocked("door", false);
}
There you go man c: -
-
thexfiles123 wrote:
Good luck, I downloaded the tools like a baws but I don't have a clue on how to make mapsI want Flamez to make a tut, he's pretty good at It
I've been thinking about doing that for a while now lol. -
Ok thaank you i go try and btw you can check how it look like
//===========================================
// 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);
PlaySoundAtEntity("mansion_1", "unlock_door.snt", "mansion_1", 1, true);
RemoveItem("Unknown Key_1");
} -
although i have no knowledge in amnesia scripting , this seems ok, since it looks like LUA lol (which i code in)
could be wrong though.
-
It's good man.
-
I will definantly do a let's play of this! Good luck making it!
I am a Bro and a Brony who does lets plays of mostly horror games (sorry if this gets repetitive). my channel is
youtube.com/user/SkyCloud2117?feature=guide Watch, Sub, Like, Fav, and you know the rest. Thanks! Brofist
-
Share
- Facebook 0
- Twitter 0
- Google Plus 0
- Reddit 0