MPUZ

From Mario Fan Games Galaxy Wiki
Revision as of 01:30, 22 July 2007 by Xgoff (talk | contribs) (release date)
 Blue!box.gif This article is about a game still in production.

Information shown is therefore liable to frequent change.

MPUZ
No image
Developer(s) Xgoff
Announce Date 9/12/2006
Release Date 9/12/2016
Genre Action Puzzle
Players 1
Input Standard keyboard
Medium Multimedia Fusion 2
Platform Windows
Status In development

The Game

http://mars.walagata.com/w/supermetalmario/mpuz/1.gif
Mario carrying a springboard while being pursued by a shell. (Early engine test)

Main Game

MPUZ is an action puzzle game that often relies on high speed solving, instead of deep thinking. Because the gameplay is supposed to be as seamless as possible, level objects such as pipes behave slightly differently than they do in traditional Mario games or other fangames for that matter.

MPUZ is one of the few games on MFGG that is heavily dependent on external files; the graphics, music, and backgrounds can all be changed. Xgoff plans to add more level objects occasionally, and possibly run the level objects via Lua scripts. A deathmatch-esque online multiplayer mode is also on the additions list.

Each level in MPUZ contains its own set of "rules" which dictate how the level is played; these rules are displayed before the level begins, and can be called up during play. For example, a level can contain a time limit or a specific goal that needs to bet met to complete the level. Mario can also be subject to rules; abilities like running, crouching, wallkicking, or even jumping can be disabled.

Some objects have Object Properties (up to 3 depending on the object) which allow some form of customization. Pipes can be "connected" via ID numbers, and switches can control certain conveyor belts, etc. ? Blocks use properties to spawn objects (including objects like pipes, which are essentially useless when spawned in this way, anyway).

The graphics are supplied through tilesets, which are ripped into appropriate size when the game (or editor, whichever is used first) is run for the first time, and can be "updated" if replacement sprites are used later. The objects themselves are defined in their respective INI file, which details the objects' size, placement, and number of animation frames on the tilesheet.

  • Current image file support (must use .bmp extension regardless of file type): .bmp, .gif (single-frame), .png, .jpg
  • Current music file support (modules must have .it extension): .mp3, .mid, some module formats, .ogg, .spc

MPUZ is (to at least a demo capability) set to be released at the Nintendo Community Fangame Convention, sometime between October 8-12.

Multiplayer

An online multiplayer mode may also be included, which allows most if not all functionality of the single-player levels. There would likely be Deathmatch and Capture the Flag style modes, though the possibility of the latter is uncertain. It would likely support up to 4 people per game due to level size and lag, but there may be chatrooms that can support more than 4, with different ways of determining who plays next.

Current status

Unknown

Included Utilities

Editor

Because MPUZ uses external levels, a level editor will be supplied. The editor itself acts like a paint program, allowing a user to draw the tiles onto the playing area, with the different tiles themselves being accessed via a right-click. Most other functions are accessed with buttons on the right side and bottom of the editor window.

Packer

While MPUZ can open individual levels, it is a better idea to have a set of levels packed together. A packed set allows the levels to be run in sequence, rather than loading each level individually. The level packer also determines the order in which the levels will be played.

Viewer

Used to view which objects are defined in the master rip list, useful to verify whether their positional information, size, and other information is correct.

Ripper

Automated program that separates the main tileset based on information provided in the master rip list.

Trivia

  • The current incarnation of MPUZ is actually the second real attempt. The first attempt used Active Objects for everything in the game, while the current attempt uses external files.
  • MPUZ and its utilities are Xgoff's most recent attempt at basing his engines more on expressions and strings, and less on "physical" objects.
  • As of 4-26-07, MPUZ is under redesign to allow the use of tilesets (however, these are still split up into individual images).