Raised This Month: $12 Target: $400
 3% 

Loading Music II v1.2.9


Post New Thread Reply   
 
Thread Tools Display Modes
SilverSide
New Member
Join Date: Mar 2007
Old 03-05-2007 , 09:11   Re: Loading Music II v1.2.5
Reply With Quote #21

very Cool plugin ;) plugin easy for install and is good
__________________
I'm polish Sorry for my grammatcaly errors
SilverSide is offline
SkullD
Junior Member
Join Date: Dec 2006
Old 03-05-2007 , 13:56   Re: Loading Music II v1.2.5
Reply With Quote #22

So this makes the users download all files that are on the list to play during loading?
SkullD is offline
Simon Logic
Senior Member
Join Date: Nov 2006
Location: RF
Old 03-06-2007 , 03:42   Re: Loading Music II v1.2.5
Reply With Quote #23

No. I told that files under sound folder will be precached (wav or mp3). It's Admin who decides network politics. To play other (non-precached) files by clients they must exist on their HDD. This is NOT streaming plugin. It's for LAN servers or for broadband connections or for narrow connections but rather small in size playable files.
__________________
my modest stuff: AXN 1.6.1 | plugins | bsp2csdm
Simon Logic is offline
Send a message via Skype™ to Simon Logic
YamiKaitou
Has a lovely bunch of coconuts
Join Date: Apr 2006
Location: Texas
Old 03-06-2007 , 08:49   Re: Loading Music II v1.2.5
Reply With Quote #24

Quote:
Originally Posted by SkullD View Post
So this makes the users download all files that are on the list to play during loading?
Yes, if the user does not have the sound files already, they must download them first
YamiKaitou is offline
Simon Logic
Senior Member
Join Date: Nov 2006
Location: RF
Old 03-06-2007 , 09:10   Re: Loading Music II v1.2.5
Reply With Quote #25

Plugin does not make clients to download ALL files. But to play them all (randomly) client must have them, of course.
__________________
my modest stuff: AXN 1.6.1 | plugins | bsp2csdm
Simon Logic is offline
Send a message via Skype™ to Simon Logic
Simon Logic
Senior Member
Join Date: Nov 2006
Location: RF
Old 03-06-2007 , 17:06   Re: Loading Music II v1.2.6
Reply With Quote #26

Updated.

+ added ability to have a separate playlist for each map (see the top post for info)
__________________
my modest stuff: AXN 1.6.1 | plugins | bsp2csdm

Last edited by Simon Logic; 03-17-2007 at 22:42. Reason: grammar
Simon Logic is offline
Send a message via Skype™ to Simon Logic
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-06-2007 , 17:29   Re: Loading Music II v1.2.6
Reply With Quote #27

Thanks a lot. ;)
__________________
Arkshine is offline
mua
New Member
Join Date: Mar 2007
Old 03-18-2007 , 16:37   Re: Loading Music II v1.2.6
Reply With Quote #28

Great plugin, but is there any way to separate fade out effect (also add fade cvar)? I'v found an annoying interaction with other plugins (ex. roundsound).

Last edited by mua; 03-18-2007 at 17:47. Reason: x
mua is offline
Simon Logic
Senior Member
Join Date: Nov 2006
Location: RF
Old 03-19-2007 , 09:15   Re: Loading Music II v1.2.6
Reply With Quote #29

Thanx.

Right now you can try to replace "cd fadeout" with "mp3 stop" (including quotas - easy to search) & recompile plugin. But i guess this may not help because mp3 stopping system is common (i.e. has the only swith for all currently playing mp3 tracks).
__________________
my modest stuff: AXN 1.6.1 | plugins | bsp2csdm
Simon Logic is offline
Send a message via Skype™ to Simon Logic
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 03-19-2007 , 21:01   Re: Loading Music II v1.2.6
Reply With Quote #30

@Simon Logic :

Quote:
* separate playlist for each map support (usage: just create a playlist
$AMXMODX/config/loading_music/<mapname>.ini)
Does it work with map type like cs_.ini , de_.ini , dod_.ini ..etc?


EDIT : I've tested and it seems that doesn't work.

Can you implement this feature please? It would be very useful!

Thanks


EDIT2: I've seen this error : Missing RIFF/WAVE chunk
It seems that you use 'precache_sound( for .wav and .mp3.

Shouldn't you use precache_generic( for .mp3 and precache_sound( for .wav to prevent this error ?

Like:

Code:
	   if(containi(sCacheFileName, ".mp3"))
	   {
	   	format(sCacheFileName, MAX_TRACKNAME_LENGTH-sizeof(g_sWavDir)+2, "sound/%s", sCacheFileName)
		precache_generic(sCacheFileName)
	   }
	   else
		precache_sound(sCacheFileName)
__________________

Last edited by Arkshine; 03-21-2007 at 01:54.
Arkshine is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:04.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode