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 Probleam
Hailfiretank Offline
Junior Member

Posts: 33
Threads: 12
Joined: Jun 2012
Reputation: 0
#7
RE: Custom Story Probleam

*facepalm

Thanks, didn't notice that! However, It still isn't showing up in the in-game 'Custom story section'.

In the 'NoTalentCastle' folder

extra_english.lang now says:

<LANGUAGE>
<CATEGORY Name="NoTalentCastle">
<Entry Name="Description">Testing Testing!</Entry>
</CATEGORY>
<CATEGORY Name="Journal">
<Entry Name="Note_No_Talent_Legend_Name">The Legend Of 'Server One'</Entry>
<Entry Name="Note_No_Talent_Legend_Text">EpicBeard is Beardless</Entry>
</CATEGORY>
<CATEGORY Name ="Inventory">
<Entry Name="ItemDesc_BedroomKey_1">"Key to Bedroom door"</Entry>
<Entry Name="ItemName_BedroomKey_1">"Bedroom door key"</Entry>
</CATEGORY>
</LANGUAGE>

custom_story_settings.cfg says:

<main
Name="NoTalentCastle"
Author="Hailfiretank"
ImgFile="Terrifed_face.png"

MapsFolder="maps/"
StartMap="CustomMap.map"
StartPos="PlayerStartArea_1"
/>

Then there is a png image called 'Terrified_face'

In the maps folder:

NoTalentCastle.hps says:


////////////////////////////
// Run first time starting map
void OnStart()
{
AddUseItemCallback("", "BedroomKey_1", "BedroomDoor", "UsedKeyOnDoor", true);
}

void MyFunc(string &in asItem, string &in asEntity)
{
SetSwingDoorLocked("BedroomDoor", false, true);
PlaySoundAtEntity("", "unlock_door", "BedroomDoor", 0, false);
RemoveItem("BedroomKey_1);
}

and then there is the map itself - NoTalentCastle.map

Am I missing any files I should have? Remember, it's just a single room, which I want to test ingame but cannot Undecided

Thanks for the help so far! Smile

Just realised another mistake. Changed 'StartMap="CustomMap.map"' to '
StartMap="NoTalentCastle.map"', however it STILL isn't working!
(This post was last modified: 06-04-2012, 11:06 AM by Hailfiretank.)
06-04-2012, 11:04 AM
Find


Messages In This Thread
Custom Story Probleam - by Hailfiretank - 06-03-2012, 11:32 PM
RE: Custom Story Probleam - by Putmalk - 06-04-2012, 12:35 AM
RE: Custom Story Probleam - by Hailfiretank - 06-04-2012, 10:02 AM
RE: Custom Story Probleam - by SilentStriker - 06-04-2012, 10:21 AM
RE: Custom Story Probleam - by Hailfiretank - 06-04-2012, 10:35 AM
RE: Custom Story Probleam - by SilentStriker - 06-04-2012, 10:49 AM
RE: Custom Story Probleam - by Hailfiretank - 06-04-2012, 11:04 AM
RE: Custom Story Probleam - by SilentStriker - 06-04-2012, 11:06 AM
RE: Custom Story Probleam - by Hailfiretank - 06-04-2012, 11:24 AM
RE: Custom Story Probleam - by SilentStriker - 06-04-2012, 11:40 AM
RE: Custom Story Probleam - by Hailfiretank - 06-04-2012, 12:13 PM
RE: Custom Story Probleam - by Nice - 06-04-2012, 01:27 PM
RE: Custom Story Probleam - by SilentStriker - 06-04-2012, 01:38 PM
RE: Custom Story Probleam - by Hailfiretank - 06-04-2012, 01:45 PM
RE: Custom Story Probleam - by SilentStriker - 06-04-2012, 01:49 PM
RE: Custom Story Probleam - by Hailfiretank - 06-04-2012, 02:17 PM
RE: Custom Story Probleam - by Your Computer - 06-04-2012, 09:06 PM
RE: Custom Story Probleam - by SilentStriker - 06-04-2012, 09:16 PM
RE: Custom Story Probleam - by Hailfiretank - 06-04-2012, 11:00 PM
RE: Custom Story Probleam - by SilentStriker - 06-05-2012, 01:48 PM
RE: Custom Story Probleam - by Hailfiretank - 06-05-2012, 03:02 PM
RE: Custom Story Probleam - by SilentStriker - 06-05-2012, 04:41 PM
RE: Custom Story Probleam - by Hailfiretank - 06-05-2012, 06:12 PM
RE: Custom Story Probleam - by SilentStriker - 06-05-2012, 08:06 PM



Users browsing this thread: 1 Guest(s)