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
(remove junk, more info)
(Okay, I should have previewed that.)
 
(20 intermediate revisions by 10 users not shown)
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]], 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 (or .ps) [[PRAY source]] file
 +
#[https://www.wikihow.com/Open-the-Command-Prompt-in-Windows Open a DOS Command Prompt] from the Start Menu or a [[Command Prompt shortcut]]
 +
#Move to the folder where the files are located 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==
 +
*[[:Category:PRAY Decompilers]]
 +
*[[EasyPRAY|EasyPRAY, GUI for Pray Builder]]
  
 
==External links==
 
==External links==
* [http://www.gamewaredevelopment.co.uk/cdn/cdn_more.php?CDN_article_id=4 Pray Builder]
+
* [https://web.archive.org/web/20170814232450/http://www.gamewareeurope.com/GWDev/cdn/CDN_more.php?CDN_article_id=4 Pray Builder Information] (note - download links on this page do not work)
 +
* [https://web.archive.org/web/20170814232439/http://www.gamewareeurope.com/GWDev/downloads/cdn/PRAYBuilder.0.102.zip Download (Windows)]
 +
* [https://web.archive.org/web/20170814232623/http://www.gamewareeurope.com/GWDev/downloads/cdn/praybuilder.bz2 Download (Linux)]
 
[[Category: Official C3/DS Tools]]
 
[[Category: Official C3/DS Tools]]

Latest revision as of 22:03, 9 November 2022

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 (or .ps) PRAY source file
  2. Open a DOS Command Prompt from the Start Menu or a Command Prompt shortcut
  3. Move to the folder where the files are located 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[edit]

External links[edit]