ARK: Survival Evolved

ARK: Survival Evolved

Προβολή στατιστικών:
Logitech Gaming Software macro for auto walk/run/fly?
Anyone know if there's a way to make a macro to hold down w and another one to hold w and shift so I can auto walk and fly in single player? Because I find myself spending so much time travelling that I'm restricted in base locations when I play new games, and it gets tediuous flying and running around the maps.
EDIT: I have the Logitech G105 keyboard, so I have the 6 additional buttons to use for it.
Τελευταία επεξεργασία από The Dark Fae; 23 Οκτ 2018, 19:20
< >
Εμφάνιση 16-28 από 28 σχόλια
Thanks for the help, everyone. Much obliged.
If you are still worried abput using macro's (unnecessary)
There is always this

https://steamcommunity.com/sharedfiles/filedetails/?id=801082391
I'm fine with using macros for single player games. Hell, I have several set up for Skyrim for easy and quick enchanting/disenchanting, furnace and general crafting.
One more question; Anyone know if you can set combination key bindings on Ark? For example, CTRL+NUM1
Αναρτήθηκε αρχικά από The Geeky Gamer:
One more question; Anyone know if you can set combination key bindings on Ark? For example, CTRL+NUM1

Did you watch the video I linked? I am not sure that's the exact keyboard you have...and I don't have one of those, but it showed how to make a profile for a specific game.
Yeah, I watched it, but not sure if Ark itself supports multiple key bindings. Also, I already knew how to do that part on the LGS, the auto run stuff was just a little more complicated
For anyone else who wants to know, no, you cannot use combination key bindings in Ark
Αναρτήθηκε αρχικά από Debby Saurus:
If you're using Logitech, just set 1 of the G buttons to W keystroke with repeat options to toggle.
Edit the delay to what works best for you.

That is exactly what I did and was going to suggest. The "pinky" button on my G600 mouse toggles Shift+W on/off, it's extremely easy to set up within the Logitech gaming software.

Wasn't sure why it was getting all complicated with scripts & macros when it's so easy to set using a feature built in to the software. The mouse also switches modes, so I can flip to a different config and I have that bound to toggle just W on or off. So I can easily either auto walk or auto run.
Αναρτήθηκε αρχικά από The Geeky Gamer:
I'm fine with using macros for single player games. Hell, I have several set up for Skyrim for easy and quick enchanting/disenchanting, furnace and general crafting.

I use macros when I play world of warcraft, a game infamous with using warden to detect and ban cheaters. I have never played a game that detected let alone gave a ♥♥♥♥ about using keyboard / mouse macros. Lets kill this whole discussion about macros being safe, no one is detecting them regardless.
Αναρτήθηκε αρχικά από Debby Saurus:
If you're using Logitech, just set 1 of the G buttons to W keystroke with repeat options to toggle.
Edit the delay to what works best for you.
Yes, but won't that trigger battleye
Αναρτήθηκε αρχικά από 1nc0mp3t3nt_1:
Αναρτήθηκε αρχικά από Debby Saurus:
If you're using Logitech, just set 1 of the G buttons to W keystroke with repeat options to toggle.
Edit the delay to what works best for you.
Yes, but won't that trigger battleye

If you use pulsed delays, it might - don't know if it is sophisticated enough to do things like monitor frequencies of keystroke occurrences and look for suspicious activity that is too perfectly regular to be anything but artificial.

But if you just use the toggle function in Logitech's driver, there should be no issue at all. It appears functionally the same to any program as jamming a fork into the keyboard to hold down W.
If you're running around so much, its time to get a flyer haha. Which could take a while if you are using just the default xp gain. But thats on you.
Αναρτήθηκε αρχικά από Evolvei:
This is what I use for autorun:

function OnEvent(event, arg)
OutputLogMessage("event = %s, arg = %s\n", event, arg)
end
autorunGKey = 1
toggleRun = true

function OnEvent(event,arg,family)
if event == "G_PRESSED" and arg == autorunGKey then
toggleRun = not toggleRun
if toggleRun then
PressKey("lshift")
PressKey("w")
else
ReleaseKey("w")
ReleaseKey("lshift")
end
end
end

doesn't work for me
< >
Εμφάνιση 16-28 από 28 σχόλια
Ανά σελίδα: 1530 50

Ημ/νία ανάρτησης: 23 Οκτ 2018, 19:17
Αναρτήσεις: 28