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
#3
RE: Custom Story Probleam

I have edited it, and I'm sure it's all in the correct place:
Program Files (x86) - Steam - steamapps - common - amnesia the dark descent - custom_stories NoTalentCastle
In this file, I have one folder (maps)

and 3 files:
extra_english.lang
<LANGUAGE><RESOURCES></RESOURCES><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></LANGUAGE>

custom_story_setting.cfg:


and a png image file named 'Terrifiedface.png'

In the maps folder, there are 2 files:

NoTalentCastle.hps

//////////////////////////////Run first time starting mapvoid 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 the map "NoTalentCastle.map"

It is only my custom story that is doing this. My friends and the custom story 'Darkroom' are both visible.

I'm really confused by everything Undecided

Then again, I'm a rookie Sad


Forums have made all coding appear really weird...
06-04-2012, 10:02 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)