apoplexy v2.4 released

Windows and Linux editor of PoP1 (for DOS and SNES) and PoP2 (for DOS).
Locked
User avatar
Norbert
The Prince of Persia
The Prince of Persia
Posts: 5745
Joined: April 9th, 2009, 10:58 pm

apoplexy v2.4 released

Post by Norbert »

I've just released version 2.4 of apoplexy.

The GNU/Linux version is available here.
[Edit: and...] The Windows version can be downloaded here.

Changes since the last version are:
+ Levels can now also be imported from XML.
* Swapped the guard directions in the XML output.

(Importing is done with: apoplexy -y)
User avatar
Norbert
The Prince of Persia
The Prince of Persia
Posts: 5745
Joined: April 9th, 2009, 10:58 pm

Re: apoplexy v2.4 released

Post by Norbert »

Hah, I just noticed that apoplexy now has more than 20,000 lines of code in a single file. :mrgreen:
David
The Prince of Persia
The Prince of Persia
Posts: 2848
Joined: December 11th, 2008, 9:48 pm
Location: Hungary

Re: apoplexy v2.4 released

Post by David »

I see you stayed up late...

Here is the Windows port.
To make the zip smaller, I deleted the png folder, and didn't include the games.
The DLLs are included.

Change: I removed the O_BINARY from the XML reader, so it accepts Windows-style newlines.
It seems that to play the imported levels, I have to save them, but to save, I have to change something on the level.
Norbert wrote:Hah, I just noticed that apoplexy now has more than 20,000 lines of code in a single file. :mrgreen:
For comparison, my port of PoP has between 13000 and 14000 lines.
Or to compare with other level editors: Pr1SnesLevEd has between 3000 and 4000 lines. Pr2LevEd has about 2000 lines.
Attachments
apoplexy-2.4-win32-no-images.zip
(1.56 MiB) Downloaded 59 times
User avatar
Norbert
The Prince of Persia
The Prince of Persia
Posts: 5745
Joined: April 9th, 2009, 10:58 pm

Re: apoplexy v2.4 released

Post by Norbert »

David wrote:Here is the Windows port.
Thanks!
I've updated the first post of this thread to include a link to the full Windows package.
David wrote:It seems that to play the imported levels, I have to save them, but to save, I have to change something on the level.
Yes, this will need an elegant solution, but I couldn't come up with one.
The problem is that I don't want to just overwrite the LEVELS.DAT (even if it creates a LEVELS.OLD) when loading from xml/.
salvadorc17
Calif
Calif
Posts: 553
Joined: August 27th, 2011, 2:04 am

Re: apoplexy v2.4 released

Post by salvadorc17 »

Thanks, you do it so fast!!
Locked