Prince of Persia Forum Index
Prince of Persia Forum
FAQ  FAQ   Search  Search   Memberlist  Memberlist   Ranking  Ranking   Usergroups  Usergroups   RSS
Register  ::  Log in Log in to check your private messages

Post new topic  Reply to topic Goto page Previous  1, 2, 3, 4, 5  Next 66 posts
 PR 1.2 released « View previous topic :: G M Y :: View next topic » 
Author Message
Veke
PostPosted: Sun Aug 12, 2007 5:29 pm    Post subject: Reply with quote

The Prince of Persia
The Prince of Persia

Age: 13 Taurus
Joined: 19 Aug 2006
Status: Offline
Posts: 5047
Location: Joensuu, Finland

mk1994 look at this thread. but could someone tell me a working, free program to edit these sprites?
_________________
Planescape Torment is a great CRPG with the most beautiful soundtrack.
Down Arrow The Ur-Quan Masters (SC2) has great music too!


Back to top
View user's profile Send private message MSN Messenger 
programmer
PostPosted: Sun Aug 12, 2007 5:32 pm    Post subject: Reply with quote

Valued Contributor
Valued Contributor

Age: 15 Gemini
Joined: 02 May 2006
Status: Offline
Posts: 442
Location: Jaslo, Poland

You may also try older version of PR Wink
I remember that I've edited some of PoP graphics using Paint and it worked.
_________________
o o o o o - - - - o - o o - - o - - - o - o
                  nothing's there!
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger 
mk1994
PostPosted: Sun Aug 12, 2007 5:34 pm    Post subject: Reply with quote

The Prince of Persia
The Prince of Persia

Age: 12 Libra
Joined: 26 Jun 2007
Status: Offline
Posts: 6444
Location: Germany

programmer wrote:
Quote:
What? The prince's clohes only have the colour of his hair and the... WHAT DO YOU MEAN!?
Oh, I meant 16 colours mode, not 256... While saving in Paint, you have to use "save as" menu and select 16 colours mode from the list.

Ehm. It always saves as 16 colors... Confused
_________________
We have a little cat,
the name is Simone.
Sie pullert auf's Parkett,
das riecht zwar nich ohne,
but is ma keen Parkett,
doing Simone a very bit klug,
she's schnurring beauty nett
and secht in DJ's shoe.

Angelsächsisch for yuh - MaxiMal

The Princess in Danger
The Princess in Danger 2
For Palace Level editers
Back to top
View user's profile Send private message Send e-mail MSN Messenger 
jalal
PostPosted: Sun Aug 12, 2007 5:35 pm    Post subject: Reply with quote

Site Admin
Site Admin

Age: 20 Leo
Joined: 04 Dec 2005
Status: Offline
Posts: 2728
Location: Lebanon

programmer wrote:
You may also try older version of PR Wink
I remember that I've edited some of PoP graphics using Paint and it worked.


