Make an action RPG in GB Studio with Adventure Reforged

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 24

  • @ForbiddenNickname
    @ForbiddenNickname 2 місяці тому

    This is a true game changer! Setting up solid actors took me for ages in GBS 3.1 😮
    Thank you so much! 🙏

  • @D00D64
    @D00D64 4 місяці тому +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!

  • @lazerwheelie
    @lazerwheelie 4 місяці тому +2

    Thank you! Now to finally learn the actual basics of this program first 😭
    I just wish there were better beginner tutorials out there.

  • @binarynine
    @binarynine 4 місяці тому +2

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

  • @morphoice
    @morphoice 3 місяці тому

    Brilliant!!! Also those graphics look so sweet

  • @ChrisLeeW00
    @ChrisLeeW00 2 місяці тому

    This is great! I will use this for next week’s game jam I signed up for!

  • @ghoulgirl99
    @ghoulgirl99 Місяць тому

    This is so awesome

  • @JakeMacher-o8p
    @JakeMacher-o8p 4 місяці тому

    Amazing Work! Thank you for this.

  • @mikethetowns
    @mikethetowns 4 місяці тому

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

  • @SpinyRat
    @SpinyRat 4 місяці тому +1

    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  4 місяці тому +1

      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 4 місяці тому +1

      ​@@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

  • @nonplayercharacter596
    @nonplayercharacter596 4 місяці тому

    This is brilliant. I've reached out on other socials, but thought I'd hit you here too:
    If I wanted the player to "snap" to the 8x8 tile grid, what changes should I make to adventure.c? It would be cool to be able to set this movement to both snap the player to grid after movement (snap to pixel, like you have now), as well as snap to 8 or 16 grid, with the snap happening after movement is finished / input is released.
    I ask about this because adventure mode engine can have the camera rest where only part of a row or column or both of tiles is showing, so when you do anything that brings up the overlay (dialog, for example), the camera snaps to the grid temporarily. It would be nice if the camera was already snapped to the grid already before drawing the overlay.

  • @ELV13S
    @ELV13S 4 місяці тому

    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

  • @polyplayer
    @polyplayer 4 місяці тому +1

    i dont know if it works in 4.1.3, but it looks really good!

  • @mloukhiyye
    @mloukhiyye 4 місяці тому

    😻

  • @ChrisLeeW00
    @ChrisLeeW00 2 місяці тому

    How’d you get the sword action to look so good? Do you have an example project?

    • @shintendoYT
      @shintendoYT  Місяць тому

      I made a now unlisted tutorial about making a nice sword here shintendo.neocities.org/gb_studio/tutorial_sword

  • @ELV13S
    @ELV13S 4 місяці тому

    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  4 місяці тому

      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 4 місяці тому

      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  4 місяці тому

      @@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 4 місяці тому

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