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

Sprites


Flaw
 Share

Recommended Posts

Alright, i have TE, and the default sprite size is 32x64, found in the Data.ini file… I dont like 32x64 so i deleted that sheet, and put in a 32x32 sprite sheet, then changed the Data.ini file to 32x32 instead of 64... When i went to reload my server, it gave me a type mismatch(RTE 13 i believe)... So i changed it back... And now when i go into my game, there are 2 sprites for one character... I know why this is, because the game is reading the sheet as 32x64 sprites, when it is 32x32 instead... Is there a way to change this successfully?!

EDIT: This is what it says in the Data.ini file:
```
32x64 = 1
```I change to:
```
32x32 = 1
```Because I figured that referred to Sprites.
And I get a Type Mismatch prompt.
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...