Author Topic: ASA (AudioSurf Announcer) for mIRC (Alpha 3 Released!)  (Read 6393 times)

TerMight

  • Newbie
  • *
  • Posts: 12
    • View Profile
    • Email
ASA (AudioSurf Announcer) for mIRC (Alpha 3 Released!)
« on: September 15, 2008, 05:44:23 am »
The AudioSurf Announcer for mIRC (Alpha 3 Released!)

Alpha 3 is ready for surfing!!

HERE

If you want to suggest/request features, you can do so on the above post, or visit TNETIRC
« Last Edit: September 18, 2008, 10:01:02 pm by TerMight »

TerMight

  • Newbie
  • *
  • Posts: 12
    • View Profile
    • Email
Re: ASA (AudioSurf Announcer) for mIRC (Alpha 1 Released!)
« Reply #1 on: September 16, 2008, 09:20:46 am »
Alpha one posted, bump!

Lavos^

  • Hero Member
  • *****
  • Posts: 2251
    • View Profile
    • Email
Re: ASA (AudioSurf Announcer) for mIRC (Alpha 1 Released!)
« Reply #2 on: September 17, 2008, 07:24:48 am »
I'm not registering to download. Better link plz.

ViRUS

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3218
    • MSN Messenger - newvirus@live.com.ar
    • View Profile
    • Email
Re: ASA (AudioSurf Announcer) for mIRC (Alpha 1 Released!)
« Reply #3 on: September 17, 2008, 10:14:05 am »
Attach to this forum plz.


TerMight

  • Newbie
  • *
  • Posts: 12
    • View Profile
    • Email
Re: ASA (AudioSurf Announcer) for mIRC (Alpha 1 Released!)
« Reply #4 on: September 17, 2008, 06:12:48 pm »
Oh, woops, I wasn't aware the permissions were set to disallow public downloading :P

Fixed, public download link posted. enjoy!

Although, would be nice to have some members too, help my little spec of the internet grow :P

Lavos^

  • Hero Member
  • *****
  • Posts: 2251
    • View Profile
    • Email
Re: ASA (AudioSurf Announcer) for mIRC (Alpha 1 Released!)
« Reply #5 on: September 17, 2008, 06:28:06 pm »
I can't add my channel.

See the first attached picture. The first 2 I put in the correct channel, #osu, but only the hash is added. And if I do just osu without the hash, which is incorrect, it's added.

See the second attached picture. I'd like a re-sizable window. All the commands are competely cut off, it'd be nice to see them. But as you can see, it's being registered just fine between the announcer and AS, but it's not outputting anything.
« Last Edit: September 17, 2008, 06:38:06 pm by Lavos^ »

TerMight

  • Newbie
  • *
  • Posts: 12
    • View Profile
    • Email
Re: ASA (AudioSurf Announcer) for mIRC (Alpha 1 Released!)
« Reply #6 on: September 18, 2008, 12:27:26 am »
Ahh, that was my mistake in the coding. I wanted to make it so that when a user enters a channel, it removes the hash and just lists the channel name, no hash. But.. I screwed up and used the wrong string parsing method... Left() instead of Right(). Woopsie! That's what I get for running on caffiine and no sleep. :P Also, aside from my error, please make sure you read the readme.txt file. You have to load the accompanied script into mIRC in order for it to work. It is all explained in the readme.

I am glad I read this message, I was just getting ready to release Alpha 2, I came to this thread to post the message I had updated the Alpha version, turns out someone found a bug! I scrapped the code, and now channels in the channel list are specific to hashes, without them, they will not work.

As for sizable window, done.

Updated to Alpha 2!

http://www.termight.info/forum/showthread.php?tid=17
« Last Edit: September 18, 2008, 04:09:54 am by TerMight »

e_-

  • Newbie
  • *
  • Posts: 41
    • AOL Instant Messenger - hohoho
    • View Profile
Re: ASA (AudioSurf Announcer) for mIRC (Alpha 1 Released!)
« Reply #7 on: September 18, 2008, 06:59:24 am »
How about formatting the score that gets sent to the channel with the " & Format(scoreString, "###,##0") & "?

Just thought it'd make it look neater. :p

TerMight

  • Newbie
  • *
  • Posts: 12
    • View Profile
    • Email
Re: ASA (AudioSurf Announcer) for mIRC (Alpha 1 Released!)
« Reply #8 on: September 18, 2008, 07:27:13 am »
How about formatting the score that gets sent to the channel with the " & Format(scoreString, "###,##0") & "?

Just thought it'd make it look neater. :p

Not so sure what you mean by that? :p

e_-

  • Newbie
  • *
  • Posts: 41
    • AOL Instant Messenger - hohoho
    • View Profile
Re: ASA (AudioSurf Announcer) for mIRC (Alpha 2 Released!)
« Reply #9 on: September 18, 2008, 08:44:17 am »
<TerMight> Has finished surfing slayer - war ensemble with a score of: 118354

Instead of just 118354, have it send as 118,354. Correct number formatting in other words.

Lavos^

  • Hero Member
  • *****
  • Posts: 2251
    • View Profile
    • Email
Re: ASA (AudioSurf Announcer) for mIRC (Alpha 2 Released!)
« Reply #10 on: September 18, 2008, 08:57:28 am »
Amagad e_- you're in here. Name?

e_-

  • Newbie
  • *
  • Posts: 41
    • AOL Instant Messenger - hohoho
    • View Profile
Re: ASA (AudioSurf Announcer) for mIRC (Alpha 2 Released!)
« Reply #11 on: September 18, 2008, 09:02:23 am »
Amagad e_- you're in here. Name?
I'm in #audiosurf.

Lavos^

  • Hero Member
  • *****
  • Posts: 2251
    • View Profile
    • Email
Re: ASA (AudioSurf Announcer) for mIRC (Alpha 2 Released!)
« Reply #12 on: September 18, 2008, 09:09:09 am »
Oh.

TerMight

  • Newbie
  • *
  • Posts: 12
    • View Profile
    • Email
Re: ASA (AudioSurf Announcer) for mIRC (Alpha 2 Released!)
« Reply #13 on: September 18, 2008, 06:19:46 pm »
Ok, I am compiling all these suggestions and will get to work on them sometime today, I just woke up :P

Also, for number formatting, I wouldn't use Format, I would use FormatNumber(ScoreInt), much easier.

Keep in mind, there was some problems with the Regular Expressions (HTML-like formatting code) that I could see being printed from Lavos because of some apostrophe that were added to enclose the song artist-title, while this does not happen on my end, it does seem to happen for him. This leads me to believe that he may not have the latest .NET Framework. I suggest everyone interested in using this download .NET 3.5

http://www.microsoft.com/downloads/details.aspx?FamilyID=333325fd-ae52-4e35-b531-508d977d32a6&DisplayLang=en
« Last Edit: September 18, 2008, 06:35:25 pm by TerMight »

TerMight

  • Newbie
  • *
  • Posts: 12
    • View Profile
    • Email
Re: ASA (AudioSurf Announcer) for mIRC (Alpha 2 Released!)
« Reply #14 on: September 18, 2008, 10:00:43 pm »