ARTEMIS HELP
tutorial by @zudsniper
This is meant as a short guide for the non-programming inclined -- or the lazy -- can have an easy step by step guide to displaying a Profile
when any specific app is open.
This task is accomplished via the Conditional
mode of a Profile
. This can be configured when creating a new Profile
, as shown.
You are now greeted with a drag & drop automation system built into Artemis
called nodescripts
.
These can be very powerful when combined with the default, and then even 3rd-party plugins to receive data from wherever you want,
and manipulate it to define the parameter you'd like to modify.
In this case, we have a Condition
nodescript
, which determines whether or not our new Profile
will be ACTIVE or not.
An example of the
Window Title Changed
Module
within theObject Data-Event
Node
type.
As shown above, one of the many helpful automation features within Artemis
is the Object Data-Event
source.
To generate one, simply RIGHT CLICK
within the Condition Script
editor. (Scroll down)
Once this is generated, you will need to select a Data source
.
For this example,
For this data to be of any use to us, we'll need to (1) determine if the New value
of Window Title
is the name of the window / application we want to detect, and (2) turn this data into a boolean value which can be passed to the Activate profile
Terminal Node
.
Here is that logic.
This is a very simple
nodescript
in action as it changes the activation of aProfile
based on itsData bindings
.
You can download the .json
file representation of the nodescript
displayed in the animation above by clicking the button, or copying the file which is included with this document.
I want to force at least a modicum of effort onto you reader, so you will have to find the Import Profile
option yourself.
(already shown in this document once)
Once you find it, simply change the Text data
field which is attached to the Contains
Logic Node
to a substring which you would like to match.
(For example, this could be the name of the game you want this Profile
to display while active -- or any other application.)
This is a fantastic tool, and I hope this short explainer shed some light on the process of displaying a Profile
on Window Title Changed
, as well as perhaps shed some light on the underlying systems which make all of this work.
tutorial by zod.tf
fullstack development, server administration, web design, branding creation, musical composition & performance, video editing, and whatever else you need.