The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 906 - File: showthread.php PHP 7.2.24-0ubuntu0.18.04.17 (Linux)
File Line Function
/showthread.php 906 errorHandler->error



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
Need help getting a basic Custom Story to show up in Amnesia
DeadBacon Offline
Junior Member

Posts: 10
Threads: 3
Joined: Nov 2013
Reputation: 0
#1
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
Find


Messages In This Thread
Need help getting a basic Custom Story to show up in Amnesia - by DeadBacon - 12-12-2013, 03:18 PM



Users browsing this thread: 1 Guest(s)