Doom3 Mod: Jukebox - Winamp controller DoomVer: 1.1 DoomSDK: Version 2 ( ie with vehicle support ). Written by: Dante_UK ( Neil J.Martin ) Release 1.2: 16th Feb 2005 Platforms: Windows, Linux ( won't work because winamp not available, will compile / run though ) Changes: * My functions have all been moved to a new source file and the calls to my functions are docuemented so adding this to another mod should be alot easier and cleaner. * Split song info into 3 cvarrs now, wa_listno, wa_title1, wa_title2 * Included linux build ( won't actually play anything but does compile and run ). * winamp console commands work in multiplayer - NOTE: guis don't, commands seem to run on server NOT client!! New cvars: wa_listno - set by getinfo - title of winamp window current play list track number. wa_title1 - set by getinfo - title of winamp window current artist name. wa_title2 - set by getinfo - title of winamp window current track name. wa_volume - set by setvol & setvol2, 0-255 value set to winamp New console commands: winamp [play/playlist/pause/stop/next/prev/setvol 0-255] NOTE: playlist means restart current playlist from beginning. The rest of the commands should be obvious :) New commands available to guis scripts. eg: onAction { set "cmd" "winamp_play"; } winamp_play = plays current track winamp_playlist = restart current playlist from beginning. winamp_pause = guess! winamp_stop = guess! winamp_next = guess! winamp_prev = guess! winamp_getinfo = sets wa_title1 wa_title2 wa_listno cvars winamp_setvol2 = sends current wa_volume cvar to winamp