Torben H.
Torben H.
https://github.blog/2023-06-26-new-tool-to-secure-your-github-actions/
Do this before creating a public release.
There is a lua file watcher, with this tool we can get the selected save slot. The save slot isnt accessible by the Noita API. Check the latest file changed...
> There is a lua file watcher, with this tool we can get the selected save slot. The save slot isnt accessible by the Noita API. Check the latest file...
Keep #70 in mind, when working on this!
Thanks to @dextercd for his awesome tool/mod, being able to achieve this! https://github.com/dextercd/Noita-Synchronise-Expansive-Worlds
Create a PR into #67 when done, because I'll soon merge #67 into this branch.
More or less done in #48. Can be polish/tweaked here some day in the future.
Remove xml files and do it with nxml changes on runtime. Make sure this is really necessary!
Use the attachment to work with physic bodies! [physics.zip](https://github.com/Ismoh/NoitaMP/files/10318940/physics.zip) ``` Evaisa: it is extremely simple to implement, basically am just doing local x, y, r, vx, vy, av = physics.bodyGetTransform(physbody2Comp)...