Search found 33 matches

by xvz
18 Jul 2023, 15:01
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

I will get around to testing updates to the script when Star Citizen is functional again and I can post an update in here on how it goes. I will say just really quick that before Star Citizen completely broke for everybody, I tried the updated script and my mouse cursor kept moving to the bottom ri...
by xvz
06 Apr 2023, 12:36
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

Only the Edge browser appears to be affected by the script. I tried to reproduce the response doing the same things with different browsers, like Chrome, and the script had no effect on the other browsers. I can try it again with that window checking tool, although it will probably not have any mism...
by xvz
04 Apr 2023, 13:45
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

Of course they're user created, this is all new to me. To say "your problems" is putting it a bit unnecessarily harsh. They're just figuring it out and adjusting to how it works. Thank you for the help. I will be testing out the workflow with those things in mind. Update: I tested the workflow. It i...
by xvz
03 Apr 2023, 22:39
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

That's right, I believe the Stay Online part with the shift q is a toggle, which was discussed earlier in this thread. I remember that now. The next chance that I get to test, I will try the reload option again.
by xvz
03 Apr 2023, 21:35
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

Very interesting. It would be great to have a key combination for that. If I include "ExitApp" will I still be able to use the auto-walk and auto-hold-interact sections of the script or will that stop everything from working in the script? I will test it and see. I am hoping it will not completely e...
by xvz
03 Apr 2023, 20:54
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

I don't know. :/ It is strange. I could probably explain better but this is all very new to me. I know that when the web browser has been affected by the script it appears to happen while I am pressing alt tab between different windows. Another quick edit- I do have to press alt enter, two times, on...
by xvz
03 Apr 2023, 20:26
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

Interesting, okay this worked, it created a window with information about width, height, and position. #Requires AutoHotkey v2.0 Shift & q:: ;try to use this hotkey if +q not working at all { WinActivate "Star Citizen" WinMove A_ScreenWidth, A_ScreenHeight,,, "Star Citizen" WinGetPos &X, &Y,,, "Star...
by xvz
28 Mar 2023, 15:40
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

Correct. Just to make sure I set Star Citizen to windowed mode.
by xvz
28 Mar 2023, 00:38
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

DuckingQuack , I was able to test it out again. It took the Star Citizen developers most of the month of March to get Star Citizen working again, just barely at that, and it's still in rough shape. I was at least able to recently test this out again. I forgot what I used before that caused the mous...
by xvz
13 Mar 2023, 12:35
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

Hi DuckingQuack and off just checking in to say thanks again for helping and to let you know what's going on. Star Citizen recently had a new version released and the nearly half-billion-dollar backer-funded project is completely broken, many people are unable to even launch into the menu, the ones ...
by xvz
09 Mar 2023, 19:38
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

That is great, thank you! I have seen mention in places about how it may help to add a duration of so many milliseconds on pressing down the key before releasing the key for it to take effect. The beeps will also help with determining which stage it is at in the process. I'll be testing it out and c...
by xvz
06 Mar 2023, 15:15
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

We're making progress, this is getting closer and this is very exciting, it's almost there! Thank you both DuckingQuack and off for helping with all of this. Here is an update on the status of this so far: I am using the caps lock key instead of alt or shift, before pressing w to walk, f to interact...
by xvz
06 Mar 2023, 14:46
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

Uh oh! I updated the script, the syntax checker did not complain, but when I started it, the normal tab key functionality stopped working, so I was unable to alt-tab out of any windows or even use the tab key for any normal purposes. It looks like I may need to use a different key combination. I'm g...
by xvz
05 Mar 2023, 04:02
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

That's right, they are nearly identical, the activate/send/minimize lines, just one is v1 and the other is v2. Any idea by chance how to use the tab key instead of the alt key? The tab key has no other use in Star Citizen, so it won't conflict with anything, and it has always been kind of a bad choi...
by xvz
04 Mar 2023, 10:56
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

I tested the update that you provided and nothing worked unfortunately, then I tried uncommenting the auto-walk and auto-hold interaction mode section and those worked but still not the Stay Online section. I made sure to change Star Citizen to windowed mode before pressing the toggle key combo for ...
by xvz
03 Mar 2023, 16:35
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

Okay the hotif makes sense, my bad for misunderstanding. I think I understand this now, so use it once for the same type of commands, and there's no need to use it again until there's a different type of commands. I like the idea of putting the anti-idle part first, going to give that a try. I'll pr...
by xvz
02 Mar 2023, 22:32
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

Thank you for those explanations. Okay I attempted to make revisions to the script, and I used a combination of the ideas shared from both of you, DuckingQuack and off . There is a pretty good chance that I made mistakes with this draft. I loaded the script multiple times, each time I received error...
by xvz
01 Mar 2023, 18:36
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

Good news and bad news. Bad news first, the "no idle" part of the script (at the bottom), from the recent draft, doesn't work, so you guessed that one right. Good news is that the earlier parts of the scripts, auto-walk and the hold-interaction mode things, they are working great with the v2 update....
by xvz
01 Mar 2023, 17:45
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

Here's an update, I had to make adjustments based on multiple error messages that popped up specifying lines and issues with some of them, mainly some different ones than the ones we most recently covered. Here's the current draft, it didn't return any errors, and the last part of it I had to change...
by xvz
01 Mar 2023, 14:48
Forum: Gaming Help (v1)
Topic: Prevent Star Citizen from disconnecting while idle Topic is solved
Replies: 73
Views: 10488

Re: Prevent Star Citizen from disconnecting while idle Topic is solved

I use WinMove to move the window far from screen, so when the window activated, it will not appear on the screen (incase you doing something else, but not wanted your screen showing a window maximized and minimized) That is a great idea, thank you! I didn't initially understand the advantage in tha...

Go to advanced search