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

Difference between revisions of "Pray Builder"

From Creatures Wiki
Jump to navigation Jump to search
m
m
Line 1: Line 1:
 
'''Pray Builder''' is a command-line program developed by [[Creature Labs]] to compile [[PRAY]] files (such as [[Agent|.agent]]s) from [[PRAY source]]. It is available at the [[CDN]] for [[Windows]] and [[Linux]]/x86.
 
'''Pray Builder''' is a command-line program developed by [[Creature Labs]] to compile [[PRAY]] files (such as [[Agent|.agent]]s) from [[PRAY source]]. It is available at the [[CDN]] for [[Windows]] and [[Linux]]/x86.
 +
 +
To run Pray Builder:
 +
#Place PRAYBuilder.exe in the same folder as the .txt pray file
 +
#Open a DOS Command Prompt from the Start Menu
 +
#Move to the folder where the agent using the '''cd''' change directory command
 +
#:For example: '''cd C:\Program Files\Docking Station\New Folder\'''
 +
#Run Pray Builder using the command: '''PRAYBuilder filename.txt'''
 +
#The program will then use those instructions to compile everything into a single .agent file
 +
 +
==Related Links==
 +
*[[REVELATION|Revelation decompiler]]
  
 
==External links==
 
==External links==
 
* [http://www.gamewaredevelopment.co.uk/cdn/cdn_more.php?CDN_article_id=4 Pray Builder]
 
* [http://www.gamewaredevelopment.co.uk/cdn/cdn_more.php?CDN_article_id=4 Pray Builder]
 
[[Category: Official C3/DS Tools]]
 
[[Category: Official C3/DS Tools]]

Revision as of 15:02, 19 August 2005

Pray Builder is a command-line program developed by Creature Labs to compile PRAY files (such as .agents) from PRAY source. It is available at the CDN for Windows and Linux/x86.

To run Pray Builder:

  1. Place PRAYBuilder.exe in the same folder as the .txt pray file
  2. Open a DOS Command Prompt from the Start Menu
  3. Move to the folder where the agent using the cd change directory command
    For example: cd C:\Program Files\Docking Station\New Folder\
  4. Run Pray Builder using the command: PRAYBuilder filename.txt
  5. The program will then use those instructions to compile everything into a single .agent file

Related Links

External links