The chaser
Posting Freak
Posts: 2,486
Threads: 76
Joined: Jun 2012
Reputation:
113
|
RE: Chairs.
Use
void OnEnter()
{
PlayMusic("09_amb_safe.snt", true, 1.0f, 0.0f, 0, false);
}
THE OTHERWORLD (WIP)
Aculy iz dolan.
|
|
02-09-2013, 12:28 PM |
|
PutraenusAlivius
Posting Freak
Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation:
119
|
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: void MusicPlay(string& in asParent, string& in asChild, int alState) { PlayMusic("Player", 09_amb_safe.snt, "Music_Area1", 0.0, false); }
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
PlayMusic("09_amb_safe.snt", true, 1.0f, 0.0f, 0, false);
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."
|
|
02-09-2013, 12:29 PM |
|
No Author
Posting Freak
Posts: 962
Threads: 10
Joined: Jun 2012
Reputation:
13
|
RE: Chairs.
Idk. Remake the map ?
|
|
02-09-2013, 12:35 PM |
|
MulleDK19
Senior Member
Posts: 545
Threads: 21
Joined: Jun 2009
Reputation:
10
|
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: void MusicPlay(string& in asParent, string& in asChild, int alState) { PlayMusic("Player", 09_amb_safe.snt, "Music_Area1", 0.0, false); }
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
PlayMusic("09_amb_safe.snt", true, 1.0f, 0.0f, 0, false);
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.
|
|
02-09-2013, 12:35 PM |
|
PutraenusAlivius
Posting Freak
Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation:
119
|
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: void MusicPlay(string& in asParent, string& in asChild, int alState) { PlayMusic("Player", 09_amb_safe.snt, "Music_Area1", 0.0, false); }
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
PlayMusic("09_amb_safe.snt", true, 1.0f, 0.0f, 0, false);
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 |
|
No Author
Posting Freak
Posts: 962
Threads: 10
Joined: Jun 2012
Reputation:
13
|
RE: Chairs.
Have you read my post yet ?
|
|
02-09-2013, 12:42 PM |
|
PutraenusAlivius
Posting Freak
Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation:
119
|
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 |
|
No Author
Posting Freak
Posts: 962
Threads: 10
Joined: Jun 2012
Reputation:
13
|
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.
|
|
02-09-2013, 12:45 PM |
|
Kman
Posting Freak
Posts: 4,187
Threads: 25
Joined: Jul 2011
Reputation:
219
|
RE: Chairs.
If you want to unbind a compound just select it and press B again
Posting Freak
|
|
02-09-2013, 12:48 PM |
|
PutraenusAlivius
Posting Freak
Posts: 4,713
Threads: 75
Joined: Dec 2012
Reputation:
119
|
RE: Chairs.
REBUILDING FROM SCRATCH...........
"Veni, vidi, vici."
"I came, I saw, I conquered."
|
|
02-09-2013, 12:50 PM |
|
|