rincewind72

Newbie
Jun 4, 2018
21
7
Ok. The portal has been activated, so this is not an issue. You have also repaid the guild, so Nyx is coming.

Now you need to go to the portal room immediately after you return from your mission (be it dungeons or a portal), click "Use portal" and use the "SuExSu" combination (sublimation, exchange, sublimation) on it.
THANK YOU SO MUCH !!!

I think the mistake i made was not doing the dungeon beforehand. i had used the crystal combo before but without doing the dungeon first
 

hinosit

Member
Aug 6, 2018
120
132
I like the game but it is broken on all sides, the missions do not activate and there are no clear clues on how to complete several. It is a shame that they have already started another game because it means that they will abandon this one with its problems. I got to a point where I gave up and deleted it.
 
  • Like
Reactions: flippy11

Hermenegild

Member
Sep 18, 2017
412
229
THANK YOU SO MUCH !!!

I think the mistake i made was not doing the dungeon beforehand. i had used the crystal combo before but without doing the dungeon first
Doing the dungeon shouldn't really matter. I have only mentioned it because that's an easy way to get to 6pm.
 

yv0751

Well-Known Member
Game Developer
Jul 8, 2017
1,159
3,396
Hi,

I've finished my "homework" on The Princess as promised and posted the bugfix release V0.9c in OP.

Should take care of all reported softlocks and issues. It will not _heal_ corrupted savegames, though.
Read the changelog in OP for more details

If you successfully completed the game, no need for download.
If you ran into a frustrating issue and gave up in an earlier issue or want to replay later it is recommended.

y.v.
 
Last edited:
Jul 15, 2018
7
1
Hi,

I've finished my "homework" on The Princess as promised and posted the bugfix release V0.9c in OP.

Should take care of all reported softlocks and issues. It will not _heal_ corrupted savegames, though.
Read the changelog in OP for more details

If you successfully completed the game, no need for download.
If you ran into a frustrating issue and gave up in an earlier issue or want to replay later it is recommended.

y.v.
Can you update the walkthrough please?
 

t_jay17

Member
Aug 24, 2016
328
72
Is there a way to change the color of the gem on my side on the portal game. Mine keep getting absorbed.
 

flippy11

Newbie
May 11, 2017
71
101
i have a bug, compressed and full size version. the small pictures of the items do not display, they highlight their description and can be clicked on but i cannot see them, i have to just 'find them'.

what am i missing?
 

Hermenegild

Member
Sep 18, 2017
412
229
i have a bug, compressed and full size version. the small pictures of the items do not display, they highlight their description and can be clicked on but i cannot see them, i have to just 'find them'.

what am i missing?
What are you playing the game on? Windows? Linux? Mac? Android?
 

Hermenegild

Member
Sep 18, 2017
412
229
Windows, the item images are like, scrambled?
Downloaded the game, tried it, everything is as it should. My guess is, either your download is scrambled, or your hard disk is acting up. Try redownloading, and check if you have enough room on the disk.

Also, where did you find the compressed version? The latest I can find is 0.9b1, and the official one is 0.9c.

On a side note, yv0751, this version could be called 1.0 - that would be a strong signal that the game is finished.
 
  • Like
Reactions: yv0751

yv0751

Well-Known Member
Game Developer
Jul 8, 2017
1,159
3,396
Here is a post for wrapping up this game which I motivated myself to write to not repeat issues in my next game:

Things I would do differently next time


After completing my first published game The Princess And The Tower, here is what I would do differently the next time.
Experienced devs will probably tell me that is "Captain Obvious" stuff, but I wished I had done it from the start in my first game.

Some facts

  • Game style was a point and click adventure (NSFW) with some minigames / strategy elements
  • The game was a renpy game, but mostly written directly in python (70%)
  • Did not count the code, but probably 20.000 lines of code and 10.000 lines of renpy dialogue
  • It was a single person project and I spent about 700 hours on it for 7 months or so (was kind of a holiday project)
  • Art was done with Blender, DAZ and Photoshop.
  • Sounds/music I used available assets.
  • It was released in 7 monthly releases with incremental content updates.
What I will do better from the start next time

  • Proper Art Asset Management (in SDE and in game folders): "OCD-ish" naming convention for all dev files and finished assets, properly structured subfolders and asset "house cleaning" every month or so. At the end I couldn't find assets, had inconsistencies across 3D character and item files and also only one flat in-game folder with a zillion image files.
  • Quest System I: Use a state based quest system from the start, high quest granularity, "auto-update" layer that runs through the state machines and quest DB instead ofrelying to kick off individual quest transitions in the code. Also use the state transitions to autofill quest / help logs and direct control flow. Introduced that from V0.7, had to rewrite the old crappy quest code for weeks and wish I'd done that from the start.
  • Quest System II: Bundle all quest data objects (which include title, quest help text, trigger and completion conditions) in a single file, so I can "write" the quest logic in one single location and not lose track
  • Grinding/Convenience: Consider players with no beforehand game knowledge / replay experience and make quick progression not so dependent on game experience. Maybe add some redundant pointers to dialogues to push new players in the right direction
  • Appeal/Accessability: More "visual" aids for the NSFW appeal (not everyone can run scenes 'in his/her' head). And of course more animations are always welcome.
  • Game Flow: When doing multiple endings, plan them properly, make sure there is no interweaving of endgame quest-lines or secret items that unlock endings without mentioning them. This was quite messy for endings two and three and also the cause for a bunch of softlocks, player frustration and the need for bugfixversion (which was 0.9c), etc.
What went well and I'll do it again

  • CRM: OCD-ish state based CRQ list (any excel list will do, ...) with target version planning, effort estimates, CRQ-state
  • Testing: Find interested and capable Beta Testers, which help greatly in meeting deadlines
  • Planning: "Release date first", postpone content elements to next update if schedule would slip
  • Staggered release (beta testers -> patreon power users -> all patreon users ->public) to not be flooded with feedback & bugs
  • Story: Focus on few characters rather than a large bunch of forgettable randos
  • Feedback: Collect feedback on dev sites to content & features. Sites I used for that were F95Zone, itch.io and of course Patreon, definitely worth engaging there with the community
Maybe there is more, but this is what came to mind. The whole marketing / promotion angle I didn't assess, probably could have done most there to (was far away from 10-15% of time and earnings rule of thumb)

I published the game to force myself to finish something and not leave it 20% done (as my previous non published stuff) and move on to the next thing. That part worked :)

Thanks to everyone for feedback to the game and suggestions!
 

yv0751

Well-Known Member
Game Developer
Jul 8, 2017
1,159
3,396
Downloaded the game, tried it, everything is as it should. My guess is, either your download is scrambled, or your hard disk is acting up. Try redownloading, and check if you have enough room on the disk.

Also, where did you find the compressed version? The latest I can find is 0.9b1, and the official one is 0.9c.

On a side note, yv0751, this version could be called 1.0 - that would be a strong signal that the game is finished.
Still hope no more issues will show up, so 1.0 might only be a cosmetic measure.

Might polish it a bit when I release a small expansion this year , then i'll switch it to 1.0 for sure.
 
  • Like
Reactions: Hermenegild
3.90 star(s) 52 Votes