DeadBacon
Junior Member
Posts: 10
Threads: 3
Joined: Nov 2013
Reputation:
0
|
Need help getting a basic Custom Story to show up in Amnesia
Hello everyone again. I have another problem >.<
I've looked around quite a bit to try and figure it out but I can't seem to find the problem. I'm trying to run a custom story but It won't show up when I open Amnesia. So far I have just the bare bones that everyone says a custom story needs to run.
It looks like this.
redist ->
custom_stories ->
ExampleStory ->
extra_english.lang
custom_story_settings.cfg
maps ->
00_example.hps
00_example.map
extra_english.lang:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">This is an example story. </Entry>
</CATEGORY>
</LANGUAGE>
custom_story_settings.cfg:
<Main
Name = "Our Example Story"
Author = "Bacon"
MapsFolder = "map/"
StartMap = "00_example.map"
StartPos = "PlayerStartArea_1"
/>
00_example.hps:
void OnStart()
{
}
The map file consists of a single room with walls, a floor, and a area of the type "playerstart" named "PlayerStartArea_1"
I know it's a bit much to ask for but if anyone could figure out what's not working I would greatly appreciate it.
-DeadBacon
|
|
12-12-2013, 03:18 PM |
|