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
Getting a simple map to load
Linus Ågren Offline
Senior Member

Posts: 309
Threads: 58
Joined: Jan 2011
Reputation: 5
#10
RE: Getting a simple map to load

Well, here's how I'm doing it.

Make a map in your custom_stories folder. In that folder, create a folder called "maps". Then open notepad and write:

<Main
    Name="Custom Story Name"
    Author="Author Name"
    ImgFile=""

    StartMap="Name of your .map file (With .map at end, Example: mymap.map)"
    StartPos="A start position for player. Can be left blank"
/>

Save it as "custom_story_settings.cfg" in the folder you made (not "maps")

Then make a new notepad document and write:

<LANGUAGE>
    <CATEGORY Name="CustomStoryMain">
      <Entry Name="Description">Description of your custom story.</Entry>
    </CATEGORY>
</LANGUAGE>

Save as extra_english.lang (also in your folder)

Then place ur maps & hps files (if you got scripts) in "maps" folder and it should pop up in game.

Creator of The Dark Treasure.
02-10-2011, 04:33 PM
Website Find


Messages In This Thread
Getting a simple map to load - by Demoman Dawkins - 02-09-2011, 06:18 PM
RE: Getting a simple map to load - by Tottel - 02-09-2011, 06:53 PM
RE: Getting a simple map to load - by Tottel - 02-10-2011, 10:39 AM
RE: Getting a simple map to load - by Tottel - 02-10-2011, 03:52 PM
RE: Getting a simple map to load - by Tanshaydar - 02-10-2011, 04:12 PM
RE: Getting a simple map to load - by Linus Ågren - 02-10-2011, 04:33 PM
RE: Getting a simple map to load - by Tanshaydar - 02-10-2011, 04:39 PM
RE: Getting a simple map to load - by Karnio - 02-10-2011, 05:19 PM
RE: Getting a simple map to load - by Tanshaydar - 02-10-2011, 08:32 PM
RE: Getting a simple map to load - by Nye - 02-10-2011, 09:33 PM
RE: Getting a simple map to load - by Karnio - 02-12-2011, 01:56 AM
RE: Getting a simple map to load - by Tanshaydar - 02-12-2011, 06:24 AM
RE: Getting a simple map to load - by Karnio - 02-14-2011, 04:55 AM
RE: Getting a simple map to load - by Tanshaydar - 02-14-2011, 05:43 AM
RE: Getting a simple map to load - by Karnio - 02-14-2011, 03:41 PM
RE: Getting a simple map to load - by Tanshaydar - 02-14-2011, 05:31 PM
RE: Getting a simple map to load - by LuiiC - 09-12-2011, 04:24 PM
RE: Getting a simple map to load - by Tanshaydar - 09-12-2011, 10:39 PM



Users browsing this thread: 1 Guest(s)