Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How does one define a characters sprite? I can't seem to find an option under charaters to define the sprite, but there is probably some really obvious answer that I'm missing.
------------------
To change the player's sprite, go into Project=>Game options and select the 'Misc' tab. In the bottom of the window should be a small picture of the player, with the words 'Player's Map Display'. Click on the Select..... button, and then navigate to the folder where the new graphic is kept. Choose it, and you're set to go!
For NPC's, the process is similar. Double click on the NPC you wish to edit, then in the 'Battle' tab, click on the 'Select a picture or animation file' button to select a new graphic.
-Andiyar
------------------ "Any good that I may do here, let me do now, for I may not pass this way again"
How do you do that with plugins> I'm trying to build a plugin that will change the character's class(and thus graphic), but there isn't an option to change the sprite.
Quote
Originally posted by ShadowFire: **How do you do that with plugins > I'm trying to build a plugin that will change the character's class(and thus graphic), but there isn't an option to change the sprite.
**
The "Player Portrait" action will do that. You need to call an event with this action.
------------------ -- Mark
Originally posted by markborok: **The "Player Portrait" action will do that. You need to call an event with this action. **
Good try but that's incorrect ;). You need to use a "Player Map Icon" to dynamically change the player look.
------------------ Dee Brown Beenox inc. - (url="http://"http://www.beenox.com")www.beenox.com(/url) (check our new web site!) (url="http://"http://www.AmbrosiaSW.com/games/coldstone/")Coldstone Game Engine(/url) / (url="http://"http://www.AmbrosiaSW.com/games/pog/")Pillars of Garendall(/url) developers
Originally posted by Dee: **Good try but that's incorrect;). You need to use a "Player Map Icon" to dynamically change the player look.
My bad.