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


Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Intro Problem - 02-05-2017
Post: RE: Intro Problem - 02-05-2017

Ok now work all :) But i have some questions. So first how make "WakeUp" effect? I have this: Code:void OnStart() {     FadeOut(0.01f);     AddTimer("", 2.1f...
Abihishi Custom Stories, TCs & Mods - Development 9 7,613 05-03-2017, 06:32 AM
    Thread: Intro Problem - 02-05-2017
Post: RE: Intro Problem - 02-05-2017

Ok, images fix. https://scr.hu/0unb/tzqfg - First Scene https://scr.hu/0unb/un0wd - Second Scene https://scr.hu/0unb/ezbj6 - Third Scene So: 1)I only see first scene, and after this black screen 2)C...
Abihishi Custom Stories, TCs & Mods - Development 9 7,613 05-02-2017, 10:19 PM
    Thread: Intro Problem - 02-05-2017
Post: RE: Intro Problem - 02-05-2017

Ok, i make a new map for intro. And i make 3 room with start position name Intro_0, Intro_1 and Intro_2 with 3 pictures. But when i start a game my character fall down in floor (not hight, after my Po...
Abihishi Custom Stories, TCs & Mods - Development 9 7,613 05-02-2017, 02:24 PM
    Thread: Intro Problem - 02-05-2017
Post: RE: Intro Problem - 02-05-2017

Mhm, ok now my character dont fall down in void, yep... But i dont see anything, only black screen, ofc i cant move or move around head etc. I wait 15-20 sec and nathing. Like my character hung up in ...
Abihishi Custom Stories, TCs & Mods - Development 9 7,613 05-02-2017, 01:11 PM
    Thread: Intro Problem - 02-05-2017
Post: Intro Problem - 02-05-2017

Hi guys. Today I decided make intro to my cs. I make 2 graphic .PNG, and custom in model editor. After this i add blackplane in my map and 2 intro point, and pictures. Like Mudbill in video yt: https:...
Abihishi Custom Stories, TCs & Mods - Development 9 7,613 05-02-2017, 01:00 PM
    Thread: Little blue light under key
Post: RE: Little blue light under key

Ayy ok, i check if before, but this light was be too big. Now i change radius and now its ok. But thanks you :D
Abihishi Custom Stories, TCs & Mods - Development 2 3,108 05-01-2017, 05:04 PM
    Thread: Little blue light under key
Post: Little blue light under key

How i can add this small ble light under key or note? Thanks for answere! :)
Abihishi Custom Stories, TCs & Mods - Development 2 3,108 05-01-2017, 04:25 PM
    Thread: Script - Piano Music
Post: RE: Script - Piano Music

Yep, but i does not want make million threads. BTW. this piano music still not work ( oh... god, please... tell him, in order to hence he came out because it is tiring). In this infinity music I mean ...
Abihishi Development Support 28 12,349 03-01-2016, 06:53 PM
    Thread: Script - Piano Music
Post: RE: Script - Piano Music

This three dots are ominous :D
Abihishi Development Support 28 12,349 03-01-2016, 05:44 PM
    Thread: Script - Piano Music
Post: RE: Script - Piano Music

Dude, you know how add mementos, when my character pick note?
Abihishi Development Support 28 12,349 03-01-2016, 05:14 PM
    Thread: Script - Piano Music
Post: RE: Script - Piano Music

Thanks Man! :D
Abihishi Development Support 28 12,349 02-29-2016, 08:11 PM
    Thread: Script - Piano Music
Post: RE: Script - Piano Music

Thanks dude :) You know have make invisible wall? which would not pass up further player just display a message .
Abihishi Development Support 28 12,349 02-29-2016, 05:35 PM
    Thread: Script - Piano Music
Post: RE: Script - Piano Music

You are amazing! Do you know yet how to add the effect of the blue flash when eg . open the door key ? And do you know perhaps how to add the blue glow to better visible key or note .
Abihishi Development Support 28 12,349 02-28-2016, 12:51 PM
    Thread: Script - Piano Music
Post: RE: Script - Piano Music

Ok. You know how make script when start Custom story my character musnt move, but only after 6-7 seconds?
Abihishi Development Support 28 12,349 02-28-2016, 12:11 PM
    Thread: Script - Piano Music
Post: RE: Script - Piano Music

Mhm i copy that but in game i not hear. I dont know why :( Name script in editor is same, perhaps script can not find that sound file?
Abihishi Development Support 28 12,349 02-27-2016, 06:37 PM
    Thread: Script - Piano Music
Post: RE: Script - Piano Music

Code:void OnStart() {     FadeOut(0.01f);     AddTimer("", 2.1f, "awake2");     AddTimer("", 5.0f, "awake");     FadePla...
Abihishi Development Support 28 12,349 02-27-2016, 03:50 PM
    Thread: Script - Piano Music
Post: RE: Script - Piano Music

void OnStart() { PlayMusic("00_event_gallery", true, 1, 0.1, 10, false); StopMusic(1.0f, 1); } not work, and piano music too ;P
Abihishi Development Support 28 12,349 02-27-2016, 02:54 PM
    Thread: Script - Piano Music
Post: RE: Script - Piano Music

But how stop music in intro? :D I have this in OnStart: PlayMusic("00_event_gallery.snt", true, 1, 0.1, 10, false); and this: void StopMusic(15, int alPrio); { } But i dont know what type
Abihishi Development Support 28 12,349 02-27-2016, 01:19 PM
    Thread: Script - Piano Music
Post: RE: Script - Piano Music

Thanks
Abihishi Development Support 28 12,349 02-27-2016, 11:55 AM
    Thread: Script - Piano Music
Post: RE: Script - Piano Music

All points checked and not found error. FATAL ERROR: Could not load script file 'custom_stories/TheWitness/maps/00_witness.hps'! main (11,2) :ERR : Expected ';'
Abihishi Development Support 28 12,349 02-27-2016, 10:32 AM