[minimod][v3.10.1] Weapon Menu +

Projects that have specifically been abandoned or considered "dead" get moved here, so people will quit bumping them. If your project has wound up here and it should not be, contact a moderator to have it moved back to the land of the living.
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [minimod][v3.8] Weapon Menu + (Even DoomRL Arsenal!)

Post by m8f »

A small update (v3.8). Changes:

- holstering feature improvements: it's compatible with all weapon mods and IDCLEVer Starter now, pressing Holster key again brings back the last used weapon.
- reorganized controls a bit. You may need to reassign some keys. Sorry for the inconvenience.
- removed some annoying warnings;
- some code cleanup.
Squirb
Posts: 12
Joined: Fri Jun 21, 2019 10:03 am

Re: [minimod][v3.8] Weapon Menu +

Post by Squirb »

Thanks for making this! Having the priority change editor really helps in mods with a lot of weapon choices.
ileblanc
Posts: 27
Joined: Sat Jun 22, 2019 7:37 pm
Graphics Processor: Intel (Modern GZDoom)

Re: [minimod][v3.8] Weapon Menu +

Post by ileblanc »

Is it possible to configure this mod to make it handle the weaponlist the same way as Half-Life?
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [minimod][v3.8] Weapon Menu +

Post by m8f »

I haven't played Half-Life for a long time, so I don't remember exactly how the weapon list behaves there.
If you are referring to confirming the weapon selection by firing, then yes. You have to assign keys (or mouse buttons) in Options -> Weapon Menu + -> Basic -> Fire/Select+Close/Use and Secondary Fire/Close.
Someone64
Posts: 416
Joined: Tue Feb 23, 2016 11:59 am

Re: [minimod][v3.8] Weapon Menu +

Post by Someone64 »

The mod can indeed be configured to behave just like the Half-Life weapon menu. I think most of its default settings already make it close enough save for the option that instantly switches weapon if you pick a slot with only 1 weapon which IIRC may be off by default.
ileblanc
Posts: 27
Joined: Sat Jun 22, 2019 7:37 pm
Graphics Processor: Intel (Modern GZDoom)

Re: [minimod][v3.8] Weapon Menu +

Post by ileblanc »

Yeah but it seems I didn't explain myself right last time about Half-Life's weapons menu behaviour. I'm talking about the weapon selection HUD behaviour. I'll try to be more specific.

Instead of there being for example: 1111, 2222, 33333, 4444, etcetera, on weapon selection menu, can it just be 1,2,3,4, son on and so forth with adicional image of the selected weapon (I know that last one it's a little bit too much but It would be nice to emulate the HL's weapon selection hud visuals on Doom).

Something like this:

User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [minimod][v3.8] Weapon Menu +

Post by m8f »

Ah. No, the visuals cannot be configured this way. Not that I'm against it, but the current mod code makes implementing this kind of HUD unnecessary difficult.
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [minimod][v3.9] Weapon Menu +

Post by m8f »

Update (v3.9)

Fixes:
- slightly-DeHackEd mods (like Eviternity) now work correctly;
- new version Beatiful Doom works correctly;
- restored Harmony compatibility;

New:
- New small font is added to font selection;

Important:
- most of the extra functions are moved to m_Gizmos. It's a separate utility addon. It's not released yet.
User avatar
Alamo985
Posts: 27
Joined: Sat Mar 09, 2019 10:36 pm
Graphics Processor: nVidia (Modern GZDoom)

Re: [minimod][v3.9] Weapon Menu +

Post by Alamo985 »

Ah yes. An update to my favorite mod.
User avatar
Lagi
Posts: 676
Joined: Sat Jun 23, 2018 12:51 pm
Location: Thou shalt alter thy beliefs with new evidence

Re: [minimod][v3.9] Weapon Menu +

Post by Lagi »

its great, thanks a lot.

Is it possible to display inventory icons, instead names?

the list order on the left is not the same as the row order on the bottom bar, so when i click next item the highlight in left top corner is jumping.

the list is "wall of text" (but maybe its my fault because i set them so dense :) ), usually i need to stop playing to read amount of items. In game its faster to click next item, to have a look at the yellow number at the bottom of icons.
maybe it will helps, if the text format was offset to make space for count. Like that [assume there is nothing instead "." dots]:

.... Wing
.... Bandage
.... Krater of Might
.5.. Ice Shard
.2.. Tar

But the best would be icons :D
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [minimod][v3.9] Weapon Menu +

Post by m8f »

Thanks for the feedback! I created issue tickets so I don't forget when I come back to this mod:
- Inventory icons: https://github.com/mmaulwurff/weapons-menu/issues/8
- Item order: https://github.com/mmaulwurff/weapons-menu/issues/9
- Amount alignment: https://github.com/mmaulwurff/weapons-menu/issues/10

Regarding alignment issue: while it's not fixed in the mod (and it will be a while), I can recommend trying displaying Inventory menu on the right.
User avatar
Lagi
Posts: 676
Joined: Sat Jun 23, 2018 12:51 pm
Location: Thou shalt alter thy beliefs with new evidence

Re: [minimod][v3.9] Weapon Menu +

Post by Lagi »

m8f wrote: Regarding alignment issue: while it's not fixed in the mod (and it will be a while), I can recommend trying displaying Inventory menu on the right.
:? nah I think I will stick to the left (due to more natural txt alignment)
User avatar
JohnDoe8
Posts: 20
Joined: Tue Apr 14, 2020 9:28 am

Re: [minimod][v3.9] Weapon Menu +

Post by JohnDoe8 »

I kind of missed the "last used weapon" feature in 3.8 which is missing in the latest version, it saved me a lot of times during hectic moments.
User avatar
m8f
 
 
Posts: 1445
Joined: Fri Dec 29, 2017 4:15 am
Preferred Pronouns: He/Him
Operating System Version (Optional): Manjaro Linux
Location: Siberia (UTC+7)
Contact:

Re: [minimod][v3.9] Weapon Menu +

Post by m8f »

That feature is moved to m_Gizmos mod (that is not properly released yet). You can get it here: https://github.com/mmaulwurff/m_gizmos/ ... master.zip
User avatar
namsan
Posts: 147
Joined: Sat Mar 31, 2012 4:27 am
Preferred Pronouns: He/Him
Location: Japan

Re: [minimod][v3.9] Weapon Menu +

Post by namsan »

Trailblazer has been updated to 1.5 and now it has 4 new weapons.
When I use weapon menu v3.9 it doesn't show the new weapons of Trailblazer, so I think it needs to be updated.
Locked

Return to “Abandoned/Dead Projects”