- 1
- Posts
- 5
- Years
- Seen Jun 14, 2019
In pokemon essentials, in the process of instaling EBS, i recieved the following error:
Exception: NameError
Message: uninitialized constant VIEWPORT_HEIGHT
EliteBattle EntryAnimation:101:in `pbBattleAnimation'
PField_Battles:96:in `pbWildBattle_ebs'
EliteBattle EntryAnimation:221:in `pbWildBattle'
PField_Field:387:in `pbBattleOnStepTaken'
PField_Field:368:in `pbOnStepTaken'
Game_Player:461:in `update_old'
Game_Player_Visuals:71:in `follow_update'
Follow Pokemon:1463:in `update'
Scene_Map:162:in `follow_update'
Scene_Map:159:in `loop'
in the entryanimation script it says the following:
If you'd like to use just the new transitions from EBS for your project,
# you'll also need to copy over the EliteBattle_Sprites section of the scripts
# to your project, as well as the configurations for the following constants:
# - VIEWPORT_HEIGHT
# - VIEWPORT_OFFSET
I have placed the elite battle sprites script, but i do not know what to do about the configuration of viewport height and the viewport offset
help please!
Exception: NameError
Message: uninitialized constant VIEWPORT_HEIGHT
EliteBattle EntryAnimation:101:in `pbBattleAnimation'
PField_Battles:96:in `pbWildBattle_ebs'
EliteBattle EntryAnimation:221:in `pbWildBattle'
PField_Field:387:in `pbBattleOnStepTaken'
PField_Field:368:in `pbOnStepTaken'
Game_Player:461:in `update_old'
Game_Player_Visuals:71:in `follow_update'
Follow Pokemon:1463:in `update'
Scene_Map:162:in `follow_update'
Scene_Map:159:in `loop'
in the entryanimation script it says the following:
If you'd like to use just the new transitions from EBS for your project,
# you'll also need to copy over the EliteBattle_Sprites section of the scripts
# to your project, as well as the configurations for the following constants:
# - VIEWPORT_HEIGHT
# - VIEWPORT_OFFSET
I have placed the elite battle sprites script, but i do not know what to do about the configuration of viewport height and the viewport offset
help please!
Last edited: