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
Jump to: navigation, search
(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:
== Introduction ==
'''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 created by Anonimzwx, which makes the process of creating enemies (or any object that uses OAM tiles) much easier. Originally, the tool was made for Super Mario World, but there are plans to update it to work with other video games.


== 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 for the current project
* Automatically generate [https://en.wikipedia.org/wiki/Assembly_language ASM] codes
 
* Write ASM via the integrated text editor.
The tool also comes with an integrated text editor so the user does not have to edit the ASM codes in another program.


== 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


'''Currently looking for people who can document the enemy system of other video games so that support can be added for them'''
[[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:

https://github.com/weierstrass1/SMWControlib