Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The last thing of all! FROM ME!
Pandachoko Offline
Junior Member

Posts: 47
Threads: 14
Joined: Aug 2012
Reputation: 0
#6
RE: The last thing of all! FROM ME!

Hi DnALANGE. There is really nothing special about my HPS to realfloor.map
Actually only that code. As I gave just above, that's it.
As I said I am newbie (also to scripting). I just wanted a engine to tell my story, and Amnesia had the best
level design and was fiting perfect to my story and I wanted to make maps for fun. didn't think I got sucked into making my own custom story that is almost done. I can admit there could have been more scripting in the map, but I am moving over to unity when this project is done. I have to many ideas I can't make all, xD and I been stuck on this custom for 2 years, Manly because I needed to focus on my Web-school and my youtube channel. But DnLANGE you are the best, I mean it. You have been helping me alot, I appreciate that.

The Picture illustrate how the in level editor is have been put up. or else
the code for my HPS to realfloor is only:

void OnStart()
{
AddUseItemCallback("", "keycloset2", "secret", "KeyOnDoor", true);
}
void KeyOnDoor(string &in asItem, string &in asEntity)
{
SetLevelDoorLocked("secret", false, true);
PlaySoundAtEntity("", "unlock_door", "secret", 0, false);
RemoveItem("keycloset2");
}
and I went into document/Amnesia/Main/myname/custom/shelter and it went into a empty folder there is no HPS. FOLDER. O_O

Sorry I can't help more than that.

Sorry grammar
(This post was last modified: 12-07-2013, 11:16 PM by Pandachoko.)
12-07-2013, 11:12 PM
Find


Messages In This Thread
The last thing of all! FROM ME! - by Pandachoko - 12-07-2013, 10:34 PM
RE: The last thing of all! FROM ME! - by Kurton - 12-07-2013, 10:41 PM
RE: The last thing of all! FROM ME! - by Traggey - 12-07-2013, 10:54 PM
RE: The last thing of all! FROM ME! - by DnALANGE - 12-07-2013, 11:02 PM
RE: The last thing of all! FROM ME! - by Pandachoko - 12-07-2013, 11:12 PM
RE: The last thing of all! FROM ME! - by Kurton - 12-07-2013, 11:19 PM
RE: The last thing of all! FROM ME! - by DnALANGE - 12-07-2013, 11:19 PM



Users browsing this thread: 1 Guest(s)