Radio sounds!

Freelancer

Newbie
Joined
Mar 9, 2005
Messages
335
Reaction score
0
Hi, I got an radio and i whant to be able to do this

I press use on it it turn on a random chosed ambient_generetic
I press use agean and it turns off
I press use agean and it chooses a random ambient agean

and so on

It has to do with logic_case .. thugh i got no idea on how to.. Help!

Please? :D
 
Create an output for each ambient using a different case (OnCase01 - ambient01, OnCase02 - ambient02, etc.). Use a func_button to fire the logic_case with a PickRandom input.
 
so you dont have to change in propeties were it sas Case 1 - 16 ?
edit: This dosnt shut down the sound between the changes...?
 
First question: I doubt it. Those are only used to match input parameters to logic_case outputs; in the case of PickRandom, it *should* pick between all defined outputs.

Second question: if you want it to shut down the sound first, make two of each output: one to target ambient* with StopSound at delay 0, t'other to target the appropriate ambient with PlaySound at delay 0.05.
 
no? i mean.. uh read my post you should press E then it plays random music then you press E agean and it shuts down (*quiet*) and you got to press E agean for it to play an another random sound
 
Freelancer, concerning your sig, why just not own him? There are some quite nasty tricks you can play at him. I'm not going to give you any more info but I hope you catch my drift.
 
phy_doomed had lots of bugs.. right now im working as fast as possible to fix them and finally release the 3 mounths project! it will be released every were i hope .. and it has a custom made model with a nice font "Map By Freelancer" and a server command doing the "say Map By Freelancer" (thugh i havnt got this to work yet .. donno why) and i know someone that knows the owner of HL2 files and i know the owner of CS Banana.. i can get the clan banned if i whant

thugh i didnt relly understand you :/
 
Freelancer said:
no? i mean.. uh read my post you should press E then it plays random music then you press E agean and it shuts down (*quiet*) and you got to press E agean for it to play an another random sound

Oh. Right. Missed that part.

*flogs self*

Then let's set the button's Toggle flag and its delay before reset to -1 so that we can "open" and "close" it both with our use key, though it remains in the same position... then let's have OnIn fire the logic_case (PickRandom), and OnOut fire ambient* (StopSound).

And if that doesn't work, for whatever reason, well, there are a thousand solutions to any problem.
 
neh .. i tryed and it worked, thanks, but it was the ambient that made funny stuff so i had to forget that idea :/
 
Okay honestly, having your name in the map is all good ,but not as a big fat sign. Make it in a hidden credits room or whatever but NEVER EVER make it as you said.

And DEFINENTLY don't make the server say your name repeatedly. Even if you would get it to work it'd make it so bad that noone would ever have it on their server. Sorry.

And if you didn't understand what I said then nevermind.
 
the say comman i skipped and the sign is inside the wall and you got to shoot wall to see it thugh i think i delete it .. problem is that then i got to redo the wall somehow ive allready cerved it :/

edit: wall fixed (just deleted it and re made it ^^) btw check your pm inbox.. you got a classified secrit letter that wasnt from me (you allready know too mutch ! DIEE!!) :D
 
Back
Top