Skip to content

safalin1/PaperMarioBattleSystem

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PaperMarioBattleSystem

An open source recreation of the turn-based battle system from the first two Paper Mario games. The goal is to create a modular, flexible battle system that is easily customizable and can be added to game projects with minimal effort.

Features

  • Turn-based Battles
  • Status Effects
  • Action Commands
  • Items
  • Badges
  • Battle Menus
  • Dialogue Bubbles
  • Move Sequences (what happens when you perform a move)

Note that visual features (smoothness of movement, UI, etc.) are not being prioritized at the moment. The current focus is implementing the core systems found in the Paper Mario games in a flexible and extensible manner.

You can find an ~6 minute video showcasing many of the battle system's features here. You can also find a short video displaying the dialogue system here.

Getting Started

You will need MonoGame 3.7 and Visual Studio 2017, but MonoDevelop, Xamarin Studio, and earlier versions of Visual Studio may work as well. The project targets DesktopGL and .NET 4.7.

Previously, OSX and Linux builds were made with the Ruge Deploy Tool (https://github.com/MetaSmug/MonoGame.Ruge.DeployTool) using the DeployToolSettings.dt config file in the repository. However, Monogame 3.6 introduced new core libraries that the tool no longer works with. Some options being looked at for cross-platform builds are mkbundle, MonoKickstart, and .NET Core. This will be updated with instructions once a solution has been tested and confirmed.

Contributing

Feel free to submit a pull request with details on your changes. Please make sure that your code has been tested and is well-commented. Also feel free to open an issue if you encounter a bug or behavior that seems like a bug.

Author(s)

  • Thomas Deeb (aka Kimimaru)

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Acknowledgements

About

Recreation of the turn-based battle system from the first two Paper Mario games

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.2%
  • Other 0.8%