How to assign the weapons to my Keyboard ?
- You need for assign the weapons to your keyboard a Logitech G Keyboard. The working logic is the same as the Mouse. You have to change the "nil" value to a G button.
Example: local AK47_Keyboard = 3
For activate the AK47 we have to press F3.
If you have G buttons on your keyboard use them. If you don't see any Keyboard assignment in the script you can change it yourself. You need only to add to the weapon name "_Keyboard".
Example:
local AK47 = 3
Change to
local AK47_Keyboard = 3If you're using G-Hub and it doesn't work you have to downgrade your G-Hub. As some mouses like G-Pro doesn't support the older version of G-Hub the other solution is to assign anything to your keyboard. Check gif below.
We recommend to downgrade your g-hub but if its doesn't support your mouse assign anything like in the picture to activate the g button.
How to Downgrade Logitech G-Hub Version?
- 1.First step is to unable the auto-update from settings.
2. Uninstall G-Hub.
(Recommend is to use Revo Uninstaller. Delete in advanced mode all Reg files and other stuff.)
3. Restart your Computer
4. Download from the link below the older version from g-hub and go directly again to settings and unable auto update.
After these steps you can use the Keyboard assignment without problem.Like explain before we have to add the weapon names which you want to use as keyboard assignment "_Keyboard"
Examples:
local Kilo_141 = nil --------> local Kilo_141_Keyboard = nil
local M4A1 = nil -----------> local M4A1_Keyboard = nil
local DMR14 = nil ----------> local DMR14_Keyboard = nil
You need only to add "_Keyboard" to the weapon name. That's it. Enjoy!
Setting Up No Recoil Macros on a Logitech G Keyboard for Enhanced Gaming
In the world of competitive gaming, every millisecond counts, and having your gear optimized can give you the upper hand. Today, we'll walk through how to set up no recoil macros on a Logitech G Keyboard, enhancing your response times and aiming accuracy in shooting games.
What You Need
To get started, ensure you have a Logitech G Keyboard. These keyboards are designed for gamers, offering customizable G buttons that can be programmed to perform specific tasks, like weapon assignments, similar to how you might program a gaming mouse.
Step-by-Step Guide to Assign Weapons
Identifying Your G Button
First, you need to determine which G button you want to assign for each weapon. The concept here is similar to programming a mouse button:
- Open your macro script where weapon assignments are defined.
- Locate the
nil
value assignment, which you'll replace with a G button number.
Example:
local AK47_Keyboard = 3
In this example, the AK47 is assigned to F3. To activate the AK47, you would press F3.
Utilizing G-Hub Software
If your Logitech G Keyboard comes with G buttons, they are your go-to for macro assignments. If the script does not include keyboard assignments, you can manually add them:
Example:
local AK47 = 3 -- Original assignment
Change it to:
local AK47_Keyboard = 3 -- New keyboard assignment
Troubleshooting G-Hub Issues
If you are using G-Hub software and encounter issues with your macros, you might need to adjust your software version:
- Downgrading G-Hub: Sometimes, newer versions might not support certain features. Try downgrading to an older version if you face compatibility issues.
- Alternative Assignments: If your keyboard model, like the G-Pro, does not support an older G-Hub version, consider assigning your macros directly to any available G button on your keyboard.
Visual Aid for Macro Assignment
Check out this helpful gif (linked below) for a visual step-by-step guide on setting up your no recoil macros on a Logitech G Keyboard. It demonstrates how to modify the script and assign macros effectively.
Conclusion
Setting up no recoil macros on your Logitech G Keyboard can drastically improve your gaming performance by minimizing the recoil effect in shooters. By following the steps outlined above, you can customize your keyboard to suit your gaming style, ensuring that every keystroke is optimized for victory.