You are not logged in.

Navigation

Not Yet Registered?

Dear visitor, welcome! To use all features of this page, you should consider registering. If you are already registered, please login.

Advertisement

Dear visitor, welcome to Pewdie n' Friends. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

ImmaBarrel

Going strong

(-21)

  • "ImmaBarrel" started this thread

Posts: 64

Reputation modifier: 2

  • Send private message

41

Friday, March 30th 2012, 11:56pm

Dude i did make 1 room in 1 hour. or spawnpoint

FlameX

#Dano4President

(3,275)

Posts: 5,171

Location: Holland

Reputation modifier: 20

  • Send private message

42

Saturday, March 31st 2012, 12:04am

Dude i did make 1 room in 1 hour. or spawnpoint

if that will cost you an hour , let alone the complete map with everything functional.... everyone can make a box.

PewDiePie singing a really random song :O




Important Links
|Forum Guidelines|Suggestion Guidelines|

NOTE: Website is not an affiliate of Pewdiepie.net
Contact information is located on my profile.

Flamez3

Super mod | :)

(819)

Posts: 647

Location: Australia

Reputation modifier: 8

  • Send private message

43

Saturday, March 31st 2012, 1:12am

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

BenZentar

Hi, my name is...

(16)

Posts: 21

Location: Denmark

Occupation: YouTube Partner

Reputation modifier: 2

  • Send private message

44

Saturday, March 31st 2012, 1:34am

Can we trust the Barrel!?!
Spread love :love::YouTube/BenZentar


ImmaBarrel

Going strong

(-21)

  • "ImmaBarrel" started this thread

Posts: 64

Reputation modifier: 2

  • Send private message

45

Saturday, March 31st 2012, 12:32pm

the doors entityes box?
omfg. I knew it all the time that it was just one simple thing i had to do -.- just like with the FL studio i just needed 1 file to crack it.. ffs
YAA ITS FUCKING LOCKED
lol the key dont work on the door

Flamez3

Super mod | :)

(819)

Posts: 647

Location: Australia

Reputation modifier: 8

  • Send private message

46

Saturday, March 31st 2012, 12:57pm

.... 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?

thexfiles123

Road to Glory

(47)

Posts: 185

Location: Macedonia

Occupation: Still a student.

Reputation modifier: 2

  • Send private message

47

Saturday, March 31st 2012, 1:12pm

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.

That would be nice ^^

ImmaBarrel

Going strong

(-21)

  • "ImmaBarrel" started this thread

Posts: 64

Reputation modifier: 2

  • Send private message

48

Saturday, March 31st 2012, 2:22pm

.... 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?
Yes the .hps is in t
.... 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?

the .hps is in the folder called maps
I can share my script again if you want.
also the problem is i need the key to work on the door. = So the key unlocks the door

Flamez3

Super mod | :)

(819)

Posts: 647

Location: Australia

Reputation modifier: 8

  • Send private message

49

Saturday, March 31st 2012, 2:25pm

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

ImmaBarrel

Going strong

(-21)

  • "ImmaBarrel" started this thread

Posts: 64

Reputation modifier: 2

  • Send private message

50

Saturday, March 31st 2012, 3:46pm

No there's no errors. Yes here
Amnesia the dark descent>custom_stories>The Keys>maps>The Keys.hps and it look like 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()
{
}

//===========================================
// This runs when the player leaves the map
void OnLeave()
{
}



I also got The Keys.map
and The Keys.map_cache

Flamez3

Super mod | :)

(819)

Posts: 647

Location: Australia

Reputation modifier: 8

  • Send private message

51

Saturday, March 31st 2012, 4:05pm

Delete the keys.map_cache

Pai_Mei

Hi, my name is...

(23)

Posts: 8

Reputation modifier: 2

  • Send private message

52

Saturday, March 31st 2012, 4:15pm

waiting for awesomeness :D

ImmaBarrel

Going strong

(-21)

  • "ImmaBarrel" started this thread

Posts: 64

Reputation modifier: 2

  • Send private message

53

Saturday, March 31st 2012, 4:49pm

and then what

Flamez3

Super mod | :)

(819)

Posts: 647

Location: Australia

Reputation modifier: 8

  • Send private message

54

Saturday, March 31st 2012, 4:51pm

Delete the map cache and try again.

ImmaBarrel

Going strong

(-21)

  • "ImmaBarrel" started this thread

Posts: 64

Reputation modifier: 2

  • Send private message

55

Saturday, March 31st 2012, 5:07pm

the key still doesnt work on the door

Flamez3

Super mod | :)

(819)

Posts: 647

Location: Australia

Reputation modifier: 8

  • Send private message

56

Saturday, March 31st 2012, 5:31pm

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()
{
}

//===========================================
// This runs when the player leaves the map
void OnLeave()
{
}


You have a a line of =================== without using //

ImmaBarrel

Going strong

(-21)

  • "ImmaBarrel" started this thread

Posts: 64

Reputation modifier: 2

  • Send private message

57

Saturday, March 31st 2012, 5:38pm

Same still dont work

Flamez3

Super mod | :)

(819)

Posts: 647

Location: Australia

Reputation modifier: 8

  • Send private message

58

Saturday, March 31st 2012, 5:44pm

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.

ImmaBarrel

Going strong

(-21)

  • "ImmaBarrel" started this thread

Posts: 64

Reputation modifier: 2

  • Send private message

59

Saturday, March 31st 2012, 6:53pm

Here
ImmaBarrel has attached the following image:
  • Unavngivet.png

DarkPoroner

Postin' Ain't Easy

(154)

  • "DarkPoroner" has been banned

Posts: 1,048

Reputation modifier: 7

  • Send private message

60

Saturday, March 31st 2012, 7:36pm

please imma barrel dont double post about things you can edit your post and add to what you want to say

Similar threads