Sorry, I meant that turns into the issue of dropping using the QuickLoad feature.David wrote: ↑July 11th, 2020, 8:46 amSorry, I don't understand what you mean here.atrueprincefanfrom18 wrote: ↑July 8th, 2020, 6:01 pmYeah, but that runs into the issue of dropping QuickLoad. Let's see: If QuickLoad and recording work together fine, then just replaying it and recording seems fine.
How is QuickLoad related to converting P1R to video?
SDLPoP; David's open-source port of PoP
- atrueprincefanfrom18
- Site Shah
- Posts: 1786
- Joined: January 21st, 2020, 2:53 pm
- Contact:
Re: SDLPoP; David's open-source port of PoP
Re: SDLPoP; David's open-source port of PoP
Mentioned here, at the end of the article:
https://entuzjastagier.pl/2020/07/histo ... ersia.html
https://entuzjastagier.pl/2020/07/histo ... ersia.html
- atrueprincefanfrom18
- Site Shah
- Posts: 1786
- Joined: January 21st, 2020, 2:53 pm
- Contact:
Re: SDLPoP; David's open-source port of PoP
Would it be possible to play some background music (maybe by putting: bg_sound_path = "/path/to/mp3.file" in SDLPoP.ini) while we are playing a mod or original game? I don't know how difficult or easy it is to implement...
Re: SDLPoP; David's open-source port of PoP
Given the upcoming apoplexy version 3.9, it would be useful if SDLPoP would also autodirect changes of the shadow starting positions and automatic moves.
- atrueprincefanfrom18
- Site Shah
- Posts: 1786
- Joined: January 21st, 2020, 2:53 pm
- Contact:
Re: SDLPoP; David's open-source port of PoP
When do you think David, it would be appropriate to release a new version of SDLPoP?
I think lot of changes have been done and it would be good to release a new version. I was waiting for 2x speed and other things!
I think lot of changes have been done and it would be good to release a new version. I was waiting for 2x speed and other things!

Re: SDLPoP; David's open-source port of PoP
That's fast; thanks!
I agree with atrueprincefanfrom18 that you could consider distributing a new release.
- atrueprincefanfrom18
- Site Shah
- Posts: 1786
- Joined: January 21st, 2020, 2:53 pm
- Contact:
Re: SDLPoP; David's open-source port of PoP
Also requested by someone here.atrueprincefanfrom18 wrote: ↑July 15th, 2020, 11:09 am Would it be possible to play some background music (maybe by putting: bg_sound_path = "/path/to/mp3.file" in SDLPoP.ini) while we are playing a mod or original game? I don't know how difficult or easy it is to implement...
Re: SDLPoP; David's open-source port of PoP
Is there a way to have SDLPoP play several P1R files one after the other?David wrote: ↑July 8th, 2020, 4:55 pmCurrently the only way is to play it back in SDLPoP and record the screen.atrueprincefanfrom18 wrote: ↑July 6th, 2020, 6:39 pm I want to know if there's any way to convert P1R to a video format.
Re: SDLPoP; David's open-source port of PoP
Oh... and it would be useful if the new release could also include your fast forward code.
- atrueprincefanfrom18
- Site Shah
- Posts: 1786
- Joined: January 21st, 2020, 2:53 pm
- Contact:
Re: SDLPoP; David's open-source port of PoP
Even I am waiting for the same! Sometimes, the level is just to climb the long way and SDLPoP can help there a lot!Norbert wrote: ↑August 19th, 2020, 2:37 pm Oh... and it would be useful if the new release could also include your fast forward code.
- atrueprincefanfrom18
- Site Shah
- Posts: 1786
- Joined: January 21st, 2020, 2:53 pm
- Contact:
Re: SDLPoP; David's open-source port of PoP
Lol!Norbert wrote: ↑October 24th, 2020, 2:44 pm Article about SDLPoP:
https://www.redhat.com/sysadmin/sdlpop-prince-persia
Code: Select all
echo "LOL!" * 50;
Re: SDLPoP; David's open-source port of PoP
This is perhaps a bit nitpicky, but in mods.txt the text "Make sure that the name of the mod's folder is correct." is too vague, because it remains unclear, even with the included example, what exactly is a "correct" folder name. I'm guessing that point 2. can be removed if 3. (which would become 2.) simply states that the levelset name must match (reflect) the directory name... right?
Another minor suggestion. If data/ is not present, for example if a Windows user renamed it to DATA/, then the game still launches and shows the splash screen ("Press any key to continue...") but then displays a black screen that has an invisible prince die when a key is pressed. Some kind of check could be used to determine whether or not the game should display a message about the missing data/ directory on-screen (in-game). Without looking into it thoroughly, maybe if use_custom_levelset is 0 and data/ is not present.
Another minor suggestion. If data/ is not present, for example if a Windows user renamed it to DATA/, then the game still launches and shows the splash screen ("Press any key to continue...") but then displays a black screen that has an invisible prince die when a key is pressed. Some kind of check could be used to determine whether or not the game should display a message about the missing data/ directory on-screen (in-game). Without looking into it thoroughly, maybe if use_custom_levelset is 0 and data/ is not present.