Sprite Sheet Functions [Mana Seed Edition] - for Game Maker Studio 2.3+
A downloadable asset pack
Everything you need to draw Mana Seed Character Base!
READ BEFORE BUY:
[Mana Seed] Sprite Sheet Functions (for Character Base) v3.0
requires Seliel the Shaper's Character Base to work:
The background used in the preview image is Seliel the Shaper's Gentle Forest tileset (used with permission). You can find it here.
Extremely easy to use:
You'll find an example of usage inside the project.
How to use the draw function:
Just import your sprites as-is, without changing the names, and pass the arguments to the function:
For:
"[Mana Seed] Sprite Sheet Functions (for Character Base) v3.0"
"[Mana Seed] Sprite Sheet Functions (for Character Animation - Spear Combat) v3.0"
"[Mana Seed] Sprite Sheet Functions (for Character Animation - Bow & Arrow) v3.0"

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 )
This function works only with Mana Seed sprite sheets. If you want to use them with other sheets after purchase, you have to edit them yourself.
Seliel the Shaper is not liable for the proper operation of this asset, so if you have any problem or find a bug, don't hesitate to get in touch with me or write a comment below. I'll reply as soon as possible.
Status | In development |
Category | Assets |
Rating | Rated 5.0 out of 5 stars (1 total ratings) |
Author | GhostWolf |
Genre | Role Playing, Simulation |
Tags | Action RPG, Farming, GameMaker, Life Simulation, mana-seed, RPG Maker, Sprites, Tileset |
Purchase
In order to download this asset pack you must purchase it at or above the minimum price of $8.99 USD. You will get access to the following files:
Development log
- Updated to v3.0Jan 04, 2022
- Now supports more outfits!May 27, 2021
- Fixed some bugsApr 18, 2021
Comments
Log in with itch.io to leave a comment.
Just a heads up, this asset currently doesn't work with the latest updates to the Mana Seed sprite sheets - it appears to be various naming changes (BOP -> BOW, etc)
Oh I’ve already fixed it (and is now more efficient and compatible with more outfits), when have some free time I’ll make a package and publish it, I’m sorry for the inconvenience
That would be fantastic! I was planning on using it to prototype some ideas over holiday!
Updated to v3.0 ^^