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
Trying to do my first custom story
DaBrain75 Offline
Junior Member

Posts: 13
Threads: 1
Joined: Jul 2012
Reputation: 0
#1
Trying to do my first custom story

As the title says, I'm trying to do my first custom story. However, I've already hit a wall. I can't seem to get the thing to show up. I'm sure the problems come up before, but a simple search couldn't find it. I've checked everything, and can't seem to find my problem.

This is my custom_story_settings.cfg

Name="test"
Author="Luis Rodero"
ImgFile=""

MapsFolder="maps/"
StartMap="test.map"
StartPos="PlayerStartArea"
/>

and this is my extra_english.lang




Just a test



I'm currently combing for mistakes, and I probably did do something dumb. Thanks in advance.
07-08-2012, 04:02 PM
Find
EXAWOLT Offline
Member

Posts: 113
Threads: 14
Joined: Apr 2012
Reputation: 3
#2
RE: Trying to do my first custom story

extra_english_lang.lang should look like this:
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">A map made by Exawolt.[br][br]thanx for playing.</Entry>
</CATEGORY>
</LANGUAGE>

if you dont yet have, you should make a .map file with a .hps textnote with the same name (basics)
and the hps will be like this at first:
////////////////////////////
// Run first time starting map
void OnStart()
{

}



////////////////////////////
// Run when entering map
void OnEnter()
{

}



////////////////////////////
// Run when leaving map
void OnLeave()
{

}
(it doesn´t have to look like this)

simply nuff said




(This post was last modified: 07-08-2012, 04:40 PM by EXAWOLT.)
07-08-2012, 04:11 PM
Find
DaBrain75 Offline
Junior Member

Posts: 13
Threads: 1
Joined: Jul 2012
Reputation: 0
#3
RE: Trying to do my first custom story

I'll make the corrections to the language file, but I didn't quite understand the second part of what you said.
07-08-2012, 04:31 PM
Find
EXAWOLT Offline
Member

Posts: 113
Threads: 14
Joined: Apr 2012
Reputation: 3
#4
RE: Trying to do my first custom story

all thats needed for a custom story: a map for it all, the settings.cfg, the language.lang , a .map file with a .hps file.
if you dont have these, it will not work

simply nuff said




(This post was last modified: 07-08-2012, 04:42 PM by EXAWOLT.)
07-08-2012, 04:35 PM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#5
RE: Trying to do my first custom story

(07-08-2012, 04:35 PM)EXAWOLT Wrote: all thats needed for a custom story: a map for it all, the settings.cfg, the language.lang , a .map file with a .hps file.
if you dont have these, it will not work
I can always test a map without making a .hps for it. A .hps is not necessary until you begin scripting.

Though, as stated in your OP, are you sure the StartPos isn't "PlayerStartArea_1"? Forgetting the "_1" could screw it up for you.
07-08-2012, 04:45 PM
Find
DaBrain75 Offline
Junior Member

Posts: 13
Threads: 1
Joined: Jul 2012
Reputation: 0
#6
RE: Trying to do my first custom story

I just changed it to "_1" to test it. It still didn't show up.
07-08-2012, 04:48 PM
Find
Statyk Offline
Schrödinger's Mod

Posts: 4,390
Threads: 72
Joined: Sep 2011
Reputation: 241
#7
RE: Trying to do my first custom story

Do you have this in here:

<Main
Name="test"

Author="Luis Rodero"

ImgFile=""



MapsFolder="maps/"

StartMap="test.map"

StartPos="PlayerStartArea"

/>
07-08-2012, 04:54 PM
Find
DaBrain75 Offline
Junior Member

Posts: 13
Threads: 1
Joined: Jul 2012
Reputation: 0
#8
RE: Trying to do my first custom story

Just checked. Yes I have the main. Sorry, guess I didn't copy it right.
07-08-2012, 04:56 PM
Find
JMFStorm Offline
Member

Posts: 205
Threads: 8
Joined: Aug 2011
Reputation: 28
#9
RE: Trying to do my first custom story

Author="Luis Rodero" are you trolling or something?? XD

07-08-2012, 07:06 PM
Find
EXAWOLT Offline
Member

Posts: 113
Threads: 14
Joined: Apr 2012
Reputation: 3
#10
RE: Trying to do my first custom story

do you receive error messages when starting your story? then tell us what it says

simply nuff said




07-08-2012, 07:40 PM
Find




Users browsing this thread: 1 Guest(s)