Jump to content
  • 0
Message added by TopicLocker3000

This topic was automatically locked after 6 months of inactivity. If you are the topic owner, please contact a moderator to have it unlocked.

Question

4 answers to this question

Recommended Posts

  • 1

If you want to increase the default size of an item sheet. The size for the default item sheet is 256 x 256 that contains 16 pixels wide and across for each individual item.

Now if you want to increase your pixel quality, simply multiply 256 * 2 and that will give you 512. This allows you to have 32 pixels per item. Just keep multiplying by two each time for higher resolutions.

Note: Increasing your item sheet size may cause you to crash.

 

Here's the examples I made:

 

256 x 256 [Default]

RfC5zjL.png

 

512 x 512

md3dr4V.png

 

1024 x 1024

0pRUl2B.png

 

2048 x 2048

3YcUPPw.png

Link to post
Share on other sites

  • 0

yeah just double the pixels 

items sheets size = 256x256 (pixels) (16bit)

and then you do some advanced mathematics 256*2 = 512

now you got double the resolution 512x512 (32bit)

512x512 and than you do some more advanced mathematics 512*2 for even higher resolution 

But yeah, i think you get it.

Link to post
Share on other sites

  • 0
Just now, SKIBBZ said:

If you want to increase the default size of an item sheet. The size for the default item sheet is 256 x 256 that contains 16 pixels wide and across for each individual item.

Now if you want to increase your pixel quality, simply multiply 256 * 2 and that will give you 512. This allows you to have 32 pixels per item. Just keep multiplying by two each time for higher resolutions.

Note: Increasing your item sheet size may cause you to crash.

 

Here's the examples I made:

 

  Hide contents

 

 

256 x 256 [Default]

RfC5zjL.png

 

512 x 512

md3dr4V.png

 

1024 x 1024

0pRUl2B.png

 

2048 x 2048

3YcUPPw.png

 

 

Thank you!

Link to post
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    No registered users viewing this page.

  • Create New...