I use Princed Resources Editor v1.0 beta binary executable for Windows (http://www.princed.com.ar/sfiles/pr1.0b.win.bin.zip).
_________________
And we burned in the wine of our lips
And we were born again
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger 
mk1994
PostPosted: Sun Aug 12, 2007 5:37 pm    Post subject: Reply with quote

The Prince of Persia
The Prince of Persia

Age: 12 Libra
Joined: 26 Jun 2007
Status: Offline
Posts: 6444
Location: Germany

I use PR v1.2
_________________
We have a little cat,
the name is Simone.
Sie pullert auf's Parkett,
das riecht zwar nich ohne,
but is ma keen Parkett,
doing Simone a very bit klug,
she's schnurring beauty nett
and secht in DJ's shoe.

Angelsächsisch for yuh - MaxiMal

The Princess in Danger
The Princess in Danger 2
For Palace Level editers
Back to top
View user's profile Send private message Send e-mail MSN Messenger 
programmer
PostPosted: Sun Aug 12, 2007 5:39 pm    Post subject: Reply with quote

Valued Contributor
Valued Contributor

Age: 15 Gemini
Joined: 02 May 2006
Status: Offline
Posts: 442
Location: Jaslo, Poland

So download older version, Jalal gave you the download link to one which works Wink
_________________
o o o o o - - - - o - o o - - o - - - o - o
                  nothing's there!
Back to top
View user's profile Send private message Send e-mail Visit poster's website MSN Messenger 
david
PostPosted: Sun Aug 12, 2007 5:41 pm    Post subject: Reply with quote

Developer
Developer

Age: 16 Aries
Joined: 09 Aug 2006
Status: Offline
Posts: 315
Location: Hungary

PR 1.2 is incompatible with Paint.
This was said many, many times, and I think that this topic should be stickied.

A solution:
Download and install IrfanView (if you don't have it already).
Open the BMP files in Irfanview.
Click File/Save, and save the file onto itself.
Do this for all BMP files.

Of course you can use any other app, but I usually use Irfanview.

To the developers of PR:
The bug is in the src\lib\formats\bmp.c file, in the readBmp function, after the /* Read ColorTable */ comment.
Paint sets the value of the colours variable in the header of the BMP file to zero.
In PR the colours variable is used, altough it is marked as junk.
At least there should be a statement like this:
Code:
colours=1<<bits;

which sets the correct value.
_________________
My levels | All command-line parameters
Password generators: SMS, SNES | My SNES maps | PR1.2 unofficial fix
Back to top
View user's profile Send private message Visit poster's website  
Veke
PostPosted: Sun Aug 12, 2007 5:41 pm    Post subject: Reply with quote

The Prince of Persia
The Prince of Persia

Age: 13 Taurus
Joined: 19 Aug 2006
Status: Offline
Posts: 5047
Location: Joensuu, Finland

jalal wrote:
programmer wrote:
You may also try older version of PR Wink
I remember that I've edited some of PoP graphics using Paint and it worked.


I use Princed Resources Editor v1.0 beta binary executable for Windows (http://www.princed.com.ar/sfiles/pr1.0b.win.bin.zip).

Thanks jalal! That DID help!
_________________
Planescape Torment is a great CRPG with the most beautiful soundtrack.
Down Arrow The Ur-Quan Masters (SC2) has great music too!


Back to top
View user's profile Send private message MSN Messenger 
mk1994
PostPosted: Sun Aug 12, 2007 5:45 pm    Post subject: Reply with quote

The Prince of Persia
The Prince of Persia

Age: 12 Libra
Joined: 26 Jun 2007
Status: Offline
Posts: 6444
Location: Germany

david wrote:
PR 1.2 is incompatible with Paint.
This was said many, many times, and I think that this topic should be stickied.

Yay! Sticky it!!!

david wrote:
A solution:
Download and install IrfanView (if you don't have it already).
Open the BMP files in Irfanview.
Click File/Save, and save the file onto itself.
Do this for all BMP files.

OK. Did it. Thanks, david! You're the best! Very Happy
_________________
We have a little cat,
the name is Simone.
Sie pullert auf's Parkett,
das riecht zwar nich ohne,
but is ma keen Parkett,
doing Simone a very bit klug,
she's schnurring beauty nett
and secht in DJ's shoe.

Angelsächsisch for yuh - MaxiMal

The Princess in Danger
The Princess in Danger 2
For Palace Level editers
Back to top
View user's profile Send private message Send e-mail MSN Messenger 
Veke
PostPosted: Sun Aug 12, 2007 5:52 pm    Post subject: Reply with quote

The Prince of Persia
The Prince of Persia

Age: 13 Taurus
Joined: 19 Aug 2006
Status: Offline
Posts: 5047
Location: Joensuu, Finland

I'm now off to edit the texts for Kid of Persia! Very Happy
_________________
Planescape Torment is a great CRPG with the most beautiful soundtrack.
Down Arrow The Ur-Quan Masters (SC2) has great music too!


Back to top
View user's profile Send private message MSN Messenger 
david
PostPosted: Mon Aug 13, 2007 8:48 am    Post subject: Reply with quote

Developer
Developer

Age: 16 Aries
Joined: 09 Aug 2006
Status: Offline
Posts: 315
Location: Hungary

Or you can download the fixed version of PR from here:
http://www.freeweb.hu/princepersia/en/pr_fix_dl.htm
Fixes:
- PR is now compatible with Paint.
- PR can now import b/w images properly.
- PR can now fully export 256-color images from PoP2.
_________________
My levels | All command-line parameters
Password generators: SMS, SNES | My SNES maps | PR1.2 unofficial fix
Back to top
View user's profile Send private message Visit poster's website  
mk1994
PostPosted: Mon Aug 13, 2007 9:42 am    Post subject: Reply with quote

The Prince of Persia
The Prince of Persia

Age: 12 Libra
Joined: 26 Jun 2007
Status: Offline
Posts: 6444
Location: Germany

Oh, david! Thank you a lot of much!!
_________________
We have a little cat,
the name is Simone.
Sie pullert auf's Parkett,
das riecht zwar nich ohne,
but is ma keen Parkett,
doing Simone a very bit klug,
she's schnurring beauty nett
and secht in DJ's shoe.

Angelsächsisch for yuh - MaxiMal

The Princess in Danger
The Princess in Danger 2
For Palace Level editers
Back to top
View user's profile Send private message Send e-mail MSN Messenger 
Veke
PostPosted: Mon Aug 13, 2007 10:05 am    Post subject: Reply with quote

The Prince of Persia
The Prince of Persia

Age: 13 Taurus
Joined: 19 Aug 2006
Status: Offline
Posts: 5047
Location: Joensuu, Finland

I have another problem with PR. It seems it can't extract VDUNGEON.DAT correctly, since in walls folder there are two sprites Paint can't open.
_________________
Planescape Torment is a great CRPG with the most beautiful soundtrack.
Down Arrow The Ur-Quan Masters (SC2) has great music too!


Back to top
View user's profile Send private message MSN Messenger 
david
PostPosted: Sat Aug 18, 2007 2:37 pm    Post subject: Reply with quote

Developer
Developer

Age: 16 Aries
Joined: 09 Aug 2006
Status: Offline
Posts: 315
Location: Hungary

They're regular bmp files, they just don't have an extension.
You need to modify resources.xml or download my fix from the link above.
_________________
My levels | All command-line parameters
Password generators: SMS, SNES | My SNES maps | PR1.2 unofficial fix
Back to top
View user's profile Send private message Visit poster's website  
poirot
PostPosted: Sat Aug 18, 2007 5:25 pm    Post subject: Reply with quote

Princed Developer
Princed Developer

Age: 25 Pisces
Joined: 28 May 2006
Status: Offline
Posts: 264
Location: Buenos Aires/Ushuaia

David, don't you want to take over the PR project so your fixes become official and available in the main branch?
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger 
Display posts from previous:   
Post new topic  Reply to topic Goto page Previous  1, 2, 3, 4, 5  Next Page 4 of 5

Jump to:  


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

© 2002 - 2007 Jalal Noureddine, Prince of Persia Unofficial Website
Page generated in 0.77338 seconds | 12 queries executed | GZIP compression enabled