I plan on including a config file where users can change their hotkeys to what they want.
Also unfortunately the bug isn't so much the reload rather the rate of fire. The problem is, that when you change your ROF value, it changes everyone else'es. since it seems that everyone else with in your general area access these variables as well. It's basically a general function with in the game what calculates what weapon is being used and how fast it should fire. I couldn't find anything that was related to self ROF, unless I stored every gun's hex base with in the program which would fix this error. But doing just that has it's bad side.
1:I'm lazy and I'm not searching for every gun's hex base.
2:It would slow planetside considerably.
Since some weapons are not loaded in the programs memory until you pick it up or someone near you has it. I'd have to tell my program to keep searching well over 2 million values for the weapon's base.
Edit:A Prefect example of this, is "itzburnz hint". It's a hex base for the MCG. But if you don't have the MCG or not on TR. A memory searcher would never pick it up.
Also unfortunately the bug isn't so much the reload rather the rate of fire. The problem is, that when you change your ROF value, it changes everyone else'es. since it seems that everyone else with in your general area access these variables as well. It's basically a general function with in the game what calculates what weapon is being used and how fast it should fire. I couldn't find anything that was related to self ROF, unless I stored every gun's hex base with in the program which would fix this error. But doing just that has it's bad side.
1:I'm lazy and I'm not searching for every gun's hex base.
2:It would slow planetside considerably.
Since some weapons are not loaded in the programs memory until you pick it up or someone near you has it. I'd have to tell my program to keep searching well over 2 million values for the weapon's base.
Edit:A Prefect example of this, is "itzburnz hint". It's a hex base for the MCG. But if you don't have the MCG or not on TR. A memory searcher would never pick it up.