Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

I have a question about characters in game?


andreamillspaugh
 Share

Recommended Posts

Hi, I hop I have put this in the right place. My question is, In the png characters graphic its set to read 4 characters in one png, do I have to edit source code to change this to only 3 in one png, or is there a ini somewhere that will let me read only 3 instead of 4, Here are some pictures I have of what I mean. 

this is what it reads right now.
![](http://s10.postimg.org/70wysiaw9/test2.png)

And this is what I want to change it to.
![](http://s28.postimg.org/6mr6e5sv1/test.png)

Why I want to do this is because I have made a lot of paperdolls items and just realized that it had 4 and not 3 and it took me a long time to make them, So is this possible. Thanks Very Much.

Andrea
Link to comment
Share on other sites

It's not an ini file, it's a bit of code strewn across a few locations (Player().Steps is a good thing to start looking for) that you'll need to adjust, as well as a lot of sprite-related subs that currently divide the sheet width by 4, you'll need to change this to 3.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...