Full concept MODIFICATION of S.T.A.L.K.E.R. Call of Pripyat that touches every game aspect including textures, sfx, music, weapons, A.I., items, weather, mutants, difficulty and much much more!

Forum Thread
  Posts  
Auto Hot Key (AHK) Script to double click and move ammo (Games : S.T.A.L.K.E.R.: Call of Pripyat : Mods : MISERY : Forum : General subjects : Auto Hot Key (AHK) Script to double click and move ammo) Locked
Thread Options
Jul 20 2018 Anchor

When we want to move a cache of ammunition, we find that we have to make hundreds of double clicks. With the ahk program we can configure a key so that while we keep it pressed double click every ten thousandth of a second.

#IfWinActive, ahk_class _XRAY_1.5
<::
Loop
{
 if not GetKeyState("<", "P")
 break
 Click, 2
 Sleep 10
}


Go to forum AHK (AutoHotKey)
Autohotkey.com

Download ahk
Autohotkey.com

Edited by: Nucleorion

Jul 20 2018 Anchor

Why would I wanna carry that much ammo anyways? Weight is serious issue when comes to running for life.

Plus if I had to spend more than 300 rounds on a trip I am doing something wrong. Like pumping full mags into things I should have left alone in the first place.

jasper34
jasper34 MISERY PR Lead
Jul 20 2018 Anchor

Still, I assume it would work at trader windows when you want to sell a bunch of something off. The speed could be tweaked some 100 would transfer 10 per second which might prevent you from having to undo things if you only wanted to sell most of an item vs. all of it.

I agree, I never have that much on me, and do not hoard more than a spare couple hundred rounds. I sell excess of anything beyond my needs ASAP.

Jul 21 2018 Anchor

I wanted to say stash. I have ammo hiding places and moving them from site was a problem. It is also very comfortable to sell large quantities of things

jasper34
jasper34 MISERY PR Lead
Jul 21 2018 Anchor

No worries. Just a friendly reminder/nag: Hoarding causes both performance and stability problems. Strategic stashes = smart

Hoarding will eventually cause problems ;)

p.s. I edited the title of your thread to make it draw the intended targets better.

Jul 23 2018 Anchor

Thank you for title. My English is bad

I will take into account the problems of instability when making caches

Reply to thread
click to sign in and post

Only registered members can share their thoughts. So come on! Join the community today (totally free - or sign in with your social account on the right) and join in the conversation.