[minimod][v0.7.2] Gearbox - weapon/inventory handling
Forum rules
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
The Projects forums are only for projects. If you are asking questions about a project, either find that project's thread, or start a thread in the General section instead.
Got a cool project idea but nothing else? Put it in the project ideas thread instead!
Projects for any Doom-based engine (especially 3DGE) are perfectly acceptable here too.
Please read the full rules for more details.
-
- Posts: 117
- Joined: Tue Dec 05, 2017 4:25 pm
- Graphics Processor: nVidia (Modern GZDoom)
Re: [minimod][v0.6.0] Gearbox - weapon/inventory handling
Managed to get it to work.
I had some game aborts using the item wheel saying that the mouse was too fast.This was with time freeze on and off.
Used plain text and it seem to work fine.
I had some game aborts using the item wheel saying that the mouse was too fast.This was with time freeze on and off.
Used plain text and it seem to work fine.
-
- Posts: 316
- Joined: Mon Jun 29, 2020 3:42 pm
Re: [minimod][v0.6.0] Gearbox - weapon/inventory handling
https://imgur.com/a/690x1Vp/
Having this weird issue when playing LitDoom with Gearbox,and Grey seemed to think it's a Gearbox problem
Having this weird issue when playing LitDoom with Gearbox,and Grey seemed to think it's a Gearbox problem
-
-
- 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][v0.7.0] Gearbox - weapon/inventory handling
Gearbox updated to v0.7.0!
Changes since v0.6.0:
New:
Changes since v0.6.0:
New:
- keys to change weapon priority and slot;
- font selection;
- fixed VM abort in Blocks and Wheel with inventory items;
- inverted mouse settings are now taken into account for the Wheel.
- weapon sway (added by some mods) now doesn't happen in the Wheel.
Last edited by m8f on Tue Aug 31, 2021 10:59 am, edited 1 time in total.
-
-
- Posts: 26571
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: [minimod][v0.6.0] Gearbox - weapon/inventory handling
Thank you kindly. So much easier.m8f wrote:
- inverted mouse settings are now taken into account for the Wheel.
-
- Posts: 15
- Joined: Mon Sep 06, 2021 8:46 pm
Re: [minimod][v0.7.0] Gearbox - weapon/inventory handling
The blocks really do contribute to making some mods almost feel like proto half-life iterations in some respects (from a UI perspective). Permanent addition to my load order.
-
-
- Posts: 26571
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: [minimod][v0.7.0] Gearbox - weapon/inventory handling
I was just playing Red Faction which has a weapon selection system that is very similar to Gearbox in blocks mode. However, there was one feature of it that I liked that might be nice to include in Gearbox, though I have a gut feeling that it might be a difficult thing to implement.
In Red Faction, pressing a weapon key or scrolling the mouse wheel calls up the weapon selection system (like I said, very similar to Gearbox) and as long as you keep pressing weapons keys, or scrolling around the list, it remains active. However, if you stop doing anything related to weapon selection (e.g. just keep running around - the game does not pause when the selection is open) after a few seconds (seems like about 5) the weapons select box cancels itself and you just go back to full game control with the weapon that you already had selected.
Would such a thing be possible and/or desirable in Gearbox?
In Red Faction, pressing a weapon key or scrolling the mouse wheel calls up the weapon selection system (like I said, very similar to Gearbox) and as long as you keep pressing weapons keys, or scrolling around the list, it remains active. However, if you stop doing anything related to weapon selection (e.g. just keep running around - the game does not pause when the selection is open) after a few seconds (seems like about 5) the weapons select box cancels itself and you just go back to full game control with the weapon that you already had selected.
Would such a thing be possible and/or desirable in Gearbox?
-
-
- 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][v0.7.0] Gearbox - weapon/inventory handling
This should be doable. Thanks for the suggestion!
The development of Gearbox slowed down lately, but not stopped. It's far from finished
The development of Gearbox slowed down lately, but not stopped. It's far from finished
-
- Posts: 27
- Joined: Sat Jun 22, 2019 7:37 pm
- Graphics Processor: Intel (Modern GZDoom)
Re: [minimod][v0.7.0] Gearbox - weapon/inventory handling
Hey man, I'm having an issue, I don't know if it's engine related, I'm playing on Delta touch GZDoom v4.7 and the weapon priority and group changes are not saved. Every time I play y have to configure everything again. I'm playing latest version of PB.
-
-
- 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][v0.7.0] Gearbox - weapon/inventory handling
ileblanc, can you please confirm that you are loading the same version of PB each time, with the same add-ons (if any)?
Because if any weapon is added or removed, Gearbox considers it a new weapon set, and uses the default weapon order.
Because if any weapon is added or removed, Gearbox considers it a new weapon set, and uses the default weapon order.
-
- Posts: 27
- Joined: Sat Jun 22, 2019 7:37 pm
- Graphics Processor: Intel (Modern GZDoom)
Re: [minimod][v0.7.0] Gearbox - weapon/inventory handling
Yeah, I play every time with the same load order. I'm gonna update Delta touch today which comes with GZDoom 4.7.1 to see if this gets fixed. Today I noticed some times the weapons I move to another slot get kinda randomized after I reload a save game. I'll let you know if this gets fixed after updating Delta touch.m8f wrote:ileblanc, can you please confirm that you are loading the same version of PB each time, with the same add-ons (if any)?
Because if any weapon is added or removed, Gearbox considers it a new weapon set, and uses the default weapon order.
-
-
- 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][v0.7.0] Gearbox - weapon/inventory handling
I doubt that the update will fix it. Can you please tell exact version of PB and add-ons, if any, and their order, so I can try to reproduce the bug?
-
- Posts: 150
- Joined: Mon Jan 21, 2019 10:10 am
Re: [minimod][v0.7.0] Gearbox - weapon/inventory handling
Can you make it after you have selected for it to take over your weapon scrolling keys, can you make it (maybe with a timer select) that scrolling in block mode will pick that weapon you left it idle on?
-
-
- Posts: 26571
- Joined: Tue Jul 15, 2003 4:58 pm
- Location: Scotland
Re: [minimod][v0.7.0] Gearbox - weapon/inventory handling
I actually asked for something quite similar a few posts up. (Though I asked for it just to self-cancel after the specified time rather than select.) m8f said it should be doable.thugsta wrote:Can you make it after you have selected for it to take over your weapon scrolling keys, can you make it (maybe with a timer select) that scrolling in block mode will pick that weapon you left it idle on?
-
- Posts: 27
- Joined: Sat Jun 22, 2019 7:37 pm
- Graphics Processor: Intel (Modern GZDoom)
Re: [minimod][v0.7.0] Gearbox - weapon/inventory handling
Well. I updated and deleted GZDoom config file to start fresh (configuring everything from scratch) and now the wheel reordering works well and saves my setting perfectly! The bug is no more.m8f wrote:I doubt that the update will fix it. Can you please tell exact version of PB and add-ons, if any, and their order, so I can try to reproduce the bug?
This is my load order:
Spoiler:I had to manually write every mod I load since I'm on Android and can't copy paste but here you go.
EDIT: All the mods are on their respective latest version I could found both on PB Discord and ZDoom forums.
-
-
- 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][v0.7.0] Gearbox - weapon/inventory handling
Odd.
Thanks! This information will be helpful if this bug is encountered again.
Thanks! This information will be helpful if this bug is encountered again.