Exact value for delay between ee3's snipermode shots?

Status
Not open for further replies.

Lee

Posts
102
Likes
35
fffffff.jpg
w

So what does all this even mean?
 

MaceMadunusus

Level Designer
Donator
Movie Battles II Team
Posts
1,888
Likes
2,570
X's are info that is not currently available, but will be later. However it goes like this:

  1. Damage
  2. Fire Rate
  3. Projectile Speed
  4. Projectile Color
  5. Standing Accuracy
  6. Walking Accuracy
  7. Running Accuracy
  8. Jumping/Falling Accuracy
  9. Close Range Drains (Within IDR)
  10. Far Range Drains (Outside IDR)
  11. Reload Time
  12. Ammo Drain
  13. Ammo Total

In the case of EE3, accuracy is a bit complicated because of the blooming feature. It is that math equation where S is the # of shots. The 1/3rd ammo drain thing is annoying and needs to be adjusted to a value that makes sense but that is how it appears in code. We have a lot of cleanup to do with things like that still.
 

Hexodious

Moderator
Movie Battles II Team
Posts
722
Likes
720
The firerate of the EE3 snipe (delay between snipes) which is currently x or to be added later.
 

Lee

Posts
102
Likes
35
Why do you want to know?
*Oh I thought you said "What" do you want to know.....lol. Why do I want to know? Why not...? You intend to provide it anyways...so....do I need a reason? I can make one up if you want.

I tested with autohotkey, got anywhere from 706-711ms based on powersettings. I'm testing on laptop, so I'm guessing the real value is 700? Can you confirm? Again it's the firerate of the ee3 snipermode.

;Run while in snipermode
LButton::
Send {Click Left}
Sleep 710; 706-711 based on power mode
Send {Click Left}
Return
 
Status
Not open for further replies.
Top