I'm using Jagent's CAOS2PRAY feature to try to compile an agent that injects in C3 standalone, C3 docked with DS and DS standalone. I am using Jagent 2.0.4, the latest version.
I have a caos2pray error - the error says CAOS2PRAY Analysis notifier.error: CAOS2PRAY Syntax Error: The c3-name and ds-name commands take no more than 1 argument.
The code is as follows (please excuse the Redacted - the name is as of yet a work in progress.)
*# DS-Name "Redacted DS"
*# C3-Name "Redacted C3" |
Can anyone please give me some pointers on how to use CAOS2PRAY to do what I want it to?
caos2pray manual wrote:
DS-Name
C3-Name
<WXYZ>-Name
These specify the name of the agent block (which also is what appears in the Creator). As you know from normal pray format, they must be different. A common approach is to simply append " C3" or " DS" to the other name.
Since this is so common, if DS-Name is given but C3-Name has no arguments, Jagent will assume you meant <the ds name>+" C3" for the C3 name.
At least one of these must be present; if DS-Name is not, then there will be no DSAG block (which shows up in the DS agent injector room), and if C3-Name is not there will be no AGNT block (which shows up in the C3 creator and C3-mode in the DS injector).
Currently there is no difference in the resultant pray blocks other than the ID ("AGNT" vs. "DSAG"
In version 2.0.4, support for arbitrary pray tag block ids was added, making 'DS-Name' a shortcut for 'DSAG-Name' and similar for 'AGNT-Name'; this allows for novel injection systems, such as Garden Box (DSGB-Name).
*# DS-Name "Redacted DS"
*# C3-Name |
doesn't appear to work, it just seems to hang at the point where it's going 'creating redacted.agents' at the bottom of the screen.