- Sep 21, 2019
- 199
- 154
The first two are easy to do (but maybe not desirable because balance? idk), the third one... requires effort.My WISHLIST for future updates, if any (Basing this off my playthrough of the Original Game - Haven't tried the REMASTERED yet, since it doesn't seem to allow me to run the script, even after I've already set it to EXECUTE. Am on OpenSUSE Tumbleweed Linux Distro.)
Unique Recruitable Girls (Scripted, according to the Code, looks like):
- I think Hilda (Valkyrie) should start with the Proud Trait (alongside her Strong Trait). I think her Class Namesake often take pride in their work, right?
- Also, Amora (Enchantress), I believe, would be better suited to the Promiscuous Trait, instead of Proud. I'm basing this off the interactions PC has with her throughout the course of the Game
- Anyone else think that the Paladin inRaphaelle's Temple Quest should also be a Unique Recruitable (READ: Scripted)? Seems to me the wording of the Temple quest implies, that she's eyeing someone in particular...If she wasn't I'd imagine the wording would simply be something like "Head to the Temple and recruit a Paladin that could assist you blah-di-blah-di-blah..."
I think before getting ambitious with any significant game changes, someone motivated should take the effort to factorize the code.
Even the coder behind the remaster seemed annoyed at the current state of the code atm... see below xD
02defaults.rpy is 700 lines of harcoded values for various things ranging from images, girl status, world events, quests, factions, npcs.. ..
Even if I wanted that's just too un-scalable to be sustainable. But tbh many RenPy's game suffers from this and the engine really don't like it, as you could just use basic Python class to store all of the mess ^^
But yeah just imagine what would the quest tracker would look like with those hundreads of variable sparsed everywhere to keep track of (and even more time consumming if you're not the original creator and don't have a clue where things are)
View attachment 3128509
View attachment 3128512 View attachment 3128516