Character Transformation Tutorial - Printable Version +- Save-Point (https://www.save-point.org) +-- Forum: Games Development (https://www.save-point.org/forum-4.html) +--- Forum: Tutorials (https://www.save-point.org/forum-19.html) +--- Thread: Character Transformation Tutorial (/thread-2650.html) |
Character Transformation Tutorial - Hebi Kumo - 11-08-2006 Character Transformation Introduction In some games (mostly not RPG ones) your character can turn into other creatures to move objects, talk to that species of animal/monster, etc. So by now you should have an idea of what you could use this for: Mini Games, Puzzles, etc. This is very simple just by reading the introduction you may go, âoh i know what he means, i can do that easyâ so lets get started if your still like what? How to set it up You can set this up by many ways. But the most common way would be an item or magic spell (of course thats a item and magic spell that can only be used out side of battle). How Can I Use This You can use it in any way. I mean imagine you have a Sword and its the most powerful sword in your game. Now Imagine that sword is hidden in a rats den? The hole is to small to walk in with any normal person. So you have your Mage transform into a squarl or bird (baby) and in they go. I will show you how to set this up by two ways; one being a Magic/Skill and the other way by means of an item. So lets get started. Transformation With An Item 1) Click the DATABASE button to bring up the DATABASE window. 2) Now click the ITEM tab. 3) Click ARRAY SIZE and increase by one. 4) Now go to the new blank item and set it up like so: Quote:Name: Transformation Gem 5) We cant give an Event for the item because we have not made the event so set it up like so: Quote:a) Click the COMMON EVENT tab in the DATABASE window. Transformation With Magic/Skill Note: The event for this is the same as the ITEM so go ahead and make it or use it from the item one. 1) Click the DATABASE button and then click the SKILL button in the DATABASE window. 2) Scroll down and click the ARRAY SIZE button and increase it by one. 3) Now click on the new blank skill and set it up like so: Quote:Name: Transformation Gem 4) Set up the Event like so: Quote:c) The EVENT COMMAND window will pop up and when it does click tab NUMBER THREE (3) and then click the CHANGE HERO GRAPHIC. ---Lord Rasler |