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
Custom Story not showing up in game menu!
DirtyMrHedSic Offline
Junior Member

Posts: 3
Threads: 1
Joined: Jan 2013
Reputation: 0
#1
Custom Story not showing up in game menu!

I have found this to be a common problem, and I've done everything that I know to make it work.

Custom_story_settings.cfg

<Main
Imgfile = ""
Name = "Tutorial"
Author = "Campbell"
MapsFolder = "maps/"
Startmap = "01_cailen.map"
Startpos = "Playerstartarea_1"
/>


and my extra_english.lang

<LANGUAGE>
<CATEGORY Name="customstorymain">
<Entry Name="description">
This is a tutorial.
</Entry>

</CATEGORY>

</LANGUAGE>


My 01_cailen.Hps is

void OnStart()
{
}

void OnEnter()
{
}

void OnLeave()
{
}

I have a custom story downloaded and it works fine, and everything is identical to mine. I am out of ideas, can anyone spot where my mistake is please?Big Grin

Ty!

*I can email my map if anyone would care to check it for errors.
01-25-2013, 06:23 AM
Find


Messages In This Thread
Custom Story not showing up in game menu! - by DirtyMrHedSic - 01-25-2013, 06:23 AM



Users browsing this thread: 1 Guest(s)