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 with my mod!
troll9005 Offline
Junior Member

Posts: 1
Threads: 2
Joined: Jan 2013
Reputation: 0
#1
need help with my mod!

i have been making a mod for amnesia however it is not showing on the custom stories i have tried everything i can find please help!

here is my custom_stories_settings.cfg

<MAIN
Name = "custom story"
Author = "Troll9005"
MapsFolder = "maps/"
StartMap = "00_example.map"
StartPos = "PlayerStartArea_1"
/>

my extra_english.lang
<LANGUAGE>
<CATEGORY Name="CustomStoryMain">
<Entry Name="Description">This is my first custom story! [br][br] hope you enjoy! </Entry>
</CATEGORY>
</LANGUAGE>
and my maps folder
00_example.hps void OnStart()
{
}
and my map is called 00_examplemap.map
(This post was last modified: 01-17-2013, 03:15 AM by troll9005.)
01-16-2013, 05:49 AM
Find
warmacha11 Offline
Junior Member

Posts: 38
Threads: 2
Joined: May 2012
Reputation: 1
#2
RE: need help with my mod!

sometimes the game gets all derped even if you have everything correct, but for starters lets fix your .hps

your script in there should be

void OnStart()
{
}

void OnEnter()
{
}

void OnLeave()
{
}
01-18-2013, 09:35 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#3
RE: need help with my mod!

It's not correct, Warmacha.

.cfg file:

<Main

Name = "custom story"

Author = "Troll9005"

MapsFolder = "maps/"

StartMap = "00_example.map"

StartPos = "PlayerStartArea_1"

/>

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
01-18-2013, 09:49 PM
Find
warmacha11 Offline
Junior Member

Posts: 38
Threads: 2
Joined: May 2012
Reputation: 1
#4
RE: need help with my mod!

yeah i guess i didnt look at it carefully... thats why we have people like you Chaser
01-18-2013, 09:52 PM
Find
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#5
RE: need help with my mod!

Yea, .cfg files, .lang, and .hps files are really derpy, I must admit :p
But, when you know how-to do the things, it gets really easy. Wink It's just a matter of patience and observing.

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
01-18-2013, 10:00 PM
Find




Users browsing this thread: 1 Guest(s)