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


Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Multiple Issues Help Arched Castle Door and End Credits
The chaser Offline
Posting Freak

Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation: 113
#11
RE: Chairs.

Use

void OnEnter()
{

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

THE OTHERWORLD (WIP)
[Image: k6vbdhu]

Aculy iz dolan.
02-09-2013, 12:28 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#12
RE: Chairs.

(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: (Select All)
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: (Select All)
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?

"Veni, vidi, vici."
"I came, I saw, I conquered."
(This post was last modified: 02-09-2013, 12:30 PM by PutraenusAlivius.)
02-09-2013, 12:29 PM
Find
No Author Offline
Posting Freak

Posts: 962
Threads: 10
Joined: Jun 2012
Reputation: 13
#13
RE: Chairs.

Idk. Remake the map ?

[Image: the-cabin-in-the-woods-masked-people.jpg]
02-09-2013, 12:35 PM
Find
MulleDK19 Offline
Senior Member

Posts: 545
Threads: 21
Joined: Jun 2009
Reputation: 10
#14
RE: Chairs.

(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: (Select All)
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: (Select All)
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.

[Image: 16455.png]
02-09-2013, 12:35 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#15
RE: Chairs.

(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: (Select All)
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: (Select All)
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)

"Veni, vidi, vici."
"I came, I saw, I conquered."
02-09-2013, 12:39 PM
Find
No Author Offline
Posting Freak

Posts: 962
Threads: 10
Joined: Jun 2012
Reputation: 13
#16
RE: Chairs.

Have you read my post yet ?

[Image: the-cabin-in-the-woods-masked-people.jpg]
02-09-2013, 12:42 PM
Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#17
RE: Chairs.

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

"Veni, vidi, vici."
"I came, I saw, I conquered."
02-09-2013, 12:44 PM
Find
No Author Offline
Posting Freak

Posts: 962
Threads: 10
Joined: Jun 2012
Reputation: 13
#18
RE: Chairs.

(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.

[Image: the-cabin-in-the-woods-masked-people.jpg]
02-09-2013, 12:45 PM
Find
Kman Offline
Posting Freak

Posts: 4,187
Threads: 25
Joined: Jul 2011
Reputation: 219
#19
RE: Chairs.

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

Posting Freak
02-09-2013, 12:48 PM
Website Find
PutraenusAlivius Offline
Posting Freak

Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation: 119
#20
RE: Chairs.

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

"Veni, vidi, vici."
"I came, I saw, I conquered."
02-09-2013, 12:50 PM
Find




Users browsing this thread: 1 Guest(s)