Worldslayer608
ಥдಥ
- 894
- Posts
- 17
- Years
- Age 35
- San Diego
- Seen Nov 10, 2020
QUESTION
ANSWER
In Settings find:
Change the value in the highlighted part to 0.5
Then in SpriteResizer find:
Change the value in the highlighted part to 1.0
A while back (I would say about 2 years ago) I had gone through and changed a lot of the scripts to force RMXP's game screen to load up at 240x160 which is half of the current size.
I have not really done much since then and I noticed some of it seems to have changed. Anyone able to help me with this in regard to the latest (December 2011) release?
ANSWER
In Settings find:
Code:
#===============================================================================
# * The default screen width (at a zoom of 1.0; size is half this at zoom 0.5).
# * The default screen height (at a zoom of 1.0).
# * The default screen zoom. (1.0 means each tile is 32x32 pixels, 0.5 means
# each tile is 16x16 pixels.)
#===============================================================================
DEFAULTSCREENWIDTH = 480
DEFAULTSCREENHEIGHT = 320
[S-HIGHLIGHT]DEFAULTSCREENZOOM = 1[/S-HIGHLIGHT]
# To forbid the player from changing the screen size themselves, quote out or
# delete the relevant bit of code in the PokemonOptions script section.
#===============================================================================
Change the value in the highlighted part to 0.5
Then in SpriteResizer find:
Code:
[S-HIGHLIGHT]$ResizeFactor=DEFAULTSCREENZOOM[/S-HIGHLIGHT]
$ResizeFactorMul=100
$ResizeOffsetX=0
$ResizeOffsetY=0
$ResizeFactorSet=false
Change the value in the highlighted part to 1.0
Last edited: