Frictional Games Forum (read-only)
Fadein help - 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 - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: Fadein help (/thread-12290.html)

Pages: 1 2 3 4


RE: Timer help - Statyk - 01-05-2012

(01-05-2012, 03:43 AM)flamez3 Wrote: Ok, I have not read every single reply to this thread, so I'm going to throw this out there. Delete the FadeIn(5); from the void on start and put this in:

Quote:void OnStart()
{
AddTimer("fadein", 0.1f, "fadeinTimer");
}

void fadeinTimer(string &in asTimer)
{
FadeIn(4.9f);
}
No, I asked him if he torrented the game and it turns out he did... Which will screw up everything in his engine. The script is fine. His GAME is the problem. But he said he bought it and I told him to go test it. My guess is it should either work, or theres a SMALL error somewhere. But either way. Things should work now.


RE: Timer help - flamez3 - 01-05-2012

(01-05-2012, 03:49 AM)Statyk Wrote: No, I asked him if he torrented the game and it turns out he did...
...Oh :3


RE: Timer help - eagledude4 - 01-05-2012

Got it installed



RE: Timer help - flamez3 - 01-05-2012

Where have you installed the sound


RE: Timer help - eagledude4 - 01-05-2012

(01-05-2012, 05:29 AM)flamez3 Wrote: Where have you installed the sound

Amnesia - The Dark Descent\redist\sounds\Custom





RE: Timer help - flamez3 - 01-05-2012

(01-05-2012, 05:36 AM)eagledude4 Wrote:
(01-05-2012, 05:29 AM)flamez3 Wrote: Where have you installed the sound

Amnesia - The Dark Descent\redist\sounds\Custom
Install it to
Amnesia - The Dark Descent\redist\
Custom Stories\ Your custom story.

It will help other people to use it, and did you try restarting amnesia after you add the sound in?





RE: Timer help - eagledude4 - 01-05-2012

(01-05-2012, 05:57 AM)flamez3 Wrote:
(01-05-2012, 05:36 AM)eagledude4 Wrote:
(01-05-2012, 05:29 AM)flamez3 Wrote: Where have you installed the sound

Amnesia - The Dark Descent\redist\sounds\Custom
Install it to
Amnesia - The Dark Descent\redist\
Custom Stories\ Your custom story.

It will help other people to use it, and did you try restarting amnesia after you add the sound in?

I just realized I replied to wrong help thread Tongue. I will eventually copy all of my story stuff to that directory, but I don't think anything needs to be in there to work. Can we get back to the timer subject now? Tongue




RE: Timer help - eagledude4 - 01-11-2012

Help please?



RE: Timer help - Statyk - 01-11-2012

(01-11-2012, 10:01 PM)eagledude4 Wrote: Help please?
Have you tried ANY debugging since last time?

Try putting the sound in your redist "sounds" folder somewhere, as well as the custom story folder.


RE: Timer help - eagledude4 - 01-11-2012

(01-11-2012, 10:15 PM)Statyk Wrote:
(01-11-2012, 10:01 PM)eagledude4 Wrote: Help please?
Have you tried ANY debugging since last time?

Try putting the sound in your redist "sounds" folder somewhere, as well as the custom story folder.

I've done both, and I replied about my sound issue by mistake, please leave this thread for the timer issue.