Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "Jagent"

From Creatures Wiki
Jump to navigation Jump to search
m (link to CAOS2PRAY page)
(One intermediate revision by one other user not shown)
Line 13: Line 13:
 
* [[PRAY source]] (.txt templates)
 
* [[PRAY source]] (.txt templates)
 
* [[PRAY]] (.agent)
 
* [[PRAY]] (.agent)
* CAOS 2 PRAY (a method of embedding the [[PRAY source]] in [[COS files]])
+
* [[CAOS2PRAY]] (a method of embedding the [[PRAY source]] in [[COS files]])
  
  
Line 26: Line 26:
 
* [[WAV files]] - Standard audio files, no need for a special tool; for example, check out [http://audacity.sourceforge.net/ Audacity]
 
* [[WAV files]] - Standard audio files, no need for a special tool; for example, check out [http://audacity.sourceforge.net/ Audacity]
  
Monk has technical limitations in decompiling agents where less than or greater than signs '''<>''' are used in the [[PRAY file]] as brackets, such as "Agent Name <DS>".
+
Monk, the Jagent PRAY tool, has technical limitations in decompiling agents where less than or greater than signs '''<>''' are used in the [[PRAY file]] as brackets, such as "Agent Name <DS>".
  
 
==Project Status==
 
==Project Status==

Revision as of 23:06, 13 April 2020

Jagent is a Java suite for creating, compiling, parsing, and otherwise manipulating all sorts of Creatures files related to agents. Jagent was created by its founder (and sadly, sole developer) RProgrammer. Since Jagent is written in Java, all the major operating systems are supported (Windows, Linux, Mac OS X, ...). Please note, that in order to use Jagent, one needs Java 6.0 or higher.

Jagent is hosted on SourceForge here.

Supported file types

Monk, as it starts up. The buttons up the top change between "PRAY Chunk" to compile and "PRAY Source" to decompile.

Jagent wholly supports these Creatures file types:


These file types might be-, but aren't- supported:


These file types wouldn't be supported by Jagent, because they are standard types:

Monk, the Jagent PRAY tool, has technical limitations in decompiling agents where less than or greater than signs <> are used in the PRAY file as brackets, such as "Agent Name <DS>".

Project Status

  • Edos (graphics) - 2.0 (Beta)
  • Monk (pray) - 2.0 (Beta)

Contact

If you have any questions or comments please contact RProgrammer at rprogrammer@gmail.com.

See also

Tutorials