The Wonder Actor Editor is a powerful modding tool designed to create and edit "Actors" (game objects) for games like Mario Wonder and beyond. This editor allows users to add models, define collision parameters, configure physics components, and much more. The goal of this tool is to make modding and creating new game content as simple and flexible as possible.
-
Actor Creation and Management
- Easily create new Actors.
- Edit existing Actors seamlessly.
-
Component Management
- Support for various components, such as:
- YAMLComponent: Manage metadata using the YAML format.
- PhysicsComponent: Add physical properties like gravity and velocity (if implemented).
- ModelComponent: Assign 3D models and animations.
- Future Components: Additional components planned for upcoming updates.
- Support for various components, such as:
-
Save and Load Functionality
- Save Actor data in YAML or JSON file formats.
- Load existing files for easy editing.
-
Intuitive User Interface
- Easily navigate and edit data using ImGui.
- View a list of all available Actors and their properties.
-
Install Prerequisites
- Ensure Dotnet 6.0+ is installed.
-
Clone the Repository
git clone https://github.com/Villagerzock/WonderActorEditor.git