EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   Chit-Chat (https://www.eq2interface.com/forums/forumdisplay.php?f=2)
-   -   MP3 Player, Without Leaving the Client? Already Exist! (https://www.eq2interface.com/forums/showthread.php?t=2402)

Kosmos 04-05-2005 10:38 AM

MP3 Player, Without Leaving the Client? Already Exist!
 
Ok guys, I have NOT tried this yet, but I'm going to be trying it today..


But it looks like there is an MP3 Player that doesn't require you to leave the game client.

It's included in the combatstats program parser.


Hmm.. I wonder how long it will take someone to make a control panel for the commands??

Kosmos 04-05-2005 11:04 AM

Works GREAT!!!
:nana:


All we need now is an in game control panel so we don't have to type the commands. Should be a piece of cake to make that.

taco-man 04-05-2005 12:12 PM

im making one right now.

taco-man 04-05-2005 12:49 PM

1 Attachment(s)
buttons arent workin, not sure why maybe i used the wrong name with the /showwindow command but here is what i made if anyone wants to figure out what i did wrong to it.

and i did add a <include>eq2ui_mainhud_mp3.xml</include> to my mainhud.xml file so its not that.

Quib 04-05-2005 12:54 PM

My guess is it's flawed OnActivate event scripts. I haven't worked with anything outside of the map window in quite some time, but I think you need something like
csm=(stopplay) csm=(stopplay)
to pass variables to csm.

Quib

Laffs 04-05-2005 01:07 PM

Yups I surpose you gotta get the button to relay the info as if it was typed in by the user in the chat window, if you with me

I was trying onpress="/csm play" and also "csm play" etc, etc
what that did was bring up my total game playtime in the chat window Woo Hoo lmao, at least it did somthing hehe

diabolist 04-05-2005 01:15 PM

possible solution
 
make a 1/4 hotbar and populate it with macros, you wont get the search features, but you can get play stop random etc.

the question remains can you have 2 different sized hotbars?

or maybe we can add a few tiny macro spots into another window

Quib 04-05-2005 01:19 PM

I imagine this is more class and TS class based, but I have all 10 of my hotkey pages totally full and couldn't dedicate a page to macro hotkeys.

What taco-man's working on will work, it's just a matter of getting rid of the kinks.

Also taco-man, I added a new external window XML <include> to the EQ2MAP project, so instead of modding eq2ui_mainhud.xml, you could use the plugin structure of EQ2MAP to load your window and upload it as a plugin.

Quib

taco-man 04-05-2005 01:34 PM

there is something wrong with my code though, because the tooltips for the different buttons should be showing but are not

Vampiro 04-05-2005 02:24 PM

This is awesome guys. I hope someone can get it to work. :)

hirebrand 04-05-2005 03:10 PM

You can't put spaces in UI commands, remember? So it is sending the EQ2 client /csm ; /play which displays played time.

I am going to develop a complete CSM UI but replace all spaces with underscores. Then I will present this coup to Aden and he will be so wowed by it he will make it work right away. :)

Laffs 04-05-2005 04:12 PM

Shoot is that all the problem is lol, I was so excited I forgot all about the no spaces thing lol :p

Quib 04-05-2005 04:20 PM

"You can't put spaces in UI commands, remember?"
Deathbane27 figured out the solution to this problem quite some time ago.

taco-man, your buttons are image objects, not button objects, maybe that's why they aren't working?

Quib

Vampiro 04-05-2005 05:03 PM

So does it work, or am I going to have to change some things around? Thanks!!! I can't wait to get home!!! :)

Andeska 04-05-2005 07:52 PM

Oh hell yes guys, please make this work and me a happy person :-)

Bows down to all you UI coding genius's

Bruenoar

Zonx 04-05-2005 08:01 PM

Oh Don't Make Me Crack Open Those Files!

Kosmos 04-05-2005 08:32 PM

I can't believe I've missed all this fun!!!

My email notifications are not working for some reason.

hirebrand 04-05-2005 11:55 PM

1 Attachment(s)


Its coming along... someone please tell me how to put spaces in UI commands?

