Thousands of Models Streaming Live — Join Free! Click Here!
x

remotedesktopconnection

 dl.rpdl.net
Donor
Apr 11, 2023
168
136
97
PrincessAndConquest-0.22.01
You don't have permission to view the spoiler content. Log in or register now.
rpdl torrents are unaffiliated with F95Zone and the game developer.
Please note that we do not provide support for games.
For torrent-related issues use here, or join us on !
, . Downloading issues? Look here.​
 

Loorn

Newbie
Oct 5, 2017
50
29
85
It should work fine with the current version of the game, the only downside would be that you woudn't be able to interact with any Shadow Progenies if recruited, and also with a few newer princesses that can be recruited into the progeny box like the ones in DLC 3.

(PS: i haven't really been keeping up with the game since i dislike the direction they have been going with it, im also dropping modding for this game for a while for the same reasons, maybe i'll come back to it later idk)
Thank you!

What dobyou dislike about the current direction, if you don't mind my asking?
 

Kuronomasters

Member
Oct 19, 2019
157
241
198
What dobyou dislike about the current direction, if you don't mind my asking?
They keep adding new systems/crafting into the game and other things that just bloat the game even more as it is atm, instead of finishing whats already in the game like many of the routes aren't even done yet for some princesses and its been like that for a long time, Hell for many races they didn't even finish all the animations.

I used to work on a few games back in the day and my mindset is if you add something or a new character you should flesh that out before moving to something else and then you can re-visit/rework it on a later date.

Overall the point im trying to make is that the Devs need to just work on whats already in the game instead of adding new things every 2-3 months.
 
  • Like
Reactions: Loorn and Scyus

Terrec

Member
May 26, 2022
106
210
166
Here's the guide to getting Spika Princess, because this is some real nonsense. I have no idea how anyone's supposed to figure this out.

  1. Plant a Rose Buddy in the Black Landing's pot.
  2. Buy Eel Peels from Pruna.
  3. Eat the Eel Peels until you get a Black Pearl. Each eel only has a 1/20 chance of giving it, so you might need a lot. The all dowries cheat also gives one, if you'd rather do that.
  4. Go to the Desert Reign's Festival Plaza on a non-full moon night and go into the well.
  5. Walk in front of the fake wall, then go up to trigger scene 1.
  6. Do Mermaid Princess's quest line. Yes, really, Towerfag's finally somewhat remembered this and made it a requirement.
  7. If you haven't already, find the Mermaid Tear in the Deep Merk and take it to that one mouse to by the Tear Lantern.
  8. Once the Spika's been killed, go back to it's lair with the Tear Lantern equipped to trigger scene 2 and get her.
I'm also including a patch to fix sneaking into Finhead and Mermaid Princesses' rooms at night, because that's hard locking the game right now.
 
  • Like
Reactions: Dwemer

ToraRura

New Member
Mar 8, 2021
5
8
62
That shit is on purpose, with "to deter save scumming" being given as the official reason.
Not really. This is incompetence. Simple incompetence.
Saves consist of 2 parts: a header and a body. They write all the data twice: both in the header and in the body. As a result, to display a list of saves, the game needs to read the entire state of each save, because the header is read for display.
Header block in saves exist to quickly read the minimum necessary data to display the list, but devs simply ignore this.
Not to mention the fact that the saves weigh twice as much as they should.

The game as a whole is poorly optimized and it upsets me. Nice style and idea, but unforgivably slow for a game created with RPG Maker.

But the word “optimization” may not be suitable here, it’s just poorly written without thoughts about at least some quality of the code.

Oh gods how this pisses me off, I can play heavier games through Proton, but this foolishness lags. Situation when you need a somehow decent PC.
 

Guest117

Newbie
Dec 3, 2023
72
12
37
Not really. This is incompetence. Simple incompetence.
Saves consist of 2 parts: a header and a body. They write all the data twice: both in the header and in the body. As a result, to display a list of saves, the game needs to read the entire state of each save, because the header is read for display.
Header block in saves exist to quickly read the minimum necessary data to display the list, but devs simply ignore this.
Not to mention the fact that the saves weigh twice as much as they should.

The game as a whole is poorly optimized and it upsets me. Nice style and idea, but unforgivably slow for a game created with RPG Maker.

But the word “optimization” may not be suitable here, it’s just poorly written without thoughts about at least some quality of the code.

Oh gods how this pisses me off, I can play heavier games through Proton, but this foolishness lags. Situation when you need a somehow decent PC.
This is a game that came out in 2017 so of course the game will be slow sometimes and the saves loading will suck as well and you don't need the best pc to play it and what's proton (I'm joking I know that it's patreon) also it's Rpg maker vx ace (I think)
 

ToraRura

New Member
Mar 8, 2021
5
8
62
This is a game that came out in 2017 so of course the game will be slow sometimes and the saves loading will suck as well
I can't agree. This is no excuse in my opinion.

and what's proton (I'm joking I know that it's patreon)
I meant Steam Proton.

Rpg maker vx ace
If I remember correctly, this is it. But the problem is not in the engine itself, but in the pile of poorly written scripts.
 

Kuronomasters

Member
Oct 19, 2019
157
241
198
Anyone who has poked around in the games files can tell you that the game has like over 600 common events which are all just scripts, and most of them are constantly running in the background.
 

AtomicSamurai911

New Member
Oct 25, 2021
12
5
126
For some reason 22.01 is not possible to play in joiplay (at least in my case) it freezes when talking to NPCs, all that remains is to continue on 22.0 until a new version
 

Guest117

Newbie
Dec 3, 2023
72
12
37
I can't agree. This is no excuse in my opinion.


I meant Steam Proton.


If I remember correctly, this is it. But the problem is not in the engine itself, but in the pile of poorly written scripts.
Yeah the time it came out and all that can't be excuses but it also doesn't have much room to change in spots though it doesn't mean there aren't things I don't like about the game it was hella buggy when I first played it but it's gotten better as far as I'm aware but just hope the game gets better I guess and yes my arguments sucked
 

ToraRura

New Member
Mar 8, 2021
5
8
62
Script 'Game_Picture' line 31570: NoMethodError occured.
I would recommend writing to the developers, it looks like a bug in the code. I read the scripts and unpacked common events out of curiosity and I can’t determine what exactly broke.

Oh gods, this is something on the YandereDev level. 30 thousand lines of if statements.

1734887551862.png
 
  • Haha
Reactions: exp_ender_fr

Terrec

Member
May 26, 2022
106
210
166
Kept getting this error right after that convo with the bunny.
Unfortunately, that line can't cause that error. 2253 is one of the progeny variables, so I can guess what's happening there, but good luck to whoever wants find the cause. Upload a save and someone might be willing to bypass the error for you, though.

30 thousand lines of if statements.
With garbage indentation.
 
3.50 star(s) 68 Votes