Main

Forums

Wiki

Downloads

Tutorials

Walkthrough

Unreal-netiquette

Links

Submit-News

Oldunreal's hosted:
UnrealReference

Usermaps

Real-CTF

Donate for Oldunreal:

Oldunreal Donation
Oldunreallogo
  Welcome, Guest. Please Login or Register
 
  HomeHelpSearchLoginRegister  
 
 
[UT] RMusicPlayer beta - music player for UT (Read 679 times)
Raven
Developer Team
Offline


Yog-Sothoth rulez :)

Posts: 308
[UT] RMusicPlayer beta - music player for UT
05/22/08 at 18:30:48
 
RMusicPlayer is new version of RvMp3Player. The code has been rewritten, this time using FMODEX. Features:

* Mod support (you can subclass RMusic_Player to define new music directory)
* Save support in SP games
* Supports many audio files (flac, mp2, mp3, ogg,  wma, wav)
* Crossfades/fades in/fades out music

Current bugs (will be fixed)
* DSP plugins - everything loads fine, but I can't hear difference Smiley
* You can't have more then one DSP plugin
* Additional codecs doesn't work

How to use it:

In ActorBrowser find Actor->RMusic_Component->RMusic_Controller, place it on map and configure it.

class<RMusic_Player> PlayerClass - Player class (if you want to have own music directory)
string RMusic_File - Music file to play
bool RMusic_PlayAtStartup - Should it be played at level start
bool RMusic_MuteUMX - If true will mute all music in umx files
bool RMusic_BroadcastToAll - If true, it'll broadcast functions to all players
bool RMusic_bUnloadPreviousDSP - If true, all DSP plugins will be unloaded
bool RMusic_bOwnFadeUpdateTime - If true, RMusic_OwnFadeUpdateTime will be used instead of default FaderUpdateTime in RMusic_Player
float RMusic_OwnFadeUpdateTime - Defines how fast music will fade in/out
bool RMusic_bUseSaveControl - If true, special RMusic_Save will be spawned to track last used controller
string RMusic_DSPPlugins[16] - DSP plugins to load
enum EAction
{
    AC_Play, -  Plays music
    AC_Stop, - Stops music
    AC_ShutDown - Shutdown FMODEX (avoid this one Wink )
} Action - Action
enum EPlayType
{
    PT_Loop, - Loops music
    PT_PlayOnce - Plays once
} RMusic_PlayType - Play type
enum ERMusicTransition
{
    TRANS_Instanly - Instant transition
    TRANS_Fade - Smooth fade
} RMusic_Transition - Transition type

Here's a link: http://turniej.unreal.pl/files/RMusicPlayer.zip

More detailed readme will follow Smiley. As I've said, this is beta version, so please raport bugs/feature requests. Of course all sources (including C++ source) are included in zip file.
Back to top
 

...
WWW WWW Raven 311164304  
IP Logged
 
Chaos13
Developer Team
Offline


/dev/cobd0

Posts: 955
BB, TCP/IP, 19216811
Gender: male
Re: [UT] RMusicPlayer beta - music player for UT
Reply #1 - 06/02/08 at 21:45:08
 
Sounds great for all my sonic heroes and sonic adventure dx music in unreal (^^) downloading now assuming great job Tongue
Back to top
 

Skydev <Generic>
=
Chaos13 <Generic/Unreal1/UT99>
=
Dimension4 <Unreal1/UT99>
WWW WWW Chaos13 404275323 ikuto@rocketmail.com  
IP Logged
 
(Moderator: Smirftsch)