- Joined
- Mar 23, 2017
- Messages
- 4,232
- Reaction score
- 11,213
- First Language
- Czech
- Primarily Uses
- RMMV
Part 12 of the tutorial series is now up!
Previously when you wanted to make an awesome state, you were tied to Yanfly's buffs & states core. That's about to change. This video demonstrates how can you create your own cool states.
Required: An IDE (some of the most popular ones are Atom, Sublime text 2, Visual Studio Code (which I use) or Eclipse), some Javascript knowledge, Object oriented programming might be of help. It's also useful to have some knowledge about MV's notetags and how to parse them (in other words knowing how to manipulate strings and extract useful data from them).
Previously when you wanted to make an awesome state, you were tied to Yanfly's buffs & states core. That's about to change. This video demonstrates how can you create your own cool states.
Required: An IDE (some of the most popular ones are Atom, Sublime text 2, Visual Studio Code (which I use) or Eclipse), some Javascript knowledge, Object oriented programming might be of help. It's also useful to have some knowledge about MV's notetags and how to parse them (in other words knowing how to manipulate strings and extract useful data from them).