- Joined
- Nov 22, 2014
- Messages
- 277
- Reaction score
- 52
- First Language
- german
- Primarily Uses
hi everyone, I hope someone can help me on this topic.
I use a lot of scripts in my project and I am currently facing a "bug" that I don't get rid off...
the problem is, if I dash straight into one direction, the camera stops to move, so the character is able to run out of the screen, which is not very good for a game.
if I dash diagonal, the camera follows the character, just as it usually does.
I was able to restrict the source of this bug to the following scripts:
RPG Maker Source - Enhanced Camera
Victor Sant - Pixel Movement &
Victor Sant - Diagonal Movement
In a fresh new project using the enhanced camera alone: works!
using enhanced camera and pixel movement: also works!
using enhanced camera, pixel movement and diagonal movement: doesn't work!
so anywhere in those scripts must be something what makes the camera stop while dashing forward (up, down, left, right) and if moving diagonal, the camrea follows...
and I am not able to find the error to fix this problem. >_<
I hope one of you awesome fellows can help me and thanks in advance! =)
I use a lot of scripts in my project and I am currently facing a "bug" that I don't get rid off...
the problem is, if I dash straight into one direction, the camera stops to move, so the character is able to run out of the screen, which is not very good for a game.
if I dash diagonal, the camera follows the character, just as it usually does.
I was able to restrict the source of this bug to the following scripts:
RPG Maker Source - Enhanced Camera
Victor Sant - Pixel Movement &
Victor Sant - Diagonal Movement
In a fresh new project using the enhanced camera alone: works!
using enhanced camera and pixel movement: also works!
using enhanced camera, pixel movement and diagonal movement: doesn't work!
so anywhere in those scripts must be something what makes the camera stop while dashing forward (up, down, left, right) and if moving diagonal, the camrea follows...
and I am not able to find the error to fix this problem. >_<
I hope one of you awesome fellows can help me and thanks in advance! =)

SOURCE