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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Level Doors
Post: RE: Level Doors

(03-28-2014, 10:05 AM)Mudbill Wrote: You must also remove the comma. That's part of the syntax. Thanks, it worked but the key is no longer usefull it is unlocked automatically why is that?
ZIEGMEBALLEN Development Support 6 4,737 03-28-2014, 10:08 AM
    Thread: Level Doors
Post: RE: Level Doors

(03-28-2014, 10:00 AM)Mudbill Wrote: That's probably because you just renamed it, and didn't remove the last boolean parameter. This one only has 2 parameters, whereas the swing door has 3. Remove ...
ZIEGMEBALLEN Development Support 6 4,737 03-28-2014, 10:03 AM
    Thread: Level Doors
Post: RE: Level Doors

(03-28-2014, 09:54 AM)Mudbill Wrote: When unlocking level doors, you must use the script SetLevelDoorLocked instead of SetSwingDoorLocked. They work a bit differently. PHP Code:SetLevelDoorLocked(st...
ZIEGMEBALLEN Development Support 6 4,737 03-28-2014, 09:59 AM
    Thread: Level Doors
Post: Level Doors

I just can't seem to unlock go to other levels but the map file for the next level is correct and the start position is correct look: Text Entry : LevelDoor1 StartPosition : PlayerStartArea_1 Map File...
ZIEGMEBALLEN Development Support 6 4,737 03-28-2014, 09:42 AM
    Thread: No Author and Description at my Custom Story
Post: RE: No Author and Description at my Custom Story

(03-27-2014, 03:24 PM)Mudbill Wrote: Basically copy this: Code:[spoiler] Lang file text. [/spoiler] Copy everything in your extra_english.lang file and paste it between those two (where the Lang fil...
ZIEGMEBALLEN Development Support 17 13,738 03-27-2014, 03:27 PM
    Thread: No Author and Description at my Custom Story
Post: RE: No Author and Description at my Custom Story

(03-27-2014, 03:12 PM)ZIEGMEBALLEN Wrote: (03-27-2014, 03:04 PM)Mudbill Wrote: Ah, I see. You didn't post your whole file. Keep in mind that a single error in the lang file will cause all the text...
ZIEGMEBALLEN Development Support 17 13,738 03-27-2014, 03:16 PM
    Thread: No Author and Description at my Custom Story
Post: RE: No Author and Description at my Custom Story

(03-27-2014, 03:04 PM)Mudbill Wrote: Ah, I see. You didn't post your whole file. Keep in mind that a single error in the lang file will cause all the text in your game to remain blank. You're missi...
ZIEGMEBALLEN Development Support 17 13,738 03-27-2014, 03:12 PM
    Thread: No Author and Description at my Custom Story
Post: RE: No Author and Description at my Custom Story

(03-27-2014, 02:50 PM)Mudbill Wrote: This looks just fine to me. I'm guessing you just forgot the </LANGUAGE> at the end of your lang since you had it before. I think the problem is outside t...
ZIEGMEBALLEN Development Support 17 13,738 03-27-2014, 02:59 PM
    Thread: No Author and Description at my Custom Story
Post: RE: No Author and Description at my Custom Story

(03-27-2014, 02:38 PM)Mudbill Wrote: If that's all you have, I don't think the problem lies there. Is the file a clean .lang file and not .lang.txt? If you have hidden extensions, that can be the ca...
ZIEGMEBALLEN Development Support 17 13,738 03-27-2014, 02:44 PM
    Thread: No Author and Description at my Custom Story
Post: RE: No Author and Description at my Custom Story

(03-27-2014, 09:47 AM)Wapez Wrote: Because there's a problem in your custom story, and I won't know what that problem is until you let me go through your scripts and files. No one here will be able ...
ZIEGMEBALLEN Development Support 17 13,738 03-27-2014, 09:50 AM
    Thread: No Author and Description at my Custom Story
Post: RE: No Author and Description at my Custom Story

(03-27-2014, 09:42 AM)Wapez Wrote: Post your extra_english.lang file please. This is most likely where the error will be found. Sori... But it's on my other computer. it's not On ... You can just te...
ZIEGMEBALLEN Development Support 17 13,738 03-27-2014, 09:45 AM
    Thread: No Author and Description at my Custom Story
Post: No Author and Description at my Custom Story

i need help on my Custom Story... Whenever i play my Custom Story "Fearless".. There is no Description and Author.. Please help me.. I will +Rep you if you helped me :D
ZIEGMEBALLEN Development Support 17 13,738 03-27-2014, 09:40 AM
    Thread: Help me on My Script please.
Post: RE: Help me on My Script please.

(02-27-2014, 12:38 PM)JustAnotherPlayer Wrote: PHP Code:void OnStart(){AddEntityCollideCallback("Player", "Script_1", "Teleport1", true, 1);AddUseItemCallback("", "Seco...
ZIEGMEBALLEN Development Support 4 3,508 02-27-2014, 12:41 PM
    Thread: Help me on My Script please.
Post: RE: Help me on My Script please.

(02-27-2014, 12:25 PM)JustAnotherPlayer Wrote: It's </RESOURCES>. Also, you cannot have two functions calling the same callback func. If you want a level door to transport you anywhere, do it ...
ZIEGMEBALLEN Development Support 4 3,508 02-27-2014, 12:30 PM
    Thread: Help me on My Script please.
Post: Help me on My Script please.

I have a script.. its : //////////////////////////// // Run first time starting map void OnStart() { AddEntityCollideCallback("Player", "Script_1", "Teleport1", true, 1); AddUseItemCallback("", "Seco...
ZIEGMEBALLEN Development Support 4 3,508 02-27-2014, 12:06 PM
    Thread: Error Hps
Post: RE: Error Hps

(02-26-2014, 10:50 AM)Mudbill Wrote: You can't call the collision callback within itself or else it never starts. You need to move the AddEntityCollideCallback somewhere else, probably to OnStart. O...
ZIEGMEBALLEN Development Support 5 3,716 02-26-2014, 10:57 AM
    Thread: Error Hps
Post: RE: Error Hps

(02-26-2014, 10:06 AM)Mudbill Wrote: You have a semi-colon at the end of this contructor: Code:void Teleport1(string &in asParent, string &in asChild, int alStates); Remove that. Also, this...
ZIEGMEBALLEN Development Support 5 3,716 02-26-2014, 10:18 AM
    Thread: Error Hps
Post: Error Hps

Amnesia says that Script not Valid Error ( 10,1) Unexpected token.. How to fix this ? //////////////////////////// // Run first time starting map void OnStart() { AddUseItemCallback("", "SecondRoomKe...
ZIEGMEBALLEN Development Support 5 3,716 02-26-2014, 10:00 AM