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 (in development)
m (link to CAOS2PRAY page)
(31 intermediate revisions by 9 users not shown)
Line 1: Line 1:
{{indevelopment}}
+
Jagent is a Java suite for creating, compiling, parsing, and otherwise manipulating all sorts of Creatures files related to [[Agent | agents]]. Jagent was created by its founder (and sadly, sole developer) [[User:RProgrammer | RProgrammer]].
Jagent is a Java library (GUI is on the way) for creating, compiling, parsing, and otherwise manipulating all sorts of Creatures files. Jagent is being created by its founder (and currently sole programmer) [[RProgrammer]].
+
Since Jagent is written in Java, all the major operating systems are supported (Windows, Linux, Mac OS X, ...).
Since Jagent is made in Java, all the major operating systems are supported (Windows, Linux, Mac OS X, ...).
+
Please note, that in order to use Jagent, one needs [http://java.com/en/ Java 6.0] or higher.
Please note, that in order to use Jagent, or any tool made with it, one needs [http://java.com/en/ Java 5.0]
+
 
 +
Jagent is hosted on SourceForge [http://sourceforge.net/projects/jagent/ here].
  
 
==Supported file types==
 
==Supported file types==
Jagent currently supports these Creatures file types:
+
[[File:Monk.png|right|thumb|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:
 
* [[C16 files]]
 
* [[C16 files]]
 
* [[S16 files]]
 
* [[S16 files]]
* [[PRAY source]] (.txt templates) - incomplete, only parsing is supported
+
* [[BLK files]]
* [[PRAY]] (.agent) - incomplete, only generating is supported
+
* [[PRAY source]] (.txt templates)
 +
* [[PRAY]] (.agent)
 +
* [[CAOS2PRAY]] (a method of embedding the [[PRAY source]] in [[COS files]])
 +
 
 +
 
 +
These file types might be-, but aren't- supported:
 +
* [[COB files]], [[RCB files]], and [[SPR files]] - Old formats
 +
* [[MNG files]] - Not enough demand for too complex a format, with [[MNGPad|existing good tools]]
 +
* [[GEN files]] and [[GNO files]] - It is J'''agent''' after all
  
Jagent is (possibly right now) being made to support these file types:
 
* [[BLK files]]
 
* [[PRAY source]] - Generating
 
* [[PRAY]] - Parsing
 
  
These file types are of a much lower priority:
+
These file types wouldn't be supported by Jagent, because they are standard types:
* [[COB files]] - Old format
+
* [[COS files]], and [[Catalogue files]] - These are simple text files, but syntax highlighting is available with [http://www.jedit.org/ jEdit] and custom [http://sourceforge.net/projects/jagent/files/extras/ modes] by [[User:RProgrammer | RProgrammer]]
* [[RCB files]] - Old format
+
* [[WAV files]] - Standard audio files, no need for a special tool; for example, check out [http://audacity.sourceforge.net/ Audacity]
* [[SPR files]] - Old format</li>
 
* [[MNG files]] - Not enough demand for too complex a format</li>
 
* [[GEN files]] - It's J'''agent''' after all!</li>
 
* [[GNO files]] - It's J'''agent''' after all!</li>
 
  
These file types will (probably) never be supported because they are not needed in a library:
+
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>".
* [[COS files]] - Because you can use [http://www.jedit.org/ jEdit] for that (with a special mode by [[RProgrammer]], e-mail him for it)
 
* [[Catalogue files]] - Same reason as COS, again, e-mail him for it
 
* [[Config files]] - Syntax highlighting is unnecessary
 
* [[WAV files]] - Need I say anything?
 
  
 
==Project Status==
 
==Project Status==
Currently Jagent is just a library, a GUI interface is under development. If you would like to attempt/help-with an interface, or just learn about the project contact [[User:RProgrammer]] at [mailto:rprogrammer@gmail.com rprogrammer@gmail.com]
+
* Edos (graphics) - 2.0 (Beta)
 +
* Monk (pray) - 2.0 (Beta)
  
 
==Contact==
 
==Contact==
If you have any questions or comments please contact [[RProgrammer]] at [mailto:rprogrammer@gmail.com rprogrammer@gmail.com].
+
If you have any questions or comments please contact [[User:RProgrammer | RProgrammer]] at [mailto:rprogrammer@gmail.com rprogrammer@gmail.com].
 +
 
 +
==See also==
 +
*[[Monastery]]
 +
 
 +
==Tutorials==
 +
*[http://creaturescaves.com/forum.php?view=12&thread=3377 Beginner's Guide to Monk]
 +
*[https://naturingnurturing.blogspot.com.au/2012/01/caos2pray-easier-way.html CAOS 2 PRAY: An Easier Way]
 +
*[[:Category:Tutorials]] - a list of general tutorials.
  
 
[[Category:Unofficial C3/DS Tools]]
 
[[Category:Unofficial C3/DS Tools]]
 +
[[Category:Linux Tools]]
 +
[[Category:Macintosh Tools]]
 +
[[Category:Windows Tools]]

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