Facebook Twitter YouTube Frictional Games | Forum | Privacy Policy | Dev Blog | Dev Wiki | Support | Gametee


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: New To Scripting
Post: RE: New To Scripting

(05-25-2013, 04:50 PM)Your Computer Wrote: (05-25-2013, 04:28 PM)ohheylookitsmax Wrote: Yes. If you open the zip file i attached, my custom_story_settings.cfg is in there. It's not in there, but t...
ohheylookitsmax Development Support 27 19,951 05-25-2013, 05:28 PM
    Thread: New To Scripting
Post: RE: New To Scripting

(05-25-2013, 04:17 PM)ROMul8r Wrote: Do you have a custom_story_settings.cfg file in your CS directory? Similar to mine above? Edit: 250 posts :) Yes. If you open the zip file i attached, my custom_...
ohheylookitsmax Development Support 27 19,951 05-25-2013, 04:28 PM
    Thread: New To Scripting
Post: RE: New To Scripting

(05-25-2013, 04:01 PM)ROMul8r Wrote: (05-25-2013, 03:15 PM)ohheylookitsmax Wrote: (05-25-2013, 04:56 AM)ROMul8r Wrote: Yep. Worked just fine. Well, I'm no perfectionist when it come to mapping b...
ohheylookitsmax Development Support 27 19,951 05-25-2013, 04:14 PM
    Thread: New To Scripting
Post: RE: New To Scripting

(05-25-2013, 04:56 AM)ROMul8r Wrote: Yep. Worked just fine. Well, I'm no perfectionist when it come to mapping but one thing I can definitely suggest is making your chest with the lantern and tinder...
ohheylookitsmax Development Support 27 19,951 05-25-2013, 03:15 PM
    Thread: New To Scripting
Post: RE: New To Scripting

(05-25-2013, 04:03 AM)ROMul8r Wrote: (05-25-2013, 03:33 AM)ohheylookitsmax Wrote: (05-25-2013, 03:26 AM)Tomato Cat Wrote: I think you can attach it if you zip the file. Also, why do I have a map...
ohheylookitsmax Development Support 27 19,951 05-25-2013, 04:26 AM
    Thread: New To Scripting
Post: RE: New To Scripting

(05-25-2013, 03:26 AM)Tomato Cat Wrote: I think you can attach it if you zip the file. Thanks. Alright well here it is to anyone who thinks they can fix it up. Any help is LARGELY appreciated. When ...
ohheylookitsmax Development Support 27 19,951 05-25-2013, 03:33 AM
    Thread: New To Scripting
Post: RE: New To Scripting

(05-25-2013, 02:56 AM)Amn Wrote: Did you check your item? Your item should say FrontDoorKey in CustomSubitemTypeName What about your cs description ? Do you see it in-game ? No I don't get the des...
ohheylookitsmax Development Support 27 19,951 05-25-2013, 03:19 AM
    Thread: New To Scripting
Post: RE: New To Scripting

(05-25-2013, 02:15 AM)JustAnotherPlayer Wrote: Hmm. Nothing is wrong. I compare it with my own .lang file and check it with the Lang Editor. Nothing is wrong. Make sure the names in the Level Editor...
ohheylookitsmax Development Support 27 19,951 05-25-2013, 02:22 AM
    Thread: New To Scripting
Post: RE: New To Scripting

(05-25-2013, 02:03 AM)JustAnotherPlayer Wrote: Give me the whole lang file. The one earlier is not enough. I need the whole thing. <LANGUAGE> <CATEGORY Name="CustomStoryMain"> <En...
ohheylookitsmax Development Support 27 19,951 05-25-2013, 02:10 AM
    Thread: New To Scripting
Post: RE: New To Scripting

(05-25-2013, 12:33 AM)BeeKayK Wrote: <Entry Name="ItemDesc_FrontDoorKey">"Key to the front door."</Entry> This line. I don't think you can have quotations in there I tried taking the q...
ohheylookitsmax Development Support 27 19,951 05-25-2013, 01:26 AM
    Thread: New To Scripting
Post: RE: New To Scripting

(05-24-2013, 09:40 PM)BeeKayK Wrote: A single mistake in the .lang file can result in the whole file not working. You could show us the file, if it isn't too long. :) EDIT: I see you have already ...
ohheylookitsmax Development Support 27 19,951 05-24-2013, 11:24 PM
    Thread: New To Scripting
Post: RE: New To Scripting

(05-24-2013, 08:52 PM)The chaser Wrote: It's: void OnStart() { AddUseItemCallback("", "FrontDoorKey", "Front_door", "UsedKeyOnDoor", true); } void UsedKeyOnDoor(string &in asItem, string &...
ohheylookitsmax Development Support 27 19,951 05-24-2013, 09:12 PM
    Thread: New To Scripting
Post: New To Scripting

Hi everyone. I'm really new to scripting and creating custom stories. I keep trying to test out my map so far, but each time, I get an error notice as follows: FATAL ERROR: Could not load script file(...
ohheylookitsmax Development Support 27 19,951 05-24-2013, 08:16 PM