Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "MNGPlayer"

From Creatures Wiki
Jump to navigation Jump to search
(Oops, I lied. source code from mngplayer is not being used in openc2e ;))
m (link fixed)
Line 4: Line 4:
 
Source code from MNGPlayer (which is freely available for download under the [[Wikipedia:GPL|GPL]]) can be adapted or derived to add MNG support to other projects.
 
Source code from MNGPlayer (which is freely available for download under the [[Wikipedia:GPL|GPL]]) can be adapted or derived to add MNG support to other projects.
 
==External links==
 
==External links==
* [https://sourceforge.net/projects/mngedit/ MNGEdit project page]
+
* [http://sourceforge.net/projects/mngedit/ MNGEdit project page]
 
* [http://windowsupdate.com/ Windows Update] (or [http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&DisplayLang=en .NET Framework download])
 
* [http://windowsupdate.com/ Windows Update] (or [http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157-034d1e7cf3a3&DisplayLang=en .NET Framework download])
 
[[Category: Unofficial C2 Tools]][[Category: Unofficial C3/DS Tools]]
 
[[Category: Unofficial C2 Tools]][[Category: Unofficial C3/DS Tools]]

Revision as of 06:01, 10 September 2008

Playing the DS music in MNGPlayer

MNGPlayer is a program written by GreenReaper for playing the MNG music for Creatures 2, Creatures 3 and Docking Station. This music can be created and edited in its sister program, MNGPad - these are packaged together as part of the MNGEdit project. It requires the .NET Framework from Windows Update to be installed first.

Source code from MNGPlayer (which is freely available for download under the GPL) can be adapted or derived to add MNG support to other projects.

External links