OnPress=______________

"'csm stop'" nope
"(csm stop)" nope

Deathbane27 04-06-2005 02:08 AM

Quote:

Originally Posted by hirebrand

Its coming along... someone please tell me how to put spaces in UI commands?

OnPress=______________

"'csm stop'" nope
"(csm stop)" nope

OnPress="csm='stopplay' csm='stopplay'"
OnPress="csm='play' csm='play'"
OnPress="csm='more spaces if you need them' csm='more spaces if you need them'"

There might be trouble getting csm play to work since /play is a command.

EDIT: Found work-around for that!

Instead of mood='happy' mood='happy' it's now 'mood happy=' ' 'mood happy=' '

aden 04-06-2005 10:19 AM

Hi guys - Aden here, I'm the author of Combat Stats.

Great to see all the work you guys are doing with UI enhancements. I must say, I'm impressed!

Just wanted to point out that the command /csm stop will actually stop the CSM from monitoring. That CSM command was in the system before I put the MP3 part in. The command to stop the MP3 player is /csm stopplay

If you guys need any more help, drop by my enhancements forum at www combatstats com

Take care!

Aden

Laffs 04-06-2005 11:31 AM

What the csm seems to do is filter the up and downstream data, (for want of a better way to put it lol), What I have noticed is that all the above example's of how to code these commands into a button dont work, I have tried quite a few combinations of my own also...

Somthing to note is when you type in /csm play , it comes up as an unrecognised command and rightly so as it is as far as SoE is concerned, but despite this it does start playback with csm's mp3 player anyway after a short pause...

I think I said this elsewhere..

The only way I can see this working from a button was if there is a way to input the command into the chat window and include a <cr> as if the user had actualy keyed the command in..... As you can get this to work using macros I do know that much..

EDIT

Also thanks Aden for including this mp3 player in your csm, Nice one :)

Hantu 04-06-2005 01:04 PM

Hey guys just wanted to let you all know i placed a request for Aden on his forums and he replyed with this:

Posted: Wed Apr 06, 2005 2:33 pm Post subject: Reply with quote
Just looked through that thread - impressive! Nice to see all the great work people are doing. Now, regarding your requests:

1) I will implement skip forward and skip backward in the next release.

2) I will implement repeat current and repeat all in the next release.

3) I tried to implement volume control into the MP3 player. But I had to take it out because the volume between the EQ II client and the MP3 player are the same - you can't control these two volumes independently.

Keep me posted - I'll do what I can to help with UI mods.

-Aden

Deathbane27 04-06-2005 05:32 PM

Quote:

Originally Posted by Laffs
What the csm seems to do is filter the up and downstream data, (for want of a better way to put it lol), What I have noticed is that all the above example's of how to code these commands into a button dont work, I have tried quite a few combinations of my own also...

Somthing to note is when you type in /csm play , it comes up as an unrecognised command and rightly so as it is as far as SoE is concerned, but despite this it does start playback with csm's mp3 player anyway after a short pause...

I think I said this elsewhere..

The only way I can see this working from a button was if there is a way to input the command into the chat window and include a <cr> as if the user had actualy keyed the command in..... As you can get this to work using macros I do know that much..

EDIT

Also thanks Aden for including this mp3 player in your csm, Nice one :)


Bah! Yeah, this isn't going to work. The program reads the log file to detect /csm commands. Using a macro or typing into the chat window brings up the "incorrect command" thing and writes it to the log file, but OnEvent scripts don't. :/

Hantu 04-22-2005 03:53 PM

(

www combatstats com/forum/viewtopic.php?t=174

The new version is ready and Aden is waiting for Hirebrand to finish the UI so he can roll it into the program as Hirebrand suggested.

)


Un-vague-ified. -Deathbane

aden 05-05-2005 07:45 PM

Hi folks

Got some posts and questions up on my site - I'm actively working on this now.

Hirebrand, if possible, jump over to my forum at www combatstats com and check out those questions. That will help me program the rest of this.

Thanks!


All times are GMT -5. The time now is 08:23 PM.

vBulletin® - Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
© MMOUI