Make an action RPG in GB Studio with Adventure Reforged

Поделиться
HTML-код
  • Опубликовано: 17 сен 2024
  • Adventure Reforged plugin github.com/shi...
    GB Studio guides and resources from me including HUD guide gbstudiolab.ne...
    My Twitter for everything GB Studio / shintendoyt
    This video is an introduction to the Adventure Reforged plugin for GB Studio 4.0. Adventure Reforged is an engine plugin that completely replaces the Adventure scene type. It includes the following features:
    -More performant player movement
    -Smoother diagonal player movement
    -Solid actors that the player cannot move through
    -Actors pass through each other and the player
    -Toggleable background collision
    -Toggleable swimming movement

Комментарии • 13

  • @D00D64
    @D00D64 2 дня назад

    I've had this project I've been putting off for awhile, but this actually had some stuff I wanted to implement and wouldn't know how to. I'll definitely put this to good use!

  • @binarynine
    @binarynine 2 дня назад

    This looks amazing! I didn't realise the GB could have such smooth movement

  • @mikethetowns
    @mikethetowns 2 дня назад

    Messing with the swimming speed could be kinda neat in a waterfall section

  • @user-lg4wc4dg4b
    @user-lg4wc4dg4b 2 дня назад

    Amazing Work! Thank you for this.

  • @ELV13S
    @ELV13S 2 дня назад

    projectiles that attach to player like the old item:attack script back in 2.4b that is tied to actor positions would be great so we dont have to make another state that moves actor origin point and reallign every triggers

  • @SpinyRat
    @SpinyRat День назад

    im getting an error when building my project, it says "error 47: indirections to different types assignment
    from type 'struct point16_t data' to type 'struct upoint16_t fixed'"
    any help on this would be great

    • @shintendoYT
      @shintendoYT  20 часов назад

      Ah, 4.1.2 issue that has been affecting a few plugins. All other versions of GBS should work. I'm hoping they revert the change, otherwise I will make a patch for the plugin when 4.2 is out.

    • @SpinyRat
      @SpinyRat 20 часов назад

      ​@@shintendoYTcool, thanks for the reply, when it's fixed I will definitely be using this instead of the heavily outdated (but currently functional) adventure plus

  • @ELV13S
    @ELV13S 2 дня назад

    4.0 KEEPS GETTING BETTER AND BETTER. to bad i cant migrate yet. on that note, im uing your hack for more projectiles on the projectile_0 thing. how do i set it up so that i can use 0 and 1 for multiple diff types? for some reason when i copy scripts from input_1 it keeps crashing. also side note, your mic is way too low or are you far away from the mic?

    • @shintendoYT
      @shintendoYT  2 дня назад

      I have been having some issues with my mic, it randomly gets low sometimes... But for the projectile thing, someone told me they could only copy projectiles FROM slot 0, but they could copy them INTO any slot. Maybe that is the same issue you are having?

    • @ELV13S
      @ELV13S 2 дня назад

      yeah, it can only be slot0, whhen i try to copy slot1 it shows up from 0 but if i try to brute force the loading of slot2 sprite it goes off some time but crashes immidiately. its like u can only do slot0 and nothing else?

    • @shintendoYT
      @shintendoYT  2 дня назад

      @@ELV13S Yeah seems to be that way. Just means you need to make more scenes to copy from. I'll try to follow up on why it's happening some time.

    • @ELV13S
      @ELV13S 2 дня назад

      @@shintendoYT i cant have ranged and melee then...hopeu find fixes soon thanks for the time