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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: I need help with my Custom Story!
Post: RE: I need help with my Custom Story!

(03-22-2014, 05:15 AM)valetheimpaler Wrote: ok uhm as far as head height, play around with the y variable (the second one, ie 'x, y, z') rotation idk just yet hope that helps Thanks for all the Hel...
mrburritos31 Custom Stories, TCs & Mods - Development 20 16,858 03-22-2014, 05:20 AM
    Thread: I need help with my Custom Story!
Post: RE: I need help with my Custom Story!

(03-22-2014, 05:10 AM)valetheimpaler Wrote: first off, Is it timer errors as far as intro? They may need clean up, I can help with those. And do in Void onStart SetPlayerLampOil(0.0f); It doesn't lo...
mrburritos31 Custom Stories, TCs & Mods - Development 20 16,858 03-22-2014, 05:13 AM
    Thread: I need help with my Custom Story!
Post: RE: I need help with my Custom Story!

(03-22-2014, 05:04 AM)valetheimpaler Wrote: ok, in void wakeup first bracket 'AddTime("MoveHead", 1 ,"WakeUp");' addTime should be AddTimer void Wakeup second bracket AddTime should be AddTimer typ...
mrburritos31 Custom Stories, TCs & Mods - Development 20 16,858 03-22-2014, 05:08 AM
    Thread: I need help with my Custom Story!
Post: RE: I need help with my Custom Story!

(03-22-2014, 04:50 AM)valetheimpaler Wrote: k, one sec void OnStart() { SetPlayerActive(false); FadeOut(0); //FadePlayerRollTo(65, 20, 20); MovePlayerHeadPos(-1, -0.45, -1.1, 20, 1); AddTimer(...
mrburritos31 Custom Stories, TCs & Mods - Development 20 16,858 03-22-2014, 05:02 AM
    Thread: I need help with my Custom Story!
Post: RE: I need help with my Custom Story!

(03-22-2014, 04:48 AM)valetheimpaler Wrote: hmmmmmmmmmmmmm post your current code void OnStart() { SetPlayerActive(false); FadeOut(0); //FadePlayerRollTo(65, 20, 20); MovePlayerHeadPos(-1, -0.45, -1...
mrburritos31 Custom Stories, TCs & Mods - Development 20 16,858 03-22-2014, 04:49 AM
    Thread: I need help with my Custom Story!
Post: RE: I need help with my Custom Story!

(03-22-2014, 04:41 AM)valetheimpaler Wrote: ok, while i was waiting found another error. Needs to be a bracket the line before the one i edited for you. Missing the opposite for the previous one. A...
mrburritos31 Custom Stories, TCs & Mods - Development 20 16,858 03-22-2014, 04:47 AM
    Thread: I need help with my Custom Story!
Post: RE: I need help with my Custom Story!

(03-22-2014, 04:38 AM)valetheimpaler Wrote: is the crash text any different? Nope :/
mrburritos31 Custom Stories, TCs & Mods - Development 20 16,858 03-22-2014, 04:40 AM
    Thread: I need help with my Custom Story!
Post: RE: I need help with my Custom Story!

(03-22-2014, 04:32 AM)valetheimpaler Wrote: go down to line 43, get rid of the semicolon at the end else if(timer_name == "ActivatePlayer"); should be else if(timer_name == "ActivatePlayer") let me ...
mrburritos31 Custom Stories, TCs & Mods - Development 20 16,858 03-22-2014, 04:36 AM
    Thread: I need help with my Custom Story!
Post: RE: I need help with my Custom Story!

(03-22-2014, 04:24 AM)valetheimpaler Wrote: can you copy down the crash message? It makes it easier to find the bug Here is the Crash Message: FATAL ERROR: Could not load script file 'custom_storie...
mrburritos31 Custom Stories, TCs & Mods - Development 20 16,858 03-22-2014, 04:28 AM
    Thread: I need help with my Custom Story!
Post: I need help with my Custom Story!

So here is my Intro Map Script, i'm trying to add a "Wake Up Effect" But when i try to launch my Custom Story it crashes! Any Suggestions? void OnStart() { SetPlayerActive(false); FadeOut(0); //FadePl...
mrburritos31 Custom Stories, TCs & Mods - Development 20 16,858 03-22-2014, 04:18 AM
    Thread: Please help with my custom story hps file!!!
Post: RE: Please help with my custom story hps file!!!

(07-04-2013, 04:53 AM)cruisy18 Wrote: You're not using the right kind of brackets in certain areas. Try this out. Code:void OnStart() { AddUseItemCallback("OpenDoor", "key_study_1", "level_wood_1",...
mrburritos31 Development Support 2 2,664 07-04-2013, 05:25 AM
    Thread: Please help with my custom story hps file!!!
Post: Please help with my custom story hps file!!!

So ive been working on a custom story and my hps file wont work it crashes the game this is the file: void OnStart() ( AddUseItemCallback("OpenDoor", "key_study_1", "level_wood_1", "UnlockLevelDoor",...
mrburritos31 Development Support 2 2,664 07-04-2013, 04:51 AM
    Thread: My custom story wont appear in the game! Help
Post: RE: My custom story wont appear in the game! Help

(07-04-2013, 02:30 AM)JAP the Birthday Boy Wrote: (07-03-2013, 07:05 PM)mrburritos31 Wrote: (07-03-2013, 06:07 PM)Zatchie Wrote: Maybe you wrote something wrong in the lang file? Here is my lang...
mrburritos31 Development Support 13 9,663 07-04-2013, 04:35 AM
    Thread: My custom story wont appear in the game! Help
Post: RE: My custom story wont appear in the game! Help

(07-04-2013, 02:30 AM)JAP the Birthday Boy Wrote: (07-03-2013, 07:05 PM)mrburritos31 Wrote: (07-03-2013, 06:07 PM)Zatchie Wrote: Maybe you wrote something wrong in the lang file? Here is my lang...
mrburritos31 Development Support 13 9,663 07-04-2013, 02:38 AM
    Thread: My custom story wont appear in the game! Help
Post: RE: My custom story wont appear in the game! Help

(07-03-2013, 06:07 PM)Zatchie Wrote: Maybe you wrote something wrong in the lang file? Here is my lang file: <CATEGORY Name="CustomStoryMain"> <Entry> Name="Description">You are ...
mrburritos31 Development Support 13 9,663 07-03-2013, 07:05 PM
    Thread: My custom story wont appear in the game! Help
Post: RE: My custom story wont appear in the game! Help

(07-02-2013, 06:20 AM)Statyk Wrote: Close off the author line with a "Thanks for telling me that! But it still isnt working! :0 I dont know what i did wrong (06-29-2013, 08:40 AM)JustAnotherPlayer...
mrburritos31 Development Support 13 9,663 07-03-2013, 05:46 PM
    Thread: My custom story wont appear in the game! Help
Post: RE: My custom story wont appear in the game! Help

Here is my custom story cfg file
mrburritos31 Development Support 13 9,663 07-01-2013, 11:49 PM
    Thread: My custom story wont appear in the game! Help
Post: My custom story wont appear in the game! Help

Ok so i've been working on a custom story and I did everything right but it wont appear in the custom stories section of my amnesia PLEASE HELP Thanks
mrburritos31 Development Support 13 9,663 06-29-2013, 08:14 AM