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 Map Work
CrushedRaiD Offline
Member

Posts: 115
Threads: 10
Joined: Dec 2010
Reputation: 0
#1
Question  Making My Map Work

This sounds pretty stupid, but i can't even make my map show in the custom story screen.. Can someone help please? Heart
12-24-2010, 04:54 PM
Find
HumiliatioN Offline
Posting Freak

Posts: 1,179
Threads: 64
Joined: Dec 2010
Reputation: 18
#2
RE: Making My Map Work

(12-24-2010, 04:54 PM)CrushedRaiD Wrote: This sounds pretty stupid, but i can't even make my map show in the custom story screen.. Can someone help please? Heart

Have you this file created? custom_story_settings.cfg in your own custom stories folder and like this example writed in there?

<Main
Name = "Map name"
Author = "Who made map"

MapsFolder = "maps/" <- where it belongs
StartMap = "Hotel Enter.map" <- Your map name when you save editor.
StartPos = "PlayerStartArea_1" <- Starting area on your map
/>

and make your map name hps.file this one "Hotel Enter.map <- example my map..

And add these in notepad..

void OnStart()
{
}

voidOnEnter()
{
}

voidOnLeave()
{
}

“Life is a game, play it”
(This post was last modified: 12-24-2010, 05:12 PM by HumiliatioN.)
12-24-2010, 05:04 PM
Find
Oscar House Offline
Senior Member

Posts: 302
Threads: 3
Joined: Nov 2010
Reputation: 9
#3
RE: Making My Map Work

Have you read this?
http://wiki.frictionalgames.com/hpl2/amn...stom_story

[Image: 2exldzm.png]
12-24-2010, 05:05 PM
Find
CrushedRaiD Offline
Member

Posts: 115
Threads: 10
Joined: Dec 2010
Reputation: 0
#4
RE: Making My Map Work

(12-24-2010, 05:04 PM)HumiliatioN Wrote:
(12-24-2010, 04:54 PM)CrushedRaiD Wrote: This sounds pretty stupid, but i can't even make my map show in the custom story screen.. Can someone help please? Heart

Have you this file created? custom_story_settings.cfg in your own custom stories folder and like this example writed in there?

<Main
Name = "Map name"
Author = "Who made map"

MapsFolder = "maps/" <- where it belongs
StartMap = "Hotel Enter.map" <- Your map name when you save editor.
StartPos = "PlayerStartArea_1" <- Starting area on your map
/>

and make your map name hps.file this one "Hotel Enter.map <- example my map..

And add these in notepad..

void OnStart()
{
}

voidOnEnter()
{
}

voidOnLeave()
{
}
I got it working ty <3333
(This post was last modified: 12-24-2010, 06:49 PM by CrushedRaiD.)
12-24-2010, 05:37 PM
Find




Users browsing this thread: 1 Guest(s)