Hi there. I've got an issue with the wall jumping system that's making gameplay frustrating on my current project; is there a way to make it so you stop wall sliding when you're on the floor and holding against the wall, or to make it so you can't slide on small walls somehow?
Hi Jomasterll, the plugin should already make it so you don't slide while on the ground and up against the wall. If you want to troubleshoot this in more detail, please post in GBStudio discord with the GBStudio version and P+ version you're using and I'll try and pinpoint the issue.
Hi! I'm trying to simulate swimming controls by using the 'Engine Field Update' event for a couple of jumping parameters. This works for the most part, except for the 'Jump Frames' parameter, which resets to the default when entering another scene and also cannot be modified back by triggering the event again. Any ideas?
Because jumping can overflow the variables if the designer tweaks the numbers, there is a built in check at the beginning of the scene to make sure the different jump elements play nicely together. However that means the engine field can't update it mid scene. Instead you need to use the Set Platformer+ Field event. If you want the change to be permanent you'll want to use both (engine field for the multi scene effect P+ field for the current scene).
I don't think this is a Platformer+ error. It may be from combining it with other plugins, or potentially if you're using Platformer Gravity/Platformer Camera
You are right. Thank you, and my apologies. I was under the impression there was an event by the name of Solid Actors, but the option was actually in the Settings tab.
← Return to asset pack
Comments
Log in with itch.io to leave a comment.
Hi there. I've got an issue with the wall jumping system that's making gameplay frustrating on my current project; is there a way to make it so you stop wall sliding when you're on the floor and holding against the wall, or to make it so you can't slide on small walls somehow?
Hi Jomasterll, the plugin should already make it so you don't slide while on the ground and up against the wall. If you want to troubleshoot this in more detail, please post in GBStudio discord with the GBStudio version and P+ version you're using and I'll try and pinpoint the issue.
Alright, I'll try to join the GBStudio discord then.
Hi! I'm trying to simulate swimming controls by using the 'Engine Field Update' event for a couple of jumping parameters. This works for the most part, except for the 'Jump Frames' parameter, which resets to the default when entering another scene and also cannot be modified back by triggering the event again. Any ideas?
Because jumping can overflow the variables if the designer tweaks the numbers, there is a built in check at the beginning of the scene to make sure the different jump elements play nicely together. However that means the engine field can't update it mid scene. Instead you need to use the Set Platformer+ Field event. If you want the change to be permanent you'll want to use both (engine field for the multi scene effect P+ field for the current scene).
please update. using causes a "1" error and stops compiling
thanks for bringing this up. Hoping for an update too. Also, Can you give a little more detail on the error?
the error just says "1" lol
I don't think this is a Platformer+ error. It may be from combining it with other plugins, or potentially if you're using Platformer Gravity/Platformer Camera
no. it's a platformer+ error. no other plugins are used in this project.
Then potentially a the way a script is setup. There are many people using the plugin with 4.13 without problems.
Any update for a more seamless GBS4 integration upcoming? :)
Is the 'Solid Actor' option not available for GBStudio 4?
There shouldn't be any issues with the solid actor in GBS 4. Probably the best place to troubleshoot is the GBS discord
You are right. Thank you, and my apologies. I was under the impression there was an event by the name of Solid Actors, but the option was actually in the Settings tab.