| View previous topic :: View next topic |
| Author |
Message |
d34dkn16h7 Cheater
Reputation: 0
Joined: 06 Jan 2011 Posts: 40
|
Posted: Sat Jan 08, 2011 4:29 pm Post subject: Trainer Music ???? |
|
|
hi.
can i add .xm or mp3 to my CE trainer?
|
|
| Back to top |
|
 |
Radiation Grandmaster Cheater
Reputation: 14
Joined: 17 Jun 2009 Posts: 842 Location: Chernobyl
|
Posted: Sat Feb 26, 2011 1:31 am Post subject: |
|
|
good question. I was wondering if I could do the same, but with vb6 trainers... any help?
_________________
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 474
Joined: 09 May 2003 Posts: 25929 Location: The netherlands
|
Posted: Sat Feb 26, 2011 6:58 am Post subject: |
|
|
You will be able to play xm files in 6.1
For those with 6.1 alpha 3:
| Code: |
xmplayer_initialize() --will be gone in alpha 4 so update your scripts accordingly then
xmplayer_playXM([[filename]])
|
_________________
Tools give you results. Knowledge gives you control.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8586 Location: 127.0.0.1
|
Posted: Sat Feb 26, 2011 3:15 pm Post subject: |
|
|
| itapa wrote: | | good question. I was wondering if I could do the same, but with vb6 trainers... any help? |
If you want music for VB6:
http://ufmod.sourceforge.net/
I also suggest not using VB6 and upgrading to an actually supported language.
_________________
- Retired. |
|
| Back to top |
|
 |
Radiation Grandmaster Cheater
Reputation: 14
Joined: 17 Jun 2009 Posts: 842 Location: Chernobyl
|
Posted: Sat Feb 26, 2011 8:03 pm Post subject: |
|
|
| Wiccaan wrote: | | itapa wrote: | | good question. I was wondering if I could do the same, but with vb6 trainers... any help? |
If you want music for VB6:
http://ufmod.sourceforge.net/
I also suggest not using VB6 and upgrading to an actually supported language. |
I know, I don't code that much anyways... i just do small projects, save em, and use them for later use as reference...
I have seen this library before, but couldn't get around to use it... Maybe I was just tired...Thanks for the link, I shall try it again.
EDIT:
Also, If anyone is still interested, I have managed to embed an XM file in Visual Basic 6 and play it. It's just one exe which has 4 different XM files embedded in it. This is done via BASS 2.4. It's really easy, actually!
SOURCE:
http://dl.dropbox.com/u/4461017/XM%20MOD%20Player.zip
_________________
|
|
| Back to top |
|
 |
|