ScriptUO

Scripting Resources & Utilities => Stealth Client => Topic started by: Spammy on August 11, 2015, 01:48:00 AM

Title: Stealth useful command line parameters
Post by: Spammy on August 11, 2015, 01:48:00 AM
[Editing this to be a generic post on Stealth command line parameters]

USEFUL COMMAND LINE PARAMETERS:
- AUTO-LOAD A CONFIGURATION ON START
As topic, is there a way to have Stealth automatically load one configuration upon starting?
I'd like to run my Stealth automatically when Windows starts, but for now it only opens the program, then i have to manually load the configuration (after which, Stealth correctly loads my 2 characters, connects them and starts scripts)

ANSWER:
On the left top Side you can add\remove profiles. You also can "Save" a Configuration of profiles linked with the script.
via /config=Name as argument on the application you can preload the Configuration and if you selected "Autologin" it will login and if you select "Autostart script" it will start the script as well..

Like : "..\Stealth.exe /config=sample" would run my configuration "sample".

- DISABLE AUTO-UPDATE
for the same reason as above (i'd like to have a UO "server" i turn off in the morning and it automatically open stealth and connects my chars) is there a way to disable stealth auto-update?
Otherwise, if there's an update, Stealth will stay there asking me to update (which i can't do since i'm not physically in front of the screen) while i'd prefer it to connect like always, and then i'll update it manually when i have time.

ANSWER:
"/noupdate"

- START STEALTH MINIMIZED
Is there a way to start Stealth already minimized? I tried modifying the link to stealth to use Minimized window, but it doesn't work, so i hope maybe there exists a command line parameter for that!

ANSWER:
...
Title: Re: Stealth auto-start (auto load profile+connect)
Post by: Crome969 on August 11, 2015, 04:59:09 AM
In past there were some Parameters able to control Stealth. However they never made it in the documentation. Lemme check if i find them on Source ;)

Edit if nothing helps, you could write an selfmade service, wich executes Stealth and Performs a Click on to "Start Script" and your Script do the Profile Handling.
Title: Re: Stealth auto-start (auto load profile+connect)
Post by: Spammy on August 12, 2015, 12:31:53 AM
Thank you Crome!
By the way, is the source available for all to see or it's closed?
Title: Re: Stealth auto-start (auto load profile+connect)
Post by: Crome969 on August 12, 2015, 05:42:22 AM
Title: Re: Stealth auto-start (auto load profile+connect)
Post by: Spammy on August 12, 2015, 07:33:50 AM
This is wonderful and i'm sure it will be useful to other people too!
Thanks

Post Merge: August 12, 2015, 09:50:03 AM
Another question:
for the same reason as above (i'd like to have a UO "server" i turn off in the morning and it automatically open stealth and connects my chars) is there a way to disable stealth auto-update?
Otherwise, if there's an update, Stealth will stay there asking me to update (which i can't do since i'm not physically in front of the screen) while i'd prefer it to connect like always, and then i'll update it manually when i have time.
Title: Re: Stealth auto-start (auto load profile+connect)
Post by: Crome969 on August 12, 2015, 10:33:51 AM
"/noupdate" ;)
Title: Re: Stealth command line parameters
Post by: Spammy on August 30, 2015, 02:06:56 AM
Ok i have another one of my questions...
Is there a way to start Stealth already minimized? I tried modifying the link to stealth to use Minimized window, but it doesn't work, so i hope maybe there exists a command line parameter for that!

thanks
Title: Re: Stealth useful command line parameters
Post by: Crome969 on August 30, 2015, 03:26:48 AM
Chars or /Chars
Changes the CharsListFile

Config or /Config
Let you load up a specific setting

Icon or /Icon
Let you change Stealth Icon Picture 

CheckTray or /CheckTray
Calls a function "Kill_Emptry_Tray"

NoUpdate or /NoUpdate
Disables Update notification.

fw or /fw
Enables special features/handlings required for a certain freeshard.

abyssor or /abyss
Enables special features required for a certain freeshard.

oldabyss or /oldabyss
Enables special features required for a certain freeshard.
Title: Re: Stealth useful command line parameters
Post by: Spammy on August 30, 2015, 07:51:53 AM
Thanks Crome, as always.
So there's not an option to start Stealth minimized, right?