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)
apoplexy v2.4 released
Re: apoplexy v2.4 released
Hah, I just noticed that apoplexy now has more than 20,000 lines of code in a single file. 

Re: apoplexy v2.4 released
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.
Or to compare with other level editors: Pr1SnesLevEd has between 3000 and 4000 lines. Pr2LevEd has about 2000 lines.
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.
For comparison, my port of PoP has between 13000 and 14000 lines.Norbert wrote:Hah, I just noticed that apoplexy now has more than 20,000 lines of code in a single file.
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 137 times
Re: apoplexy v2.4 released
Thanks!David wrote:Here is the Windows port.
I've updated the first post of this thread to include a link to the full Windows package.
Yes, this will need an elegant solution, but I couldn't come up with one.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.
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/.
-
- Calif
- Posts: 553
- Joined: August 27th, 2011, 2:04 am
Re: apoplexy v2.4 released
Thanks, you do it so fast!!
Check my Prince in C# https://github.com/salvadorc17/Prince-Monogame