Now supports more outfits!
For outfits, you have to create some variables on your character (in “create” event for example), those will be read by the script and draw the outfit over your (you can copy-paste from the script, line 9 to 27):
for example, to draw the boxer on your character, set:
ms_1out = true -> this variable activate the outfit part “1out”
ms_1out_name = “boxr” -> this is the name of the outfit (you can find it in the png file name after “ char_a_p*1out”, example: char_a_p1_1out_boxr_v01 )
ms_1out_version = 1 -> this is the version of the outfit (you can find it in the png file name after “ char_a_p*1out_v**”, example: char_a_p1_1out_boxr_v01* )
NOTE: if you’re updating your projects from the v2.2.1 to 2.2.2, you have to add x as first varible and y as second one, see the example above:
OLD: ms_draw_char_auto(“humn”, 1, “”, state, dir) NEW: ms_draw_char_auto(x, y, “humn”, 1, “”, state, dir)
Files
Get Sprite Sheet Functions [Mana Seed Edition] - for Game Maker Studio 2.3+
Sprite Sheet Functions [Mana Seed Edition] - for Game Maker Studio 2.3+
Status | In development |
Category | Assets |
Author | GhostWolf |
Genre | Role Playing, Simulation |
Tags | Action RPG, Farming, GameMaker, Life Simulation, mana-seed, RPG Maker, Sprites, Tileset |
More posts
- Updated to v3.0Jan 04, 2022
- Fixed some bugsApr 18, 2021
Leave a comment
Log in with itch.io to leave a comment.