Noita
Оценок: 72
M-Néé
   
Наградить
В избранное
В избранном
Удалить
Размер файла
Добавлен
Изменён
996.078 KB
30 сен. 2023 г. в 10:31
28 авг в 6:53
Обновлений: 9 (просмотреть)

Подпишитесь, чтобы загрузить
M-Néé

Описание
For dreamed we had wings like a dove;
And we had gilded wings in that dream;
But when we waked, to our sorrow,
We found them but feathers, and we were
Bare as we came from the womb.


{CONNECTED}

You are listening to the Northmost Vector Brainwave. I can't really tell but it seems that you have reached the end of this episode of the show. You know what to do now, don't you? Just press the red button on the right side of your keyboard. And remember: Prospero Inc.
But first let's have a listen to your first official sponsor, the {DATA REMOVED} Prospero Inc.!

We are delighted to present you the latest entry in the M-Néé{DATA REMOVED} and other implants! And what is the most important thing in the Universe? The answer is simple - MONEY! And here, at Prospero Inc., we are proud to offer you the best way to spend it. We will provide you with the opportunity to make your dreams come true. What is your dream? A new {R}? New {C}? Or maybe a nice {LEFT_ALT+H}? It doesn't matter what you want, because Prospero Inc.

{DISCONNECTED}

× × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × ×

WHAT IS THIS MOD
It's a general purpose custom inputs framework designed to provide advanced and centralized control over the key bindings. Does include gamepad support.

WHAT CAN IT DO
Nothing by itself but everything if utilized within another mod. (Note: M-Néé must always stay at the top of the mod list)

Use {LEFT_CTRL+M} to access the main menu. Fully backwards compatible with mods designed around the older version.

Features full LuaLS documentation and is supplied with complementary plain-language feature description in the form of _DOC.txt. For an advanced example check files/kontroller.lua and mnee.lua from here.

× × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × × ×

Features Chinese (ImmortalDamned) and Russian (CrackbeardGunman) translations.

>GITHUB<[github.com]
>LEGACY<[modworkshop.net]
Комментариев: 54
Bruham  [создатель] 11 окт в 3:54 
God damn, real spooktober hours over here. Nice that it got resolved and looks like I still got some bugs to fix, thanks!
OutbackCatgirl (kot) 10 окт в 22:22 
https://i.imgur.com/Q88aZes.png
i have been *gaslit* by my own operating system,,,
OutbackCatgirl (kot) 10 окт в 22:20 
AND THE GHOST INPUTS ARE GONE
dude my copy of windows is fuckin' haunted
OutbackCatgirl (kot) 10 окт в 22:20 
okay, update: it only shows up in device manager
I don't even own a controller
but i removed it via device manager, and ctrl+m works again!
OutbackCatgirl (kot) 10 окт в 22:17 
LMAO DEVICE MANAGER SHOWING A CONTROLLER IS CONNECTED??? I LOVE THIS FUCKED UP OPERATING SYSTEM SO MUCH
OutbackCatgirl (kot) 10 окт в 22:14 
it has GOT to be on my end if it's showing stuff as being pressed with such precision. Nothing showing in bluetooth or devices and printers.
OutbackCatgirl (kot) 10 окт в 22:12 
https://i.imgur.com/TF7LlEk.png
i'll do some further checking on my end just in case something fucky is running in the background as a hidden task
OutbackCatgirl (kot) 10 окт в 22:10 
restarted and enabled auto-open and it's showing correctly now.

It is seemingly detecting SOMETHING as being pressed which is hella weird. Like, a ghost gamepad or something.
OutbackCatgirl (kot) 10 окт в 22:05 
Also: after hitting "generate debug report"in the menu it immediately closed the menu and opened the "release keys" screen, and the shortcut stopped working. :D
OutbackCatgirl (kot) 10 окт в 22:01 
https://imgur.com/ittGb2y.png
Huh! It actually popped up the menu behind the debug window but the debug window didn't come with a background lol. Can still read it though! See image.

Hopefully nothing is cutoff or ambiguous.

Just in case the adv. spell inventory mod is potentially involved, here's the mnee.lua contents from that mod that gets appended to mnee's



bindings["AdvSpellInv"] = {
toggle = {
name = "Toggle",
desc = "Shows/opens the bag when it is closed, or closed it when it is open.",
keys = {
r = 1,
},
},
dump = {
name = "Dump",
desc = "Dumps all spells from active wand to storage.",
keys = {
-- v = 1,
},
},
}