Noita
Ei tarpeeksi arvosteluja
Heres Ferrei
   
Palkinto
Lisää suosikkeihin
Lisätty suosikkeihin
Poista suosikeista
Tiedostokoko
Julkaistu
Päivitetty
9.741 MB
10.6.2023 klo 5.17
30.9.2023 klo 11.32
8 muutosilmoitusta ( näytä )

Tilaa ladataksesi
Heres Ferrei

Kuvaus
A beta alpha pre-alpha prototype tech-demo of a matter mimicry system originally developed as a part of the Noita 2023 Modding Jam. Requires beta branch.

Features
- a fully simulated 101% realistic sword
- 30 matter-spesific interactions (including 3 joke ones)
- 21 tag-based effects (modded content compatible)
- 4 macro-abilities, one for every major aggregate state of matter

Special thanks to the amazing contributors of the new Noita wiki[noita.wiki.gg] - this kind of speedrun (initial release was done in a week) would be impossible without all the hardcoded vanilla values obtained from there.
59 kommenttia
MrB0Nes 24.11.2024 klo 14.15 
@Bruham i gotcha
Bruham  [tekijä] 24.11.2024 klo 11.23 
It would be possible to make it so the sword spawns embedded in the wand pedestals, I'll think about this.
MrB0Nes 24.11.2024 klo 9.53 
@Bruham Like this mod, it's a cool concept, the only thing I don't like is that wish there was a way to find the sword while playing game rather than it just being in your inventory or just at the start.
:)
Enever 8.10.2024 klo 23.55 
Mimicing tablet or Cursed rock causes a huge radius of matter evaporation
Mimicing notebook forces death
Lmao
hweenor 14.10.2023 klo 15.39 
took your advice, both the .5 pixel size and password stuff, but now i just made epee look like a silver toothpick lmao
Bruham  [tekijä] 14.10.2023 klo 6.40 
Rigidbody physics in Noita are bizzare and rather buggy - integrating them into gameplay will result in a plethora of edge cases that are simply impossible to solve (especially for long thin objects). Proper approach would be to from scratch code the phys throw using the same techniques as the sword slashing is based upon. It is definitely possible, there can be even a full blown lightsaber throw coded but that's a lot of work and we are all tied for the time being with the other projects.
Wandering Stars 14.10.2023 klo 3.43 
is it possible to make the sword be throwable? just doing rmb with the sword would throw it, and maybe pressing it again could return it back to you? im asking this because the sword already acts like an object when its thrown from the inventory unlike tossing a wand, so why not make it work as an attack? maybe even make it be able to guide the sword by holding lmb to the cursor, kind of how the old telekinesis bug worked with items.
Bruham  [tekijä] 4.10.2023 klo 20.19 
The in-game sword pic is supposed to be downscaled to 0.5 pixel size from the ground up, so there's no easy fix to get around this (you can manually stretch the low-res sword_0 on all of the sword_1-3 to kinda get what you expect). There are however 2 secret password-locked swords (both are high res though) - poke in setting.lua to get the code, enter em in settings and the next run you'll have one.
hweenor 4.10.2023 klo 19.49 
Hey bruham, in the mod files there are other sword sprites, however they bend and morph weirdly when i try holding the sword with a different sprite. Do you know how and what numbers i need to edit for the swords? i in particular want to use sword_0 (The same one as the inventory icon)
Bruham  [tekijä] 30.9.2023 klo 5.50 
Fuck, I've just realized that I forgot to change the desc for when the mnee is active. If you are indeed using it - either Z or X should work (you can also press ctrl+m to rebind it, just keep in mind that ctrl or alt won't work since they are considered a special key).