Frictional Games Forum (read-only)
Custom Story Lost The Lights - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods (https://www.frictionalgames.com/forum/forum-35.html)
+---- Forum: Showcase (https://www.frictionalgames.com/forum/forum-36.html)
+---- Thread: Custom Story Lost The Lights (/thread-10250.html)



Custom Story Lost The Lights - UnseenLegend ( NL ) - 09-10-2011

This Is My First Custom Story You Woke up By some mannequins Only 1 person can Help you out But who is that Person how did you get in This Treble house ? or Castle Only way to find out to watch this vid i made for you guys Smile

P.S im making a new Trailer Better one :3


[video=youtube]http://youtu.be/CeO_AlTnIak[/video]


It's Still incomplete

this will take a lot of time so i will make episode's
feel free to ask to help me with Level design and Scripting
Why because it's Really taking long to Finish this


RE: Custom Story Lost The Lights - HumiliatioN - 09-10-2011

(09-10-2011, 12:01 PM)UnseenLegend ( NL ) Wrote: This Is My First Custom Story You Woke up By some mannequins Only 1 person can Help you out But who is that Person how did you get in This Treble house ? or Castle Only way to find out to watch this vid i made for you guys Smile
[video=youtube]http://youtu.be/CeO_AlTnIak[/video]

It's Still incomplete

Nice trailer. Really looking forward this one!

Good luck with your project and make tons of scares to scare all players who play this to the ground. Big Grin




RE: Custom Story Lost The Lights - Mosnye - 09-10-2011

Thats alot of transitions you have there, nice trailer anyway! Also I lol'd at "Singing little girls" xD


RE: Custom Story Lost The Lights - UnseenLegend ( NL ) - 09-10-2011

(09-10-2011, 11:30 PM)Mosnye Wrote: Thats alot of transitions you have there, nice trailer anyway! Also I lol'd at "Singing little girls" xD
i know singing litte girls i add a Noise if you all the way down You hearing thos girls softly singing very Creepy song im even scared if i test it some times xD




RE: Custom Story Lost The Lights - Tenno - 09-11-2011

Interesting trailer, how big are you planning on making this story? Because from the video, it looks like a lot of content Big Grin



RE: Custom Story Lost The Lights - RawkBandMan - 09-11-2011

I have to ask this.

For your water monster part.

How do you get the effect for it to go to a black screen, and zoom in before that?

(I relize that Frictional Games just teleported the player there, but I want to know what I said up here ^^)



RE: Custom Story Lost The Lights - UnseenLegend ( NL ) - 09-11-2011

(09-11-2011, 04:30 PM)XxRoCkBaNdMaNxX Wrote: I have to ask this.

For your water monster part.

How do you get the effect for it to go to a black screen, and zoom in before that?

(I relize that Frictional Games just teleported the player there, but I want to know what I said up here ^^)
it's not really easy to make it took me a lot of work to let it work.
make the player FadeOut like this

PHP Code:
void CollideYourname(string &in asParentstring &in asChildint alState)
{
FadeOut(0.3);

AddTimer("scare"0.3f"TimerPlayerReact");
AddTimer("breath"2.0f"TimerPlayerReact");
AddTimer("breathl"4.0f"TimerPlayerReact");
AddTimer("breathl"6.0f"TimerPlayerReact");

AddTimer("TeleportHowl"0.5f"TimerTeleportHowl");
AddTimer("TeleportDone"3.5f"TimerTelportDone");

PlaySoundAtEntity("stomp","scare_wall_stomp","Player"0false);
PlaySoundAtEntity("darkamb","07_amb_breath","Player"5true);
PlaySoundAtEntity("wateramb""ambience_water_no3d.snt""sound_idle_1"5true);

FadePlayerFOVMulTo(4.0f4.0f);
SetRadialBlurStartDist(0.1f);
FadeRadialBlurTo(1.0f5.0f);

StartEffectFlash(0.20.1,0.3);

FadeGlobalSoun dVolume(00.3);
StopMusic(0.3f0);
StartScreenShake(0.14.70.050.5);

FadePlayerFOVMulTo(0.53);


and This is to make Where you end at the teleport aventure Rolleyes

PHP Code:
void TimerTelportDone(string &in asTimer)
{
TeleportPlayer("PlayerStartArea_3");
FadeGlobalSoundVolume(1,2);
SetPlayerActive(true);
FadePlayerFOVMulTo(1.0f0.5f);
FadeRadialBlurTo(0.0f1.0f);
FadeIn(1.3);

FadePlayerFOVMulTo(11);

CollideYourname();


And sure if you died you need to make CheckPoint

PHP Code:
void CollideYourname()
{
CheckPoint("check01","PlayerStartArea_3""CheckPoint01""""");

PlayMusic("YourFavorSong"true14.0f0true);


P.S i add some Sound Effects to make it Real realistic If you want Really Put Sound effects into it your Time.
if you dont put a timer into it you hear it all at the same time Sounds epic lol but i think you will get an Fatal error.
So dont get Confused by all thos PlaySoundAtEntity




RE: Custom Story Lost The Lights - UnseenLegend ( NL ) - 09-12-2011

soon i made a demo



RE: Custom Story Lost The Lights - huseyin - 12-06-2011

I'm waiting. Smile Can we download it this week?