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
Level Editor Help Adding a second level
Romulator Offline
Not Tech Support ;-)

Posts: 3,628
Threads: 63
Joined: Jan 2013
Reputation: 195
#3
RE: Adding a second level

NaxEla just beat me to it xD, he basically summarised what I said but still works either way Smile

A map itself is what is loaded when you go through a loading screen, so when you go through one level door to another, it loads up the new map. Wherever your maps are stored, you have each seperate level as a .map file made with the map editor. For example (this is a directory, not code):
/maps
  - map_level_one.hps
  - map_level_one.map
  - map_level_two.hps
  - map_level_two.map
The map refers to the .hps file which has the same filename. So map_level_one would refer to the map_level_one.hps for all its scripting.

If you go through the maps folder in the actual Amnesia redist folder, you'll note that they have Ch01, Ch02, and Ch03, which just signify the three chapters of Amnesia. Within each, they all have the map files and the associated script. If you open these with the level editor, you'll understand how each map leads into the next in a particular way and loads with this method Smile

Discord: Romulator#0001
[Image: 3f6f01a904.png]
(This post was last modified: 04-12-2013, 04:00 AM by Romulator.)
04-12-2013, 03:58 AM
Find


Messages In This Thread
Adding a second level - by salsbury - 04-12-2013, 03:17 AM
RE: Adding a second level - by NaxEla - 04-12-2013, 03:52 AM
RE: Adding a second level - by Romulator - 04-12-2013, 03:58 AM
RE: Adding a second level - by salsbury - 04-12-2013, 04:04 AM
RE: Adding a second level - by Romulator - 04-12-2013, 04:09 AM
RE: Adding a second level - by salsbury - 04-12-2013, 04:12 AM
RE: Adding a second level - by NaxEla - 04-12-2013, 04:19 AM
RE: Adding a second level - by Romulator - 04-12-2013, 04:17 AM
RE: Adding a second level - by salsbury - 04-12-2013, 04:18 AM
RE: Adding a second level - by Romulator - 04-12-2013, 04:24 AM
RE: Adding a second level - by salsbury - 04-12-2013, 04:33 AM
RE: Adding a second level - by salsbury - 04-12-2013, 02:18 PM
RE: Adding a second level - by PutraenusAlivius - 04-12-2013, 02:34 PM
RE: Adding a second level - by salsbury - 04-12-2013, 02:53 PM
RE: Adding a second level - by PutraenusAlivius - 04-12-2013, 03:04 PM
RE: Adding a second level - by Romulator - 04-12-2013, 03:25 PM
RE: Adding a second level - by salsbury - 04-12-2013, 03:34 PM
RE: Adding a second level - by Romulator - 04-12-2013, 03:48 PM



Users browsing this thread: 1 Guest(s)