volzzilla
Posts : 10259 Join date : 2012-05-02
| Subject: Screenpack coding help needed - Scaling the 9000,0 ports March 15th 2015, 9:59 am | |
| so i'm updating my screenpack currently, mainly on the graphic level right now.
i can maybe do a video in the not so distant future if i could figure out where in the system.def file i need to edit so as my 25x25 small ports will fit in the space i have for them, which is 22x22 squares. | |
|
Tsuyoi
Posts : 847 Join date : 2013-07-09 Age : 29 Location : Brazil
| Subject: Re: Screenpack coding help needed - Scaling the 9000,0 ports March 15th 2015, 10:10 am | |
| In the "system.def" file, in this lines:
portrait.spr = 9000,0 ;Do not change from 9000,0 portrait.offset = 0,0 portrait.scale = 1,1 | |
|
volzzilla
Posts : 10259 Join date : 2012-05-02
| Subject: Re: Screenpack coding help needed - Scaling the 9000,0 ports March 15th 2015, 9:27 pm | |
| that is not listed in my screenpack. and the place that looks the closest to it, can't be it because it says it is scaling the small port already, but it is not. | |
|
Arkady
Posts : 1408 Join date : 2012-05-01 Age : 44 Location : Australia
| Subject: Re: Screenpack coding help needed - Scaling the 9000,0 ports March 16th 2015, 6:06 am | |
| That's the great thing about coding, if it doesn't currently state that in your screen pack, you can type it in using notepad, and test it out but make sure you type it in the portrait section | |
|
Sponsored content
| Subject: Re: Screenpack coding help needed - Scaling the 9000,0 ports | |
| |
|