Hammer Time! New Sub-boss Fight - Castlevania: SotN for Sega Mega Drive & Genesis - Dev Diary 23

Поделиться
HTML-код
  • Опубликовано: 3 окт 2024

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

  • @PigsysRetroGameDevTutorials
    @PigsysRetroGameDevTutorials  10 месяцев назад +19

    Just a correction, the sub-boss music (Death Ballad) is actually by TenNoKoe_, not Alianger. There is so much going on with this project that even I get a little mixed up sometimes!

    • @tennokoemusic
      @tennokoemusic 10 месяцев назад +3

      Thanks, Pigsy!

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад +1

      @@tennokoemusic Sorry for the mix-up! I'll make a correction at the beginning of the next video too.

  • @greyfox1127
    @greyfox1127 10 месяцев назад +33

    This continues to look better and better. Megadrive version continues to impress with how incredible it looks. Great work as always - keep it up :-)

  • @IuriFiedoruk
    @IuriFiedoruk 10 месяцев назад +11

    The rolling animation was not actually missing from the site. That's because they only store the sprites, and the spinning was actually done rotating the same sprite by the PSX itself. You could just do the same rotation in photoshop or gimp, kust keeping all pixels intact while doing so.

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад +2

      There are a lot of rotating sprites in the original, so a lot of the spritesheets online tend to include multiple versions of a sprite at different angles. For those that don't I can either capture each frame from an emulator (as in this case) or just use software to rotate (as you suggested). I might try the later technique next time

  • @deano72
    @deano72 10 месяцев назад +6

    I think the rolling speed on your version looks more realistic. Your doing a sterling job.

  • @AllardRT
    @AllardRT 10 месяцев назад +17

    Damn, following this project since the first videos, it's crazy and heartwarming to see it eventually take shape and look better and better with each video.

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад +5

      Thanks! It's great seeing some of the same old facing showing up since the beginning. It's a long journey, so it's nice to have some company :)

  • @GreyMatterShades
    @GreyMatterShades 10 месяцев назад +12

    Man, looking awesome!
    One thing that might be a good idea to save on storage and VRAM space is to split large enemies like this into multiple sprites. I'm pretty sure they did that in the original version (the arms and hammer are one sprite, the legs are another, the torso and maybe head are another). That'd make the animations take up less space. Even if you don't need to do it, it might be a useful skill to teach in a tutorial in the future.
    Keep up the awesome work! 👍

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад +6

      SGDK's sprite engine provides plenty of optimisations in that regard, plus it's a case of if any savings are worth the extra development time and effort required

    • @opaljk4835
      @opaljk4835 10 месяцев назад +2

      In the original version everything was flat 2d polygons. Did they need to treat things as multi segmented sprites?

    • @andrew_stamps
      @andrew_stamps 10 месяцев назад

      @@PigsysRetroGameDevTutorials I'm wondering in the same thing as @GreyMatterShades I love the videos and the project and have been following for some time, but you didn't really go into how you got the roll to work. did you grab enough sprites to render him rolling for 4/8 frames and use x/y sprite flipping to get the other quadrants??? or did you do sprites for a full rotation? for those of us that are technically minded, more insight on how you implemented the new features is a gold mine that as of late you really haven't been showing. I hope this returns to your videos. especially given the name of your channel. I'm also interested in the ROM size at this point. As good as you report SGDK engine to be at sprite optimization, it it's also interesting to know if what you are building would've been feasible in the peak genesis days on say a 16-meg cart. 😊
      edit I forgot about the last vid when you went over rom size lol.

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад

      I normally use mirroring h/v flipping to minimise rom space, but in this case I just copied over the whole rotation. For these dev videos I like to explain the general process. Don't worry, I'll eventually cover these topics in much more technical detail in future tutorials@@andrew_stamps

  • @Alianger
    @Alianger 10 месяцев назад +9

    6:51 Just a small correction, Death Ballad was done by TenNoKoe_ :)
    Looking forward to kicking the monster's ass. But how are you handling sub weapons and alternate main weapons or is this undecided so far?
    Brainstorming challenge ideas - the hammer (or an alternate stronger version of the attack) could stun the player if they're on the ground, he could throw the hammer and jump afterwards, or he could move faster and faster as the fight goes on

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад +5

      Ah, you're right, I even get confused about who is doing what in my own project sometimes!
      Sub-weapons will pretty much work the same as in the original. Any alternative main weapons will be added at a later date (probably much later!)
      Thanks for the ideas! I'll no doubt iterate over the boss/enemy AIs as the project progresses. I need to find a balance between adding some new stuff while staying true to the original

  • @KaskelotenZebbe
    @KaskelotenZebbe 10 месяцев назад +10

    Great job! Colours on the boss look great and the animations are smoothly implemented.

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад +2

      Thanks. Pyron has since provided a version with even better colours, so I will be swapping it out later

  • @igodreamer7096
    @igodreamer7096 10 месяцев назад +4

    The Creature have a great design, but is a joke for how easy fights.
    Great work there, Pigsy man. That was a clean way to rip those sprites! ⭐⭐⭐⭐⭐

    • @ElsweyrDiego
      @ElsweyrDiego 10 месяцев назад +1

      yes, it could be implemented new attacks from him, not just hammering and rolling. it would be awesome

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад +3

      There are a lot of cool bosses who go down too easily in the original, so it's nice to give them a second chance

    • @ElsweyrDiego
      @ElsweyrDiego 10 месяцев назад

      can you include new surprise attacks or it's difficult to make something like this?@@PigsysRetroGameDevTutorials

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад +2

      It's possible, but I want to be careful with how much I change from the original.@@ElsweyrDiego

    • @ElsweyrDiego
      @ElsweyrDiego 10 месяцев назад +1

      i understand. the fans might hate something drastically changed. but in my opinion as a fan, new things are welcome too, we played it on ps1 until exhaustion, we need something refreshing. maybe put an option to choose between new and old?@@PigsysRetroGameDevTutorials

  • @Myako
    @Myako 10 месяцев назад +5

    Yet another spectacular video from you, great job!! 👏🏻👏🏻💪🏻💪🏻
    You know, I was thinking: if SGDK eventually gets to support MegaCD, you could try the Megacolor encoder and include all these videos as a bonus Gallery. It would be pretty sweet.

  • @megaorangegames
    @megaorangegames 10 месяцев назад +9

    The work you are doing is incredible, keep it up

  • @GusPagan
    @GusPagan 10 месяцев назад +2

    This video is the one that convinced me that this project is actually happening. I've been following this since the begginjng and a admit that at first I thought "well, that is a very cool hobby project, but probably not going to go too far". But video after video it is getting better and better and you keep showing actual progress. I'm kinda perplexed on how good you are! Thank you for all the effort you're putting on this!

  • @WRZ75
    @WRZ75 10 месяцев назад +2

    Wow. Legit this looks and sounds amazing. Thx for sharing this update

  • @orderofmagnitude-TPATP
    @orderofmagnitude-TPATP 10 месяцев назад +3

    My god this is....
    Just....
    Honestly brings a tear to my eye 😢😅

  • @PlumbDrumb
    @PlumbDrumb 10 месяцев назад +3

    Good move. I think the added challenge for this boss is appropriate. Almost as if you fixed what was once broken.
    I'm surprised his colors translated so well to the Mega Drive, it looks great so far!

  • @Oni64
    @Oni64 10 месяцев назад

    5:45 That really brought a smile to my face😊 . loving the progress and process of this.

  • @rickydo6572
    @rickydo6572 10 месяцев назад +4

    The Sega Genesis is gonna win the 16bit war with this one

  • @vinisasso
    @vinisasso 10 месяцев назад +1

    You are doing a great job! As far as my limited knowledge on Genesis hardware goes, if you wanted to reproduce the same sprite rotation effect you'd have to code the rotation routines yourself as the hardware was not able to rotate sprites by itself, which is a task for programmers who have deep knowledge on the M68000 programming, and yet the results probably would disappoint because of the system's limitations, it would end up with a dropped frame rate and the movement would not be as smooth. Not impossible, but quite unrewarding initiative. You went the alternative way and it worked so well. Keep it up, man!

  • @ClexYoshi
    @ClexYoshi 10 месяцев назад +1

    I'm glad to see you making progress on stuff like this and do feel that this is a good fit for The Creature. that being said, I do think a vital bit you missed was that creature kinda bounces up when he gets to the edge of the room. he slows to a stop and has a bit of momentum. There's been a lot of that in this project that i've noticed. little bits and bobs of polish that you haven't yet had a chance to implement before showing them off to the public.
    I understand that these are iterative passes that each segment of game needs to get, but I do hope that this project gets to that level of polish. one of the things that makes SOTN such a special game is that attention to detail; little things that didn't have to be in the game but the devs bothered to put work into making sure was there.

  • @AngelicDirt
    @AngelicDirt 10 месяцев назад +1

    Thinking about it, the end of the original seemed so rushed, so I can see why you moved him. I'm excited to see what goes where now; breaking muscle memory and map memorization, and providing new challenge is something I imagine is a thing for remakes. :v
    ~5:45 - He's such a chonky boi. I'm glad he likes his new home. Look, he's playing! :B

  • @lancelnce
    @lancelnce 10 месяцев назад +1

    This is looking great.
    Thank you for your hard work Pigsy.

  • @AdventurerAlm
    @AdventurerAlm 10 месяцев назад +2

    Great job on this project so far! I know you mentioned possibly adding screenshake for the hammer hit, which is a great idea. Maybe have it timed to where it goes until the hurtbox on the hammer is done? That way players have an extra visual indicator on when it's still dangerous or when it's safe.

  • @NeioGeo
    @NeioGeo 10 месяцев назад +1

    This is going to be amazing. Your work so far has been very detailed and it's great to see just how much the Mega Drive is capable of doing.

  • @OrdoNekro
    @OrdoNekro 10 месяцев назад +1

    Simply amazing. I cant wait for the final version

  • @dacueba-games
    @dacueba-games 10 месяцев назад +2

    You should make a playlist with the soundtrack for this version! It's kinda hard to find because it's made by lots of different people.

  • @GimblyGFR
    @GimblyGFR 10 месяцев назад +1

    This is looking excellent. As a suggestion, you may consider adding an enemy attack pattern where it bounces around the stage while rolling, forcing the player to move on the floor to evade him, instead of jumping. The battle would become more interesting with one or two new attack patterns for the thing. I can't wait for the demo.

  • @AndromedaBeta
    @AndromedaBeta 10 месяцев назад +2

    Meu caro Pigsy... isso está INCRÍVEL. FANTÁSTICO. Trabalho Maravilhoso. Muito obrigado por seus esforços. Uma pena não ter tido a chance de ajudá-lo de alguma maneira nesse projeto. Minha vida tem sido Muito corrida e complicada. Mas quem sabe numa próxima. Ps: eu faço modelagem 3D se precisar num futuro próximo. 😉

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад +2

      Thanks. If I ever do a 3D Dreamcast game in the future maybe I can ask for your help then :)

  • @damin9913
    @damin9913 10 месяцев назад +3

    Wow this game came out beautiful!

  • @alynnzz0491
    @alynnzz0491 10 месяцев назад +1

    Great work as always! I patiently await a final build. Right now though, I'd like to compliment your choice of Castlevania Chronicles music.

  • @diehlr
    @diehlr 10 месяцев назад +1

    I feel like a third attack where he shoves the hammer out horizontally toward the player a little bit might mix things up and provide additional challenge. It would force the player to not get comfortable getting too close to the boss. the hammer strike comes down so closely to the boss, it doesn't pose a lot of risk to make you keep some distance. Just a thought! Very cool boss battle recreation, though! Very cool.

    • @diehlr
      @diehlr 10 месяцев назад +1

      Great ideas and shouldn't require too many more resources, should only need a few more tiles to make it happen!@@SirBuzz

  • @backlogpanic7967
    @backlogpanic7967 10 месяцев назад +3

    Looking pretty great! Good choice for a sub-boss I would say~
    Looks like it would be fair to fight as well, I would probably stand in the middle and spam sub-weapons.
    Any thoughts as to which weapon you would allow the player between latest checkpoint & this boss?

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад

      Which items appear in which candles is going to take a lot of experimentation, so nothing decided yet

    • @backlogpanic7967
      @backlogpanic7967 10 месяцев назад

      @@PigsysRetroGameDevTutorials
      For sure!
      One thing you could decide this early however, is if you want to give *no* item-providing candles between checkpoint & sub-boss.
      Result:
      -Giving players who survived up until the boss an edge & rewarding good play.
      -Players who died will get to fight legitimately next try, & practice strike/backdash.
      I can't remember if this is how the other games handled sub-bosses, but it could be an interesting way to give *a few of them* a quirk of their own, compared to the big bosses.

  • @erikaleao3012
    @erikaleao3012 10 месяцев назад +1

    You achieved perfection with this game, I think it's the maximum the console reaches .

  • @thiago7413
    @thiago7413 10 месяцев назад

    A shockwave moving forward when the hammer hits the grownd, so the player would have to jump over and then have the window to attack. Would be cool!

  • @guillaumenunes9319
    @guillaumenunes9319 10 месяцев назад +1

    Gameplay, level design, everything is so well thought and done.
    Each video has its impressive aspect.
    do you think you could released the demo as you planned ? Everyone is waiting for it, thanks to you.
    Well done again.

  • @SCIN
    @SCIN 10 месяцев назад +1

    seu trabalho é imprecionante parabens, acho que está mais bonito que o porte ps1 devido as cores estarem mais vivas

  • @85bitsdeveloper
    @85bitsdeveloper 10 месяцев назад +3

    Amazing !

  • @Christdeliverme
    @Christdeliverme 10 месяцев назад +4

    The speed of your spin is accurate, don't change it.
    It would be sweet if you could add cracks to the floor upon hammer hits

  • @georgemouhawesse5355
    @georgemouhawesse5355 10 месяцев назад +1

    Hi Pigsy, you're doin a great job!! For your next tutorial, can you show us how to code from one screen to the next? Such as the splash screen when starting a new game, moving to the title screen, then starting the game to the first level, then from one level to the next. Because I assume each new level has it's new palettes

  • @peacefulscrimp5183
    @peacefulscrimp5183 10 месяцев назад +2

    This is amazing 👍

  • @chrishowarth6623
    @chrishowarth6623 10 месяцев назад +1

    Brilliant as usual

  • @yousefslimani99
    @yousefslimani99 10 месяцев назад

    BTW I love how you've done with the graphics, The game looks a bit colorful for 1989 console, I love it 👍

  • @locked01
    @locked01 10 месяцев назад

    I cannot stop imagining this to be out for MD/Genesis in 1997 just a month or two before the console was discontinued. What a hit it could have been!
    But would have anyone been able to make it this beautiful? And how much the cart would have costed?
    After all we have seen prototypes of Street Fighter Alpha (Zero) and Fatal Fury (with revamped graphic and gigantic sprites) but, again, even if technically possible, how much would the price of the chips to contain all that data would have costed? And who could program it at the time?

  • @claudiosacchi3720
    @claudiosacchi3720 10 месяцев назад +2

    That's amazing!

  • @StRoRo
    @StRoRo 10 месяцев назад

    Fantastic work

  • @berdo2595
    @berdo2595 10 месяцев назад

    I think the song could have some kind of complement, like a channel in one octave lower or something like that, along with the melody in the "loop beginning".

  • @deano72
    @deano72 10 месяцев назад +2

    Instant like incoming👍

  • @andrealotito4412
    @andrealotito4412 10 месяцев назад +2

    your rolling animation is actually more accurate to the speed of travel, the original looks goofy and slippery..! Maybe you can make the rolling speed faster along the animation then! On top of that, have the boss "angrier" before the last couple hits so animation and travel are even faster

  • @roadkill_52
    @roadkill_52 10 месяцев назад

    Pretty cool boss!!! But hey, I think the rolling animation should mirror to the right when he go right. The rolling animation doesn't change directions which is a bit weird

  • @104d_3rr0r_vince
    @104d_3rr0r_vince 10 месяцев назад +2

    Majestic!

  • @vicentereisdacruz1915
    @vicentereisdacruz1915 10 месяцев назад

    Every new ever improvement is just amazing... can't wait to play this version of the game. Genesis Does!!!!

  • @hopetagulos
    @hopetagulos 10 месяцев назад +2

    Que trabalho limpo, porquinho! 🐽 🔌

  • @axguzman-gq9fz
    @axguzman-gq9fz 10 месяцев назад +1

    Se ve perfecto 👌

  • @SCIN
    @SCIN 10 месяцев назад +1

    terá upgrades de armas? por exemplo a espada de longo alcance? a textura do cenario é bem diferente do que vemos no ps1, será assim mesmo ou isso é apenas teste?

  • @mazonemayu
    @mazonemayu 10 месяцев назад

    instead of the screen moving when the hammer hits the floor, you could do falling debris you need to avoid. just an idea ;)

  • @RedLP5000S
    @RedLP5000S 10 месяцев назад

    Outstanding.

  • @rancyheyglades1751
    @rancyheyglades1751 10 месяцев назад

    I dunno, to me, midair roll looks like a totally legit (and kinda awesome) attack! 😁 There could potentially even be a 2nd version where instead of passing over you, he hammers out of it so that you have to backdash?
    Seriously though, these videos are pretty much at the top of my list of favorite things, thanks so much again for making them!!! I love everything about these from the sense of discovery, to the clever solutions, esoteric geeking out, and the sense of community from everyone that shows up!
    In terms of esoteric geeking out, definitely agree that the Alchemy lab is the perfect place for this boss/definitely would get my vote for saying it’s even better than the original game’s placement. I wonder if the creature actually was SUPPOSED to appear there in the original, but ultimately was passed over for beelzebub since it’s one of the few rooms where the latter would actually fit? (Creature pretty much appears in the 1st available opportunity afterwards)
    Glad to also hear that there also won’t be boss doors in this version! I think that does lead to more of a sense of exploration, which would be nice even if exploration not as much of a focus in this version (the dread of getting locked in with a boss, or even the humor of seeing a boss in the room and turning around to say “nope!” 😁)
    Would definitely love to hear more about the sound effects and any other considerations you’ve ran into on them (maybe how to determine where a ripped sample starts/stops, navigating memory issues, or if there’s a certain priority when multiple effects are played at once?).
    Thanks so much again/seriously looking forward to the Christmas demo!!

  • @adrias3
    @adrias3 10 месяцев назад +1

    Awesome

  • @bugbee84
    @bugbee84 10 месяцев назад

    cant want to see more, keep up the great work!

  • @olivieribassi647
    @olivieribassi647 10 месяцев назад

    First I want to give the congratulations and thank you for the project that excites all of us lovers of the mega drive. I'd like to raise a question. If the mega drive were relaunched, with larger color palettes and a more powerful processor, would the same conditions and knowledge be maintained for game development?
    I think if that were possible, that idea would be interesting.

  • @P5dfsf64g36
    @P5dfsf64g36 10 месяцев назад

    5:57 you could do the 8-bit Sonic 2 or NES DuckTales approach there, that would probably work, i would also suggest giving the HUD extra score or an enemy/boss health so the HUD doesn't look too empty

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад +1

      I'm going to add number of lives to the HUD eventually. I'll have to see if there are enough sprites left over to add an enemy lifebar

  • @jbmaru
    @jbmaru 10 месяцев назад

    Nice job on the sprite rotation, does it take a lot of CPU time without a dedicated chip? I don't remember any games that implemented it so well BITD.

    • @ThoArtOne
      @ThoArtOne 10 месяцев назад

      Gunstar Heroes have sprite rotation

  • @MrDarkNao
    @MrDarkNao 10 месяцев назад +1

    Air Rolling 5:50
    LUL

  • @armamentarmedarm1699
    @armamentarmedarm1699 10 месяцев назад

    How about making the creature rebound in a parabolic arc as it hits the ramp?

  • @marcelosoares7148
    @marcelosoares7148 10 месяцев назад

    This is a really nice project. I kinda want to see something like that for the 3DO, which is more powerful than a SNES/MD but weaker than the PS1 (SOTN target platform); Although i guess something like the SGDK doesn't exist for the 3DO, plus it only would be available for the 12 3DO owners out there.

  • @samaeldrakul4191
    @samaeldrakul4191 10 месяцев назад

    absolutely stunning🎉🎉 ✊️✊️✊️

  • @TheAsh9423
    @TheAsh9423 10 месяцев назад +1

    Good

  • @gungriffonbr
    @gungriffonbr 10 месяцев назад

    impressive!

  • @anjodaharpa8757
    @anjodaharpa8757 10 месяцев назад +2

    Is possible a jumping hammer attack?

  • @SergioJogosMegadrive
    @SergioJogosMegadrive 10 месяцев назад +1

    Parabens

  • @nintendo4life132
    @nintendo4life132 9 месяцев назад

    Nice upgrade, there's some special effects like the boss is getting hit and Alucard damage. How would you'll be able to pull it off

  • @luanreck
    @luanreck 10 месяцев назад

    Magic!

  • @DDRmails
    @DDRmails 10 месяцев назад +1

    what about add slide ahead when hammer hits?

  • @JMDAmigaMusic
    @JMDAmigaMusic 10 месяцев назад

    Is maybe a bit cheesy but what about a good screen shake once the hammer hit? Else feel like is not that dangerous

  • @Bloodyshinta1
    @Bloodyshinta1 10 месяцев назад

    what would you do if the colors in the character are shared in the background pallet? I kind of assume that would be more common in 16 bit games though since they have fewer colors to work with.

  • @raycastello2532
    @raycastello2532 10 месяцев назад

    Very good

  • @mypkamax
    @mypkamax 10 месяцев назад

    Personally, I think it would have been more space efficient to have The Creature's legs be separate sprites in the Mega Drive version if it's part of the second background layer.

  • @dava00007
    @dava00007 10 месяцев назад

    i think you should capture the genesis side without filtering, like on the PS side, so we can better see the pixel art.

  • @jmssun
    @jmssun 10 месяцев назад +2

    Watch both mandarin and english ver🎉🎉
    I always considered souls games as 3D symphony of the night

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад +1

      I've never played a souls game - I should try one sometime next year

    • @jmssun
      @jmssun 10 месяцев назад

      @@PigsysRetroGameDevTutorials please do so.. especially Elden Ring, very much a very well done SOTN experience

    • @jmssun
      @jmssun 10 месяцев назад

      And please do a live stream of play through. I would love to see that

  • @dfcastelao
    @dfcastelao 10 месяцев назад

    Having a kick anticipation animation before the rolling attack could be more fair to the player, specially if you are going to speed it up. Looking great so far!

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад +2

      There is a quick kneel animation before the roll, but I could add something extra later. So long as you stay alert, it's normally fairly straightforward to avoid

  • @MasterOfMyUniverse
    @MasterOfMyUniverse 10 месяцев назад

    This is pretty close to the original version.

  • @miamimagicians
    @miamimagicians 9 месяцев назад

    Do you think symphony of the night could’ve come out for both super Nintendo and Sega genesis? I mean if streetfighter alpha-2 did if Mortal Kombat ultimate dead

  • @kristoferstoll587
    @kristoferstoll587 10 месяцев назад +1

    Considering the technique you used to grab the sprites from the PS1 game, and the fact that you are 100% faithfully mimicking "hardware rotation" effects, could you use the same technique if say you wanted to do a remake of Out Run on the Genesis/Mega Drive? In that case you could grab all the sprites that are used to scale the cars and road side sprites and then add them to mimic the sprite scaling the Arcade used! It would be heavy as far as ROM size would be concerned but that shouldn't be an issue today considering the cheap cost of ROM chips (in case you wanted to do a physical release) or just make a ROM file and use an emulator... Is that possible or would the ability of the console to produce sprites on screen be an issue? I know in the "Mark V" version of Space Harrier they were able to recreate the sprite scaling but the flickering onscreen was quite bad. I am interested to hear your opinion. Amazing work btw... That had to be said!

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад +1

      Given the larger rom sizes realistically available nowadays, I think you could probably do a much better job of imitating sprite scaling by storing sprites of many different sizes. Swapping them in and out of VRAM shouldn't be an issue either. Hopefully someone will give it a try one day to see what is possible!

    • @SCIN
      @SCIN 10 месяцев назад +1

      @@PigsysRetroGameDevTutorials The mega drive scales road rash, but the fps is very low, I use overclocking on the emulator to play at 30 fps, it's impressive

  • @zabustifu
    @zabustifu 10 месяцев назад +1

    Not trying to mimic the original is the way to go, because as you noted, the original is not without flaws. I think the slower rolling animation looks better (I mean the animation speed and not the movement speed). I think it looks too fast in the original, and does not fit a big and slow character.

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад +2

      I think the regular enemies are generally fine, but a lot of the bosses need to be buffed to make them more of a challenge - plus the level design needs fewer long corridors :)

  • @exoria-x
    @exoria-x 10 месяцев назад +1

    Y la lucha contra el doble de alucard ese va a estar?

    • @PigsysRetroGameDevTutorials
      @PigsysRetroGameDevTutorials  10 месяцев назад

      I have something fun planned for that fight, but I'll keep it secret for now 😁

    • @exoria-x
      @exoria-x 10 месяцев назад

      @@PigsysRetroGameDevTutorials mmm entonces estara en el castillo invertido es correcta mi deducción

  • @brutapode8939
    @brutapode8939 10 месяцев назад

    Always a Metroidvania or an Action/Platform?

  • @TheRealSparkster
    @TheRealSparkster 10 месяцев назад

    So anymore tutorials like inserting music into your projects

  • @mankrip-
    @mankrip- 10 месяцев назад

    Can't you rip the textures and sfx directly from the CD data? Aren't there any tools for it?

  • @bifftannen1598
    @bifftannen1598 10 месяцев назад

    Any chance of grafting this into a 32X/Mega CD version that outdoes the PSX version in all aspects?

  • @lastavenger8532
    @lastavenger8532 10 месяцев назад +1

    how far are u from completing the game ?

  • @liamconverse8950
    @liamconverse8950 10 месяцев назад

    So to rip these assets from the PS1 game is basically a matter of photoshopping frame by frame? Like I was thinking about what it might take to make a port of an arcade game that was never originally ported to megadrive but seems feasible. I guess that would be more reasonable than trying to dig out the Sprite data from the compiled ROM

  • @IvanVz.
    @IvanVz. 10 месяцев назад

    😮la creatura 😹

  • @ryuhollande4267
    @ryuhollande4267 10 месяцев назад

    its a new game for megadrive ??

  • @ofonruiz
    @ofonruiz 10 месяцев назад

    osom!

  • @Crystallums
    @Crystallums 10 месяцев назад

    It looks amazing! I will surely love this game when it is released...

  • @caveiracibernetica
    @caveiracibernetica 9 месяцев назад

  • @NoSpamForYou
    @NoSpamForYou 10 месяцев назад

    Can't you turn off the background in the emulator to make it easier to grab sprites?
    I think how you removed the flame from the sword reduced the hitbox enough to where hitting the creature from the front will be very difficult. Maybe delay the hammer attack by a few frames to make more time to come in for a strike.

    • @jc_dogen
      @jc_dogen 10 месяцев назад +2

      PS1 doesn't have a background layer so it wouldn't be that simple.