Noita Domekeeper [WIP]

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • Preview of my Noita Domekeeper mod :)

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

  • @picster
    @picster 7 месяцев назад +265

    One of the Dome Keeper devs here: Amazing work ❤

    • @Evaisa
      @Evaisa  7 месяцев назад +25

      Thank you! That means a lot :)

    • @little5feak_
      @little5feak_ 6 месяцев назад +12

      Thank you for game.

  • @SlavicDedede
    @SlavicDedede 7 месяцев назад +193

    I was kinda hoping you would have to find wands or spells underground then make a wand for your dome's weapon. It still looks really good, though!! It's actually really impressive that you got parts from both games to work together so seamlessly.

    • @Evaisa
      @Evaisa  7 месяцев назад +55

      I haven't even started working on the actual combat system yet, I may look into integrating Noita mechanics in some way but not yet sure how that'd be. I like the idea of having some implementation of the wand system for the dome weapon.

    • @SlavicDedede
      @SlavicDedede 7 месяцев назад +14

      @@Evaisa Maybe you could have the dome weapon be a replaceable wand. It could have the starter wand at the beginning, and you could swap it with other wands you find underground. The dome could also act like a Holy Mountain for wand editing. Idk, I just want to use a chainsaw rapid fire sparkbolt wand on the dome. It'd be pretty fun.

    • @derpaboopderp1286
      @derpaboopderp1286 7 месяцев назад +3

      @@Evaisathe game already has wand enemies, why not just make them charmed and attached to the dome to act as the domes defenses

  • @Connor-es5ry
    @Connor-es5ry 7 месяцев назад +61

    Looks amazing! I agree the gem drag looks frustrating.

    • @Evaisa
      @Evaisa  7 месяцев назад +12

      Oh yeah definitely. I'll need to investigate ways of mitigating it.

    • @ιθκ-κ4ο
      @ιθκ-κ4ο 7 месяцев назад +4

      ​@@Evaisa dumb question, but couldnt making the hitbox smaller than the graphic (1/2 or smth) make it less gameplay janky at the cost of some mild visual jank? or is graphic-hitbox size locked as the same in noita (/etc)
      not to be annoying bc i know getting presumptious stupid advice in the comments of ones (sick looking btw) project can really get on ones nerves

    • @Evaisa
      @Evaisa  7 месяцев назад +3

      @@ιθκ-κ4οThe game generates the collision box from the sprite pixels, can't really have a custom one afaik.

    • @ιθκ-κ4ο
      @ιθκ-κ4ο 7 месяцев назад

      @@Evaisa ah, mb then. excited to see where the mod will go, hope you manage to figure smth out and even if not itll tbh be bearable still

    • @uhrguhrguhrg
      @uhrguhrguhrg 7 месяцев назад

      ​@@Evaisa I think you should be able to scale either the hitbox or the texture

  • @All0rNothing1
    @All0rNothing1 7 месяцев назад +23

    Agree that it would be really hard to balance with noita mechanics but definitely very interesting! Maybe there's a "game made" that could work for this!

  • @kappasphere
    @kappasphere 7 месяцев назад +28

    That looks a lot more annoying than regular dome keeper, and really hard to balance if you add more Noita mechanics... But awesome job, I'm really looking forward to see where this goes

  • @Malkovith2
    @Malkovith2 7 месяцев назад +8

    I feel like dragging these gems will be so frustrating

    • @CmdrCorn
      @CmdrCorn 7 месяцев назад +4

      I think it just means you need to be more mindful about how you dig and not do a bunch of narrow squiggles...
      A good upgrade would be a wider drill, especially as you start being able to grab more gems in a go.

  • @RScamble
    @RScamble 7 месяцев назад +1

    Did you have a plan to randomly put a propane tank in the ground?😅

  • @benjiman528
    @benjiman528 7 месяцев назад +1

    What da heck?

  • @AlphaScope62
    @AlphaScope62 7 месяцев назад +5

    Now this is a cross over I was not prepaired for, but whole heartedly support! Keep it up!

  • @viabea7472
    @viabea7472 7 месяцев назад +4

    woah, this looks great

  • @theplague5803
    @theplague5803 7 месяцев назад +4

    I love this

  • @anticonstitutionnel8778
    @anticonstitutionnel8778 7 месяцев назад +1

    Love it but I honestly think you should add sounds for the grinder like a good ol brrrrrr that would be very nice

  • @alkeryn1700
    @alkeryn1700 2 месяца назад

    i'd probably use an inventory system instead of dragging things.

  • @AhmedHan
    @AhmedHan 6 месяцев назад +1

    Looks very fun!

  • @seerserric
    @seerserric 7 месяцев назад +1

    This is super impressive and cool (to somebody who knows nothing of Noita modding)!

  • @jujuteuxOfficial
    @jujuteuxOfficial 7 месяцев назад +1

    i think you could add some force repulsion on latched ressources, so it forces them to stay 1-2pixels away from any surface, reducing the snagging, or even, (i know it's kinda hallal), make it a round hitbox, but sized so the radius is the closest possible to the square (if box side length is 1, let's say, sphere radius is (1+sqrt(2))/2 or a diameter that's ~1.2071x its side, so on flat sides it'll overextend by 10% and on the corners be 10% too short, which at that scale isn't much and will smooth things out a lot

    • @Evaisa
      @Evaisa  7 месяцев назад

      sadly i don't think the noita modding tools would allow me to make the box2D colliders round. as they are calculated from the actual pixels, but i might look into further in the future.

    • @Evaisa
      @Evaisa  7 месяцев назад +1

      The biggest issue is tiny pixels left behind while digging blocking the way.

    • @jujuteuxOfficial
      @jujuteuxOfficial 7 месяцев назад

      @@Evaisa check the minecart entity, its wheels are actual round colliders

    • @Evaisa
      @Evaisa  7 месяцев назад +1

      ​@@jujuteuxOfficialthose use PhysicsImageShapeComponents which is an old component which i am not sure is compatible with some of the newer physics functions I use, I'll investigate tho thanks.

    • @jujuteuxOfficial
      @jujuteuxOfficial 7 месяцев назад

      @@Evaisa godspeed

  • @grandis_
    @grandis_ 4 месяца назад

    Dome keeper was really silent when since this dropped out

  • @crysys_1379
    @crysys_1379 4 месяца назад

    holllly fuckkkkkk
    i want this...
    can i be a beta tester ?

  • @Drakuba
    @Drakuba 7 месяцев назад

    domekeeper itself was really boring, but combined witl all those Noita goodies it have to offer this actually might be fun, keep it up

  • @chonky_walrus
    @chonky_walrus 7 месяцев назад +6

    Lets all watch together how noita becomes a game developing tool lol

    • @khlorghaal
      @khlorghaal 7 месяцев назад

      it is one of the best engines, the multithreading is fairly perfect

  • @catkook543
    @catkook543 7 месяцев назад

    so far it looks pretty good
    I presume the enemy phase hasn't been implemented yet, or was that just excluded from the preview?

  • @StCost
    @StCost 7 месяцев назад

    You made it similar to initial idea of developer. He found simple digging not enough and replaced it with wands

  • @CongaYT
    @CongaYT Месяц назад

    Looking pretty sick

  • @rikimaru008
    @rikimaru008 7 месяцев назад

    Мне кажется или это жесткое оскорбление в сторону разрабов ?)

  • @kodeytheneko
    @kodeytheneko 7 месяцев назад

    I have the official midis for the dome keeper title theme, if it's useful for you :)

  • @Mertly
    @Mertly 7 месяцев назад

    I don't know what dome keeper is but this looks fun

  • @alekseypokrovskiy3640
    @alekseypokrovskiy3640 7 месяцев назад

    wow dude this is so fucking hard

  • @viktable5955
    @viktable5955 7 месяцев назад

    Noitorio: gold not included

  • @leovin00
    @leovin00 7 месяцев назад

    Is this inspired by Motherlode? I love it

  • @UnderscoreBread
    @UnderscoreBread 7 месяцев назад

    thats fucking cool

  • @НиколайСоловьев-р2х
    @НиколайСоловьев-р2х 7 месяцев назад

    Please finish it! I really want to try it

  • @pakancina3138
    @pakancina3138 7 месяцев назад +1

    This looks sick, please keep us updated

  • @thelaststraightguy990
    @thelaststraightguy990 5 месяцев назад

    I look forward to this!

  • @helunixx
    @helunixx 5 месяцев назад

    expressing interest in this =)

  • @none5020
    @none5020 4 месяца назад

    How'd you do all that lol, super cool

  • @KhristianBolano
    @KhristianBolano 5 месяцев назад +1

    Serious Starbound vibes from this!

  • @flufml120
    @flufml120 5 месяцев назад

    Noita is a game engine now

  • @Philly_Gamer
    @Philly_Gamer 7 месяцев назад

    WICKED! Keep at it!

  • @rafa_br34
    @rafa_br34 5 месяцев назад

    NOOOO NOT THE Hämis

  • @user-uq9se1nx9q
    @user-uq9se1nx9q 5 месяцев назад

    Looks hella cool!

  • @thelightside77
    @thelightside77 3 месяца назад

    Looks cool.

  • @gruntonium1669
    @gruntonium1669 7 месяцев назад +1

    i would so totally play this, its so amazing looking

  • @jillstingray7249
    @jillstingray7249 7 месяцев назад

    Are fucking genius???

  • @grazvydas69420
    @grazvydas69420 5 месяцев назад

    this is so cool

  • @Dragonslayer-fs8dh
    @Dragonslayer-fs8dh 5 месяцев назад

    Looking good

  • @tsunamio7750
    @tsunamio7750 7 месяцев назад

    oh wow, holy shit.
    good job!

  • @mihael64
    @mihael64 4 месяца назад

    THATS SO COOL!!!

  • @genesisreaper2113
    @genesisreaper2113 7 месяцев назад

    H O W

  • @hider5135
    @hider5135 7 месяцев назад +1

    good

  • @karona2200
    @karona2200 7 месяцев назад

    ЧУВАК ЭТО ПРОСТО ЧУМА

  • @FrenBeen
    @FrenBeen 7 месяцев назад

    Братан, какого черта?

  • @nikitosi4ono4ek
    @nikitosi4ono4ek 7 месяцев назад

    Кто этот гений?

  • @amergingiles
    @amergingiles 7 месяцев назад +1

    Now this is wild.

  • @gasparliboreiro4572
    @gasparliboreiro4572 7 месяцев назад +1

    OH, It looks awesome, I hope you give it your best and make this as fun as it seems it could be

  • @MisterPikol
    @MisterPikol 7 месяцев назад

    wiiiild

  • @qstro
    @qstro 7 месяцев назад +1

    Brooooo

  • @jonnymiskatonic
    @jonnymiskatonic 7 месяцев назад

    This has some serious potential. I can't wait to try it out.

  • @_daiter_
    @_daiter_ 7 месяцев назад

    Eba is always beyond your expectations

  • @khlorghaal
    @khlorghaal 7 месяцев назад

    id add an inventory or something else to make hauling less tedious

    • @Evaisa
      @Evaisa  7 месяцев назад

      that's kinda the point

    • @khlorghaal
      @khlorghaal 7 месяцев назад

      @@Evaisa why would you *want* gameplay to be tedious

  • @matthiass._.
    @matthiass._. 7 месяцев назад

    Two amazing roguelites combined? Sign me up!

  • @doodelbopgames
    @doodelbopgames 7 месяцев назад

    poor man's domekeeper looks sick

  • @1lomi901
    @1lomi901 7 месяцев назад

    Holy shit bro, insane work !

  • @Grif_on96
    @Grif_on96 7 месяцев назад

    It's simple but in the same time amaing idea
    keep going :)

  • @michaelfluckiger448
    @michaelfluckiger448 7 месяцев назад

    this actually looks really awesome

  • @paullipczyk5216
    @paullipczyk5216 7 месяцев назад

    This looks really amazing and very polished for work in progress. Good luck keeping up the good work:)

  • @jakubIsAspy
    @jakubIsAspy 7 месяцев назад

    Why do you have so few subscribers? You deserve so much more, your mods are incredible :)

  • @azim0ff
    @azim0ff 7 месяцев назад

    i was just minding my own business when youtube recommended this to me.
    "oh, thats neet, who made that?
    waaait a sec, thats the name i recognize"

  • @garlicwaffle6146
    @garlicwaffle6146 7 месяцев назад

    I would play the crap out of this

  • @Nicolas_GE
    @Nicolas_GE 5 месяцев назад

    looks great so far!

  • @Solusphere
    @Solusphere 7 месяцев назад

    This just randomly popped up in my youtube feed! Very cool!

  • @YeprilesteR
    @YeprilesteR 7 месяцев назад

    Let's go Dome Keeper but good

  • @NotABean_
    @NotABean_ 7 месяцев назад

    huh i did not expect to randomly get a video from evasia on my youtubes
    anyway this looks sick!! the dragging looks so polished and the dropping animation is amazing :3

  • @typhe681
    @typhe681 7 месяцев назад

    ok this is sick, i hope this makes it to completion, and if it does, it's gotta be one of the most popular mods

  • @russmeyer8981
    @russmeyer8981 7 месяцев назад

    amazingly cool

  • @berksedatk
    @berksedatk 7 месяцев назад

    I love it!! When can we play it?!?

    • @Evaisa
      @Evaisa  7 месяцев назад +1

      Dunno yet, currently spreading my time between this and Noita Arena

  • @Dindonmasker
    @Dindonmasker 7 месяцев назад

    Woah! Looking good!