We've just updated MediaWiki and its underlying software. If anything doesn't look or work quite right, please mention it to us. --RanAS
Dyzen Sprite Maker: Difference between revisions
From SnesLab
(Created page with "== Introduction == Dyzen Sprite Maker is a tool created by Anonimzwx, which makes the process of creating enemies (or any object that uses OAM tiles) much easier. Originally,...") |
|||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
'''Dyzen Sprite Maker''' (or symply '''Dyzen''') is a tool that facilitates the creation of [[sprites]] (enemies or any object that uses OAM tiles), originally made by [[User:anonimzwx|anonimzwx]]. The tool was first conceived for [[Super Mario World]], however, there are plans to add support for other games. | |||
Dyzen Sprite Maker is a tool | |||
== Features == | |||
Dyzen allows the user to create the following: | Dyzen allows the user to create the following: | ||
Line 8: | Line 7: | ||
* Animations | * Animations | ||
* Hitboxes | * Hitboxes | ||
* ASM codes | * Automatically generate [https://en.wikipedia.org/wiki/Assembly_language ASM] codes | ||
* Write ASM via the integrated text editor. | |||
== Video Tutorials (Spanish only) == | == Video Tutorials (Spanish only) == | ||
Line 21: | Line 19: | ||
* [https://www.youtube.com/watch?v=qcGRzFNey3c Resource extraction and coding] | * [https://www.youtube.com/watch?v=qcGRzFNey3c Resource extraction and coding] | ||
== Sprite Creation Workshops == | |||
There are Youtube Livestreams that teach how to do things using the tool: | |||
* [https://www.smwcentral.net/?p=viewthread&t=98571 Sprite Creation Workshop Thread] | |||
== Contribution == | == Contribution == | ||
Line 28: | Line 32: | ||
https://github.com/weierstrass1/SMWControlib | https://github.com/weierstrass1/SMWControlib | ||
[[Category:Graphic Editors]] [[Category:Hacking Tools]] [[Category:Super Mario World]] [[Category:Super Mario World Hacking Tools]] |
Latest revision as of 20:08, 20 July 2019
Dyzen Sprite Maker (or symply Dyzen) is a tool that facilitates the creation of sprites (enemies or any object that uses OAM tiles), originally made by anonimzwx. The tool was first conceived for Super Mario World, however, there are plans to add support for other games.
Features
Dyzen allows the user to create the following:
- Graphics routine
- Animations
- Hitboxes
- Automatically generate ASM codes
- Write ASM via the integrated text editor.
Video Tutorials (Spanish only)
Sprite Creation Workshops
There are Youtube Livestreams that teach how to do things using the tool:
Contribution
Dyzen is open source, thus anyone can contribute to its development. The source code can be found in the following link: