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が行いました; 2018年10月23日 19時20分
< >
16-28 / 28 のコメントを表示
Thanks for the help, everyone. Much obliged.
Vesuvius 2018年10月24日 15時06分 
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
CoinSpin 2018年10月24日 16時24分 
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.
Ahhtaczy 2018年10月25日 12時26分 
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

投稿日: 2018年10月23日 19時17分
投稿数: 28