Difference between revisions of "POPRecog"

From Princed Wiki
Jump to: navigation, search
 
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Short description'''
+
== Short description ==
----
 
POPRecog - Prince Of Persia Screenshots Recognizer.
 
  
This program can recognize bitmaps on screenhots. It can "tell" you what is the frame order in animation, what is the pixel position of bitmap, what is the
+
'''POPRecog''' - Prince Of Persia Screenshots Recognizer.
  
layer number and if this bitmap is "mirrored" or not. It's mainly for developers, but everybody can use it.
+
This program can recognize bitmaps on screenhots. It can "tell" you what is the frame order in animation, what is the pixel position of bitmap, what is the layer number and if this bitmap is "mirrored" or not. It's mainly for developers, but everybody can use it.
  
To start using this program you first need some screenshots and graphic to recognize. You can made screenshots them using another tool POPRecord (This  
+
To start using this program you first need some screenshots and graphic to recognize. You can made screenshots them using another tool POPRecord (This program capture and record the animation generated by all the frames when you play Prince of Persia and save them to disk). Using PR you can unpack from dat files some bitmaps to recognize.
  
program capture and record the animation generated by all the frames when you play Prince of Persia and save them to disk). Using PR you can unpack from dat
+
== Technical info ==
  
files some bitmaps to recognize.
+
POPRecog was made in ANSI C for Windows 95/98/98SE/XP and Linux.
 +
 
 +
POPRecord was made in Pascal for Windows 95/98/98SE and Windows XP using [https://www.dosbox.com/ DOSBox]
 +
 
 +
Both programs work in console mode.
  
  
'''Technical info'''
+
== Download ==
----
 
POPRecog was made in ANSI C for Windows 95/98/98SE/XP and Linux.
 
  
POPRecord was made in Pascal for Windows 95/98/98SE and Windows XP using [http://dosbox.sourceforge.net/ DosBOX]
 
  
Both programs work in console mode.
+
Currently binaries for POPRecog were not made. You can explore CVS tree [http://cvs.lug.fi.uba.ar/cgi-bin/cvsweb.cgi/poprecog/?cvsroot=freeprince here] (dead link)
  
 +
To download POPRecord binaries use this [https://prdownloads.sourceforge.net/princed/record-20-bin.zip?download link]. You can explore the latest source code files [http://cvs.lug.fi.uba.ar/cgi-bin/cvsweb.cgi/poprecog/record/?cvsroot=freeprince here] (dead link)
  
'''Download'''
 
----
 
Currently binaries for POPRecog were not made. You can explore CVS tree [http://cvs.lug.fi.uba.ar/cgi-bin/cvsweb.cgi/poprecog/?cvsroot=freeprince here]
 
  
To download POPRecord binaries use this [http://prdownloads.sourceforge.net/princed/record-20-bin.zip?download link]. You can explore the latest source code
 
  
files [http://cvs.lug.fi.uba.ar/cgi-bin/cvsweb.cgi/poprecog/record/?cvsroot=freeprince here]
+
== Contact ==
  
 +
Those tools were made by one of Prince Of Persia 2 fan, [[User:Peterk|peter_k]]
  
'''Contact'''
+
His email is placed in programs readme files.
----
 
This tools were made by one of Prince Of Persia 2 fan, peter_k
 
  
My email is placed in programs readme files.
+
[[Category:Tools]]

Latest revision as of 11:15, 3 March 2019

Short description

POPRecog - Prince Of Persia Screenshots Recognizer.

This program can recognize bitmaps on screenhots. It can "tell" you what is the frame order in animation, what is the pixel position of bitmap, what is the layer number and if this bitmap is "mirrored" or not. It's mainly for developers, but everybody can use it.

To start using this program you first need some screenshots and graphic to recognize. You can made screenshots them using another tool POPRecord (This program capture and record the animation generated by all the frames when you play Prince of Persia and save them to disk). Using PR you can unpack from dat files some bitmaps to recognize.

Technical info

POPRecog was made in ANSI C for Windows 95/98/98SE/XP and Linux.

POPRecord was made in Pascal for Windows 95/98/98SE and Windows XP using DOSBox

Both programs work in console mode.


Download

Currently binaries for POPRecog were not made. You can explore CVS tree here (dead link)

To download POPRecord binaries use this link. You can explore the latest source code files here (dead link)


Contact

Those tools were made by one of Prince Of Persia 2 fan, peter_k

His email is placed in programs readme files.