Server Help

Bot Questions - Rampage with Sound?

WarFan - Sat Aug 30, 2003 2:27 am
Post subject: Rampage with Sound?
Any way to make the rampage plugin support wav's? For each level reached it would play the sound, like "killing spree" from unreal tournament and such. Thanks
Mine GO BOOM - Sat Aug 30, 2003 2:32 am
Post subject:
Put it as a bong##.wav file and set it up in a .lvz. Then, have the bot play that ## sound with its message, and you'll get the wave played.
WarFan - Sat Aug 30, 2003 2:43 am
Post subject:
Here is a line from the rampage2 plugin

Code: Show/Hide
10=is on a killing spree! (10:0)


Say my wav is bong10.wav. How do I rewrite this line to say message and play the bong?

10=is on a killing spree! (10:0) /play bong10.wav ?
k0zy - Sat Aug 30, 2003 4:57 am
Post subject:
try:
Code: Show/Hide
10=is on a killing spree! (10:0) %<bong number>

i dont know though, never really tried.
Mine GO BOOM - Sat Aug 30, 2003 2:01 pm
Post subject:
Does it already play a sound when it does that message? Because %# won't work, since sounds are sent via packets, and not in the text (your client changes the %# into the packet form for you). Also, if you happen to have the source, you could add sound parsing into it.
WarFan - Sat Aug 30, 2003 5:09 pm
Post subject:
No, there is no sound played..just a text message. Im no plugin programmer..maybe someone who has the skill and time could make a rampage w/ sound plugin. Be nice to set the wav/bong with the text message for the level of rampage reached. Well, thanks for the help again!
Cyan~Fire - Sat Aug 30, 2003 5:35 pm
Post subject:
Get me the rampage plugin source (too lazy to do it for myself) and I'll take a look at it. Shouldn't be too hard.
WarFan - Sat Aug 30, 2003 6:52 pm
Post subject:
Heres the code for Rampage 1
Cyan~Fire - Sat Aug 30, 2003 7:17 pm
Post subject:
Cool, Workin on it right now.
WarFan - Sat Aug 30, 2003 8:43 pm
Post subject:
Great, Im sure a few other people will enjoy this plugin as well icon_smile.gif
Cyan~Fire - Tue Sep 02, 2003 6:04 pm
Post subject: Finally
Sorry it took so long.
I thought I ran into bugs but they weren't bugs at all icon_razz.gif.

Use !spreebong <number> to set bong number to send.
Dunno if it will work with custom bongs, as that's bot core, not my programming.

Edit: Took off different-rankings DLL
ExplodyThingy - Tue Sep 02, 2003 8:21 pm
Post subject:
Would you like that on a website? I can put you on my website if you want.
WarFan - Wed Sep 03, 2003 12:04 am
Post subject: Re: Finally
Cyan~Fire wrote:
Sorry it took so long.
I thought I ran into bugs but they weren't bugs at all icon_razz.gif.

Use !spreebong <number> to set bong number to send.
Dunno if it will work with custom bongs, as that's bot core, not my programming.


Wow, thanks alot for the plugin! Now I just have a couple more questions. Does this use only 1 sound for all levels of the players killing rampage? And adding the bong/s to an lvz should work? And Im taking that the rampage .ini file is unchanged..as it is not in your archive? ok, thanks again!
Cyan~Fire - Wed Sep 03, 2003 4:26 pm
Post subject:
Yes to almost all of your questions.

Lvzs: Dunno if it will work with custom bongs, as that's bot core, not my programming.

Yeah, I guess I shoulda included the INI, but it is the same.

Maybe I can add in different sounds per level. Hmmm. But that would mean changing the INI for it to be efficient.

Oh and Explody: I don't really care as this is a completely un-professional mod, but put it up if you'd like. Thanks for the attention icon_razz.gif
WarFan - Wed Sep 03, 2003 10:00 pm
Post subject:
After further testing the plugin seems to have bugs. After loading it and playing for awhile, it reported ( 15:0 ) but none before that. And not sure what bong its suppose to play when I do a !spreebong 1 but doesnt seem to play. Is this specifying to play bong1.wa2 in the sounds folder? Ok, this is just some quick feedback after testing the plugin, did you test this on your server and were successful? If so I might be having a plugin conflict or something.. Thanks
Cyan~Fire - Thu Sep 04, 2003 5:29 pm
Post subject:
Oooh oopsies. It's because the version I programmed in was using 7, 10, 15, etc., not multiples of 3. Lemme fix that.

Bongs: Odd. What happens if you use !say %1? It works fine for me.
WarFan - Thu Sep 04, 2003 5:49 pm
Post subject:
Cyan~Fire wrote:
Oooh oopsies. It's because the version I programmed in was using 7, 10, 15, etc., not multiples of 3. Lemme fix that.

Bongs: Odd. What happens if you use !say %1? It works fine for me.


Ahh.. thats why it reported (15:0) icon_smile.gif
and doing an !say %1 plays bong1.wa2 out of my sounds folder.
Cyan~Fire - Thu Sep 04, 2003 5:52 pm
Post subject:
I dunno why that's happening then.
Did the bot pm you 'Bong number set.' (Or something like that) when you did !spreebong 1?
WarFan - Thu Sep 04, 2003 6:21 pm
Post subject:
yes, it did say that the bong had been set. After you get the level settings fixes ( from increments of 5 to 3.. Ill test gain. Since when we were playing.. I think only 1 person reached (15:0) to even see the plugin say (15:0). We could have easily missed that noise that bong1 makes, through the chaos of bomb noise and such..
Cyan~Fire - Thu Sep 04, 2003 6:29 pm
Post subject:
Yeah
ShortyMatt - Thu Sep 04, 2003 10:27 pm
Post subject:
lol mine...so this is one of the posts that u deleted from me icon_sad.gif..oh well....War...just for your information...i think Dr. Brain has some other types of rampages...but with no sound...
WarFan - Thu Sep 04, 2003 10:45 pm
Post subject:
ShortyMatt wrote:
lol mine...so this is one of the posts that u deleted from me icon_sad.gif..oh well....War...just for your information...i think Dr. Brain has some other types of rampages...but with no sound...


Thanks for the info there ShortyMatt but..
The objective was to see if we could get sound from the rampage plugin, not to make another plugin that does the same thing as the other variants.
ShortyMatt - Thu Sep 04, 2003 11:01 pm
Post subject:
oh...well sry for posting then....
Erf - Sat Sep 06, 2003 12:16 am
Post subject:
hey, I'm also very interested in this! =D
CypherJF - Sat Sep 06, 2003 12:19 am
Post subject:
heeey erf! hehe ... nice bot plugin cyan...

-cyp
Cyan~Fire - Sat Sep 06, 2003 12:35 am
Post subject:
If you're interested, download it! icon_razz.gif
All times are -5 GMT
View topic
Powered by phpBB 2.0 .0.11 © 2001 phpBB Group