Thanks for reporting! Added an issue: https://github.com/mmaulwurff/weapons-menu/issues/11
Does Trailblazer work with Forced Universal mode?
[minimod][v3.10.1] Weapon Menu +
-
-
- Posts: 1446
- Joined: Fri Dec 29, 2017 4:15 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Manjaro Linux
- Location: Siberia (UTC+7)
-
- Posts: 147
- Joined: Sat Mar 31, 2012 4:27 am
- Preferred Pronouns: He/Him
- Location: Japan
Re: [minimod][v3.9] Weapon Menu +
Yes.m8f wrote: Does Trailblazer work with Forced Universal mode?
-
-
- Posts: 1446
- Joined: Fri Dec 29, 2017 4:15 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Manjaro Linux
- Location: Siberia (UTC+7)
Re: [minimod][v3.10] Weapon Menu +
Version 3.10 is released!
Changelog:
Changelog:
- removed the option to show not acquired weapons. Reason: this feature required prior knowledge, which is not always available;
- enhanced compatibility (Trailblazer, Guncaster, several mods based on Per Kristian's animations, REKKR, Freedoom, among others);
- added missing files to GitHub repository, so repository, downloaded as a zip, should now load correctly;
- some internal changes. Code is even uglier in the current state.
-
-
- Posts: 1446
- Joined: Fri Dec 29, 2017 4:15 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Manjaro Linux
- Location: Siberia (UTC+7)
Re: [minimod][v3.10] Weapon Menu +
Quick note: Weapon Menu had a hiccup with Treasure Tech, now it works properly. To play Treasure Tech with Weapon menu, get the dev version.
-
-
- Posts: 1446
- Joined: Fri Dec 29, 2017 4:15 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Manjaro Linux
- Location: Siberia (UTC+7)
Re: [minimod][v3.10.1] Weapon Menu +
Bugfix update: version 3.10.1.
Changelog:
Changelog:
- added Treasure Tech compatibility
- added Reelism 2 compatibility
-
- Posts: 4
- Joined: Mon Mar 23, 2020 1:10 am
Re: [minimod][v3.10.1] Weapon Menu +
If you're considering feature requests then I would like, if possible, an option to freeze time whenever the menu is open (all actors, including the player himself, ala pyWeaponWheel) independent of the thirdparty slomo mod. That's just about the only thing I can think of for now - the mod is great.
-
- Posts: 137
- Joined: Thu Apr 04, 2019 9:25 pm
Re: [minimod][v3.10.1] Weapon Menu +
Good afternoon! I really like your mod.
Before inserting a few kopecks, I will note that I play DRLA + DoomRPG on the gamepad.
1) Considering that I play on the gamepad, I agree with the previous post that Slo-mo it would be cool (without using an extraneous mod, since it has a lot of settings, and I think it is aimed at something else, since it can be used as a cheat-moving while the menu is open And slo-mo is enabled).
However, I will add that a weapon wheel would be excellent.
2) Maybe a little off topic, but still I will say:
Given that I play on the gamepad in DRLA + DoomRPG, which means that you need to use a lot of hot keys that are responsible for a particular useful function. Of course, the gamepad is not enough. Is it possible to make a menu of hot keys? I mean, to be able to activate a particular key through the menu: for example, "F, G, H or J", which at one time are responsible for "enabling/disabling the shield, focus mode, and so on".
Thanks!
PS(bug report): unfortunately the Inventory Menu doesn't see items from the Doom RPG.
Before inserting a few kopecks, I will note that I play DRLA + DoomRPG on the gamepad.
1) Considering that I play on the gamepad, I agree with the previous post that Slo-mo it would be cool (without using an extraneous mod, since it has a lot of settings, and I think it is aimed at something else, since it can be used as a cheat-moving while the menu is open And slo-mo is enabled).
However, I will add that a weapon wheel would be excellent.
2) Maybe a little off topic, but still I will say:
Given that I play on the gamepad in DRLA + DoomRPG, which means that you need to use a lot of hot keys that are responsible for a particular useful function. Of course, the gamepad is not enough. Is it possible to make a menu of hot keys? I mean, to be able to activate a particular key through the menu: for example, "F, G, H or J", which at one time are responsible for "enabling/disabling the shield, focus mode, and so on".
Thanks!
PS(bug report): unfortunately the Inventory Menu doesn't see items from the Doom RPG.
-
- Posts: 20
- Joined: Tue Apr 14, 2020 9:28 am
Re: [minimod][v3.10.1] Weapon Menu +
For the zscript version, I'd like the return of the "last used weapon" key, it makes tougher scenarios much more manageable.
-
-
- Posts: 1446
- Joined: Fri Dec 29, 2017 4:15 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Manjaro Linux
- Location: Siberia (UTC+7)
Re: [minimod][v3.10.1] Weapon Menu +
Thanks for the suggestion!albinobigfoot wrote:an option to freeze time whenever the menu is open
It's possible to create a small patch that would add a menu with a list of commands. It's out of scope of Weapon Menu and would be specific for DRLA/DoomRPG, so I won't do it. However, it shouldn't be difficult. The MENUDEF definition would look something like this:lucker42 wrote:Given that I play on the gamepad in DRLA + DoomRPG, which means that you need to use a lot of hot keys that are responsible for a particular useful function. Of course, the gamepad is not enough. Is it possible to make a menu of hot keys? I mean, to be able to activate a particular key through the menu: for example, "F, G, H or J", which at one time are responsible for "enabling/disabling the shield, focus mode, and so on".
Spoiler:
Thanks for reporting! There is an open issue about that, I'll look into it later.lucker42 wrote:PS(bug report): unfortunately the Inventory Menu doesn't see items from the Doom RPG.
"Last used weapon" key is moved to m_Gizmos minimod, which can be downloaded here.JohnDoe8 wrote:For the zscript version, I'd like the return of the "last used weapon" key, it makes tougher scenarios much more manageable.
-
- Posts: 137
- Joined: Thu Apr 04, 2019 9:25 pm
Re: [minimod][v3.10.1] Weapon Menu +
Thanks for the tip, it wasn't difficult. Only there is one more problem, how do I make a bind of calling the "MyCommands" menu on a hotkey? (For example " F3=menu_load").m8f wrote: It's possible to create a small patch that would add a menu with a list of commands. It's out of scope of Weapon Menu and would be specific for DRLA/DoomRPG, so I won't do it. However, it shouldn't be difficult. The MENUDEF definition would look something like this:
Thanks!
-
-
- Posts: 1446
- Joined: Fri Dec 29, 2017 4:15 am
- Preferred Pronouns: He/Him
- Operating System Version (Optional): Manjaro Linux
- Location: Siberia (UTC+7)
Re: [minimod][v3.10.1] Weapon Menu +
Type in console:
Code: Select all
bind f3 "openmenu MyCommands"