ScriptUO

Scripting Resources & Utilities => Stealth Client => Topic started by: BioX on July 15, 2020, 11:00:34 AM

Title: Screenshot or video with Stealth
Post by: BioX on July 15, 2020, 11:00:34 AM
Hello, I'm learning to code some scripts with Stealth, I want to take screenshots or videos when I die, but I can't find info about it..
Anyone know if there is a way to do it?
Title: Re: Screenshot or video with Stealth
Post by: gen2000 on July 16, 2020, 03:25:41 AM
There isn't any info in the Stealth API section so I wouldn't think it's possible with stealth alone.

The simplest method would  be to use a separate client to connect to stealth instead of clicking "Start Client" in stealth.

Point your client to 127.0.0.1 port 5005 and connect to stealth. (login with any username, no password required)
Once you're logged in you can use Razor/Steam to take screenshots.

(https://i.postimg.cc/kGFZmrSw-/Capture.png)
Title: Re: Screenshot or video with Stealth
Post by: BioX on July 16, 2020, 05:14:15 AM
I was thinking about it, but looking for a way to do directly from the stealth client, but I think it will not be possible with graphical client
Title: Re: Screenshot or video with Stealth
Post by: unisharp on July 16, 2020, 06:55:39 AM
I've never tried it but I believe you can launch Razor Enhanced with Stealth.

Razor Enhanced supports python scripts and has functions taking screenshots.
Title: Re: Screenshot or video with Stealth
Post by: Tidus on July 16, 2020, 07:22:45 AM
I was thinking about it, but looking for a way to do directly from the stealth client, but I think it will not be possible with graphical client

Only other way would be to write your own script that does that feature.
Title: Re: Screenshot or video with Stealth
Post by: BioX on July 16, 2020, 09:58:48 AM
I've never tried it but I believe you can launch Razor Enhanced with Stealth.

Razor Enhanced supports python scripts and has functions taking screenshots.
I already wrote script with Orion for it, but is not really what I need..

Only other way would be to write your own script that does that feature.
I would like to do it, but not really enough skill for now.. not really know where to start