Prince Of Persia.net written in C#

Threads about other remakes and ports.
polipo
Vizier
Vizier
Posts: 89
Joined: September 6th, 2012, 8:34 am

Re: Prince Of Persia.net written in C#

Post by polipo »

Yeah right i forgot the palace tileset.... ;)
Someone have time to give me the palace set in pop.net format?

Thanks
salvadorc17
Calif
Calif
Posts: 553
Joined: August 27th, 2011, 2:04 am

Re: Prince Of Persia.net written in C#

Post by salvadorc17 »

Dont know how to.. where do you get those dungeon sprites???
polipo
Vizier
Vizier
Posts: 89
Joined: September 6th, 2012, 8:34 am

Re: Prince Of Persia.net written in C#

Post by polipo »

Look into this file
Attachments
_GRAPHICS.zip
(818.94 KiB) Downloaded 80 times
salvadorc17
Calif
Calif
Posts: 553
Joined: August 27th, 2011, 2:04 am

Re: Prince Of Persia.net written in C#

Post by salvadorc17 »

I need a little help, have tried to a add a new guard, added class, sequence and sprites, but when i try to render this new guard, with a enumeration.sprite.type guard2, i have no new result, if i add it, still add a guard1 only.... What im missing??
polipo
Vizier
Vizier
Posts: 89
Joined: September 6th, 2012, 8:34 am

Re: Prince Of Persia.net written in C#

Post by polipo »

Dear, i answer you without see PoP'sources
I think you have create a new class extended the sprite cls, there's a miss into the draw and update routine when for each sprite there's a switch for call it's draw specilized.
Look into PrinceOfPersia.cs draw and update routine you must add the new guard class name.
I will fix these for mantain a generic draw/update all kind of sprites.

into next release a can do it.

bye
salvadorc17
Calif
Calif
Posts: 553
Joined: August 27th, 2011, 2:04 am

Re: Prince Of Persia.net written in C#

Post by salvadorc17 »

I think you have create a new class extended the sprite cls, there's a miss into the draw and update routine when for each sprite there's a switch for call it's draw specilized.
What class do you mean?? Room class???
Look into PrinceOfPersia.cs draw and update routine you must add the new guard class name.
I have done that, and is only for draw guards energy bars...

Also what i mean is, when i add guard 2, the guard 1 sprite is show instead....
polipo
Vizier
Vizier
Posts: 89
Joined: September 6th, 2012, 8:34 am

Re: Prince Of Persia.net written in C#

Post by polipo »

Please patient some days i will modify the source for a new simple customization for add new sprite.
salvadorc17
Calif
Calif
Posts: 553
Joined: August 27th, 2011, 2:04 am

Re: Prince Of Persia.net written in C#

Post by salvadorc17 »

Without doing that is not possible then???
polipo
Vizier
Vizier
Posts: 89
Joined: September 6th, 2012, 8:34 am

Re: Prince Of Persia.net written in C#

Post by polipo »

Yes, it's possible i'm a little busy with work now.
I'm still write a doc into the "Codeplex" at https://princeofpersia.codeplex.com/discussions/573883, and modify the sources.

Still patient, sorry.
salvadorc17
Calif
Calif
Posts: 553
Joined: August 27th, 2011, 2:04 am

Re: Prince Of Persia.net written in C#

Post by salvadorc17 »

I will try to do it myself, but do not have get succesfully with that...
polipo
Vizier
Vizier
Posts: 89
Joined: September 6th, 2012, 8:34 am

Re: Prince Of Persia.net written in C#

Post by polipo »

i'm sorry but this month i cant work on PoP.net i will fix and implement all as soon.
polipo
Vizier
Vizier
Posts: 89
Joined: September 6th, 2012, 8:34 am

Re: Prince Of Persia.net written in C#

Post by polipo »

For Christmas a "Prince Of Persia" gift under the tree... all sources updated on source repository.

News:
-> possibility to add a custom sprite (like guard2) see post on codeplex
salvadorc17
Calif
Calif
Posts: 553
Joined: August 27th, 2011, 2:04 am

Re: Prince Of Persia.net written in C#

Post by salvadorc17 »

Good work, Merry Chistmas to you...
salvadorc17
Calif
Calif
Posts: 553
Joined: August 27th, 2011, 2:04 am

Re: Prince Of Persia.net written in C#

Post by salvadorc17 »

I have an idea to port this to android, what do you say, of course, will be for testing purposes only, becuase there will be some copyright issues...
polipo
Vizier
Vizier
Posts: 89
Joined: September 6th, 2012, 8:34 am

Re: Prince Of Persia.net written in C#

Post by polipo »

yeah on android is already working i have tested on a Galaxy Tab 3
Post Reply