Frictional Games Forum (read-only)
[CHAOS] Arched Castle Door and End Credits - 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: [CHAOS] Arched Castle Door and End Credits (/thread-20252.html)

Pages: 1 2 3


RE: Chairs. - The chaser - 02-09-2013

Use

void OnEnter()
{

PlayMusic("09_amb_safe.snt", true, 1.0f, 0.0f, 0, false);
}



RE: Chairs. - PutraenusAlivius - 02-09-2013

(02-09-2013, 12:28 PM)The chaser Wrote: Use

void OnEnter()
{

PlayMusic("09_amb_safe.snt", true, 1.0f, 0.0f, 0, false);
}
Zank yah! (A weird way to say "thank you")

(02-09-2013, 12:26 PM)MulleDK19 Wrote:
(02-09-2013, 12:23 PM)JustAnotherPlayer Wrote:
PHP Code:
void MusicPlay(stringin asParentstringin asChildint alState)
{
PlayMusic("Player", 09_amb_safe.snt"Music_Area1"0.0false);

If it's right, than good. I just don't know how to make it to loop.

Not at all good.
"Player" makes no sense in that context. 09_amb_safe.snt should be surrounded by quotes ("). And it should be the first parameter. Second parameter is whether to loop. You're missing the priority parameter.

You're looking for
PHP Code:
PlayMusic("09_amb_safe.snt"true1.0f0.0f0false); 
That one is for triggering music in a script area.

So, anyway to made these dining tables without a bug?


RE: Chairs. - No Author - 02-09-2013

Idk. Remake the map ?


RE: Chairs. - MulleDK19 - 02-09-2013

(02-09-2013, 12:29 PM)JustAnotherPlayer Wrote:
(02-09-2013, 12:28 PM)The chaser Wrote: Use

void OnEnter()
{

PlayMusic("09_amb_safe.snt", true, 1.0f, 0.0f, 0, false);
}
Zank yah! (A weird way to say "thank you")

(02-09-2013, 12:26 PM)MulleDK19 Wrote:
(02-09-2013, 12:23 PM)JustAnotherPlayer Wrote:
PHP Code:
void MusicPlay(stringin asParentstringin asChildint alState)
{
PlayMusic("Player", 09_amb_safe.snt"Music_Area1"0.0false);

If it's right, than good. I just don't know how to make it to loop.

Not at all good.
"Player" makes no sense in that context. 09_amb_safe.snt should be surrounded by quotes ("). And it should be the first parameter. Second parameter is whether to loop. You're missing the priority parameter.

You're looking for
PHP Code:
PlayMusic("09_amb_safe.snt"true1.0f0.0f0false); 
That one is for triggering music in a script area.

So, anyway to made these dining tables without a bug?

So? It was still wrong.


RE: Chairs. - PutraenusAlivius - 02-09-2013

(02-09-2013, 12:35 PM)MulleDK19 Wrote:
(02-09-2013, 12:29 PM)JustAnotherPlayer Wrote:
(02-09-2013, 12:28 PM)The chaser Wrote: Use

void OnEnter()
{

PlayMusic("09_amb_safe.snt", true, 1.0f, 0.0f, 0, false);
}
Zank yah! (A weird way to say "thank you")

(02-09-2013, 12:26 PM)MulleDK19 Wrote:
(02-09-2013, 12:23 PM)JustAnotherPlayer Wrote:
PHP Code:
void MusicPlay(stringin asParentstringin asChildint alState)
{
PlayMusic("Player", 09_amb_safe.snt"Music_Area1"0.0false);

If it's right, than good. I just don't know how to make it to loop.

Not at all good.
"Player" makes no sense in that context. 09_amb_safe.snt should be surrounded by quotes ("). And it should be the first parameter. Second parameter is whether to loop. You're missing the priority parameter.

You're looking for
PHP Code:
PlayMusic("09_amb_safe.snt"true1.0f0.0f0false); 
That one is for triggering music in a script area.

So, anyway to made these dining tables without a bug?

So? It was still wrong.
I was asking any way to put it without it flying and kill a computer. (it killed my computer and No Author's laptop. I'm sorry. Time constraints)


RE: Chairs. - No Author - 02-09-2013

Have you read my post yet ?


RE: Chairs. - PutraenusAlivius - 02-09-2013

(02-09-2013, 12:42 PM)No Author Wrote: Have you read my post yet ?
What make it non-compound again? I did dat.


RE: Chairs. - No Author - 02-09-2013

(02-09-2013, 12:44 PM)JustAnotherPlayer Wrote:
(02-09-2013, 12:42 PM)No Author Wrote: Have you read my post yet ?
What make it non-compound again? I did dat.

No. Remake the map. That should work.


RE: Chairs. - Kman - 02-09-2013

If you want to unbind a compound just select it and press B again


RE: Chairs. - PutraenusAlivius - 02-09-2013

REBUILDING FROM SCRATCH...........