Does anyone remember the old Skulltag Expansion Pack that WastedYouth once posted on the forums? Well, this is it. All it does basicly.. adds more to your Zandronum Experience. How this Works, well Let me show you...
Spoiler: Playlists (Open)
Spoiler: Volume Control (Open)
Spoiler: Zoom (Open)
Spoiler: Other Stuff (Open)******NOTE*****
Seeing as Medicris removed the Three Crosshairs used in this pack, they will not show if you put mXhairs into your /skins folder. So yea, don't worry about removing cross.wad from the pack, because mXhairs will overwrite them.
Well, that's about it Folks. Now for the Download Link(s). (Could someone add this to the main Zandronum Page?? Would be nice :p)
Old Zandronum Expansion Pack
Updated Zandronum Expansion Pack - 1.6
Zandronum Expansion Pack 1.7
Once you download the Zip, extract it to your Zandronum Folder. I tried to make an installer to this like WastedYouth did to the Skulltag Expansion pack, but for some odd reason, it would Add an uninstall.exe to it, thus overriding Zandronum's uninstall.exe.
Even though that would not be such a big deal, it will if you ever wanted to uninstall Zandronum.
EDIT: I just figured out that you don't really need Winamp to build up any of the 4 playlists. You just need a text editor. Should just follow this really > M3U Wiki Link
Remember thatFrom M3U wiki link wrote:If an m3u file is edited with a text editor, it must be saved in the Windows-1252 format. "m3u" files properly use the Latin-1 character set.[citation needed] The Unicode version of "m3u" is "m3u8", which uses UTF-8 Unicode characters.
So basically its like this...
Code: Select all
#EXTM3U
#EXTINF:-1,The Band Perry - If I Die Young (Pop Mix) (181.fm - The Mix Channel (70s, 80s, 90s and Today's Best Music))
http://108.61.73.118:8032
#EXTINF:-1,Testament - Let Go Of My World (ChroniX Aggression - Loud & Clear - www.chronixradio.com)
http://173.192.45.18:10200
#EXTINF:-1,Sunday Show Replay - Hr 1 (PrisonPlanet.com) (Alex Jones - Infowars.com)
http://50.7.241.125:80

UPDATE: Ok so I added a few more Binds that have to do with Playlist. Here they are..
Next Playlist Shuffled - This makes it to where it shuffles the songs on the Playlist. At this time, I do not know if there is a way to toggle Shuffle unless you start over the playlist with the original bind.
Show Current Song - This shows what Number is playing on the playlist, and the Title of the song.
Stop All Mus - This stops all music. You may need to hit the Playlist bind or do Changemus ## in console to resume music.
Also, I just noticed that I kept mxhairs in the pullin list, you can ignore that bit. I removed it in the updated Version.
Here is some good info on the playlist cmds in Zdoom
Even though this info is already on the Zdoom WikiAenima from another post wrote: playlist <playlist.m3u> [shuffle|position]
Loads a WinAmp .m3u playlist. Any music that would normally be played will be ignored, and the songs in the playlist will be played instead. If you add the word shuffle after the name of the .m3u file, the playlist will be replayed in a random order. In place of shuffle, you can also specify position, a number corresponding to the song number in the playlist you want to play first.
playlistnext
Plays the next song in the playlist.
playlistpos <position>
Starts playing the song at the specified position in the playlist.
playlistprev
Plays the previous song in the playlist.
playliststatus
Displays the number of songs in the playlist and the currently playing song.
stopmus
Stops playing the current song.
UPDATE 2: Fixed a typo in the autoexec and moved Menus.cfg to Menus2.wad as it seems that Autoloading .cfg files with addkeysection and stuff no longer works in newer GZDoom versions. This applies to Zan 3.0. so yea.. that's about it.