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
Making my first level!
christopher231 Offline
Junior Member

Posts: 26
Threads: 4
Joined: Jul 2011
Reputation: 0
#1
Making my first level!

Hey
i just got amnesia a few days ago, and i started to play around with the map editor. ive worked out how to make the map, but i cant seem to get it to work in amnesia to test the level. i have tried different ways that people show you on there vids but it still doesnt work still.

can someone please help me !?!?!?!Huh
07-08-2011, 04:07 AM
Find
Zypherzemus Offline
Member

Posts: 94
Threads: 7
Joined: Jul 2011
Reputation: 0
#2
RE: Making my first level!

Do you have a .hps file for your map?
07-08-2011, 04:23 AM
Find
christopher231 Offline
Junior Member

Posts: 26
Threads: 4
Joined: Jul 2011
Reputation: 0
#3
RE: Making my first level!

////////////////////////////
// Run when entering map
void Onstart(Test map)
{

}

////////////////////////////
// Run when leaving map
void OnLeave()
{

^^^^ like this ?
07-08-2011, 04:26 AM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#4
RE: Making my first level!

void Onstart(Test map)
Test map?

////////////////////////////
// Run when entering map
void Onstart()
{

}

////////////////////////////
// Run when leaving map
void OnLeave()
{}

A { always needs to be closed with a }

07-08-2011, 04:29 AM
Website Find
christopher231 Offline
Junior Member

Posts: 26
Threads: 4
Joined: Jul 2011
Reputation: 0
#5
RE: Making my first level!

so does that mean if i did that it will work?
with the test map thingy when i watched a vid i think the guy said something about having the name in it
(This post was last modified: 07-08-2011, 04:33 AM by christopher231.)
07-08-2011, 04:31 AM
Find
Tanshaydar Offline
From Beyond

Posts: 3,085
Threads: 17
Joined: Mar 2009
Reputation: 67
#6
RE: Making my first level!

Which video is that?

07-08-2011, 04:37 AM
Website Find
christopher231 Offline
Junior Member

Posts: 26
Threads: 4
Joined: Jul 2011
Reputation: 0
#7
RE: Making my first level!

lol i cant remember
07-08-2011, 04:38 AM
Find
christopher231 Offline
Junior Member

Posts: 26
Threads: 4
Joined: Jul 2011
Reputation: 0
#8
RE: Making my first level!

yeah i fixed the file and it still doesnt work.. what else do i need for my level just so i can test it out?
07-08-2011, 06:51 AM
Find
Zypherzemus Offline
Member

Posts: 94
Threads: 7
Joined: Jul 2011
Reputation: 0
#9
RE: Making my first level!

(07-08-2011, 06:51 AM)christopher231 Wrote: yeah i fixed the file and it still doesnt work.. what else do i need for my level just so i can test it out?

////////////////////////////
// Run first time starting map
void OnStart()
{

}

///////////////////////////////////
//Run when entering map
void OnEnter()
{

}


////////////////////////////
// Run when leaving map
void OnLeave()
{

}

your .hps file should look EXACTLY like this in order for it to work. Tanshayder's was wrong
(This post was last modified: 07-08-2011, 07:28 AM by Zypherzemus.)
07-08-2011, 07:27 AM
Find
christopher231 Offline
Junior Member

Posts: 26
Threads: 4
Joined: Jul 2011
Reputation: 0
#10
RE: Making my first level!

ok so my .hps looks like that ^^^
what else do i need now?
(just so you know i am new to this )
07-08-2011, 07:57 AM
Find




Users browsing this thread: 1 Guest(s)