Chaosforge Forum

  • June 15, 2025, 19:06
  • Welcome, Guest
Please login or register.



Login with username, password and session length

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - GermusXeno

Pages: [1]
1
Discussion / Re: Weapon variable names for quick swap key binding?
« on: February 02, 2013, 14:51 »
I personally believe if you go through the trouble you've earned it.  8D

2
Discussion / Re: Using Juggler to avoid reloading.
« on: January 14, 2013, 09:39 »
Yeah it does work. I went with the idea of trying to keep the new commands similar. Here's an example of how I do it.

   -- QuickKeys
   ["0"]     = function() command.quick_weapon('chainsaw') end,
   ["1"]     = function() command.quick_weapon('knife') end,
   ["2"]     = function() command.quick_weapon('pistol') end,
   ["3"]     = function() command.quick_weapon('shotgun') end,
   ["4"]     = function() command.quick_weapon('ashotgun') end,
   ["5"]     = function() command.quick_weapon('dshotgun') end,
   ["6"]     = function() command.quick_weapon('chaingun') end,
   ["7"]     = function() command.quick_weapon('bazooka') end,
   ["8"]     = function() command.quick_weapon('plasma') end,
   ["9"]     = function() command.quick_weapon('bfg9000') end,
   
   -- Custom QuickKeys
   --[""]   = function() command.quick_weapon('') end,
   ["SHIFT+1"]   = function() command.quick_weapon('chainsaw') end,
   ["SHIFT+7"]   = function() command.quick_weapon('umbazooka') end,   

3
Discussion / Using Juggler to avoid reloading.
« on: January 13, 2013, 20:01 »
For all I know this could be common knowledge, but I haven't seen anything about it...
With the Juggler trait you can swap to a fully loaded weapon of the same one you are wielding as long as you have one or more extras in your inventory and have two other weapons or an ammo pack prepared.
In either instance all you have to do is make sure the empty weapon is completely unequipped by juggling it out, then hit the QuickKey for it and it will pull out a loaded one. Repeat for a many loaded duplicates as you are carrying.
Also, custom QuickKeys that you make in keybindings.lau seem to work with Juggler, making exotics and uniques instantly accessible.
If this knowledge is commonplace please let me know so I can remove this post so it's not cluttering the forum.

4
Tested and confirmed. Custom QuickKey weapons work with Juggler.
Thanks again Uranium.

5
Thank you, I'll see what happens.

6
Discussion / Weapon variable names for quick swap key binding?
« on: January 12, 2013, 15:52 »
Does anyone know where to find the weapon variable names so special weapons can be set to a quick key?
I hate that juggler is fairly useless unless you set an un-keyed weapon to prepared.

Pages: [1]