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
(Create)
 
(More history, note on incorrect AleotoricLayers)
(12 intermediate revisions by 7 users not shown)
Line 1: Line 1:
'''MNGPlayer''' is a program for playing the [[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 was made by [[GreenReaper]] and requires the .NET Framework from Windows Update to be installed first.
+
[[Image:MNGPlayer.png|right|thumb|Playing the DS music in MNGPlayer]]
 +
'''MNGPlayer''' is a program written by [[GreenReaper]] that was the first tool to be able to play [[MNG files|MNG]] [[music]] for [[Creatures 2]], [[Creatures 3]] and [[Docking Station]] (or files created and edited by its sister program, [[MNGPad]]), allowing the Creatures Community to create and test their own music for the first time ever. However, it was later found to implement AleotoricLayers differently from the actual engines, leading to a sometimes noticeable difference between music played by MNGPlayer and by the games.
 +
 
 +
It requires the .NET Framework from Windows Update to be installed first. MNGPlayer has been [http://creaturescaves.com/forum.php?view=3&thread=5779 reported to have errors] when used on Windows 7 and more recent OSes.
 +
 
 +
Source code from MNGPlayer is freely available for download under the [[Wikipedia:GPL|GPL]].
 +
 
 
==External links==
 
==External links==
* [https://sourceforge.net/projects/mngedit/ MNGEdit project page]
+
* [http://sourceforge.net/projects/mngedit/ MNGEdit project page]
* [http://www.windowsupdate.com/ Windows Update (for .NET)]
+
* [http://windows.microsoft.com/en-us/windows/windows-update Windows Update] (or [https://dotnet.microsoft.com/ .NET Framework download])
[[Category: C2 Unofficial Tools]][[Category: C3/DS Unofficial Tools]]
+
[[Category: Unofficial C2 Tools]][[Category: Unofficial C3/DS Tools]]

Revision as of 21:16, 7 December 2020

Playing the DS music in MNGPlayer

MNGPlayer is a program written by GreenReaper that was the first tool to be able to play MNG music for Creatures 2, Creatures 3 and Docking Station (or files created and edited by its sister program, MNGPad), allowing the Creatures Community to create and test their own music for the first time ever. However, it was later found to implement AleotoricLayers differently from the actual engines, leading to a sometimes noticeable difference between music played by MNGPlayer and by the games.

It requires the .NET Framework from Windows Update to be installed first. MNGPlayer has been reported to have errors when used on Windows 7 and more recent OSes.

Source code from MNGPlayer is freely available for download under the GPL.

External links