- Jun 7, 2018
- 724
- 1,782
Are you the second dev? Hmmm, are you really going to re-write the main screen's UI after over 6 months of development?About to please ask for player updates, as everyone seemed of the opinion it would be good if gameplay is optimized. I guess this answers that, unless others have something diff. to share?
But you know what, let's give it a try, why not. Let's start with save files.
Actually no, let's start with name selection. Why don't you have a default choice, especially when you're expecting not just a name, but a family name as well? At least you check if I enter two empty strings, that's good. Anyway, ' of the noble house ' never fails to fit in any setting. Stay classy, dear '
Now, saves. RenPy allows you to write and read a custom JSON in your saves. Use it for most relevant stats of the player (skills, money, ingame time, maybe some route locks)
You must be registered to see the links
I think i even have a working code snippet somewhere, but it's really small, and shouldn't be hard for you to write on your ownAll right, the main screen. So right now, you need 10 clicks to get through a single day's schedule. That's unacceptable.
You don't have permission to view the spoiler content.
Log in or register now.
So, what can be done to make it bearable?
- You should make the activities selection panel always visible
- Activities selection panel should have a static screen position, and not act like a submenu of currently selected slot
- Fill the empty slots automatically, top to bottom
- highlight what slot is currently being populated
- enable/disable activities by availability depending on the current slot, don't do several lists
- once a slot is populated, add a quick clear button (X)
- Players should be able to plan for entire day in the morning
- Afternoon should be filled with slacking by default. You should be able to plan the whole day by quickly selecting just 2 classes
- You can make a break in the midday and return to this screen to give an opportunity to revise choices for the second half, that's fine, that's just one confirmation if the plan is sound
- Add at least two quick plan templates: yesterday and day before yesterday
- Preferrably this should work separately for weekends and regular days. So on Tuesday you want to repeat Monday and Friday; on Saturday you want to repeat previous Sunday and previous Saturday
- A quick summary of stat changes that happened last time these schedules were executed would be very helpful
You don't have permission to view the spoiler content.
Log in or register now.
Now, narratively.
I understand Eric is your exposition machine, but try to make him more consistent. One day he's suggesting you court high achievers of your house because if you're chosing a waifu for life-u you aim for the best, and then in his next scene he's suggesting you should give bear girls a chance "YoU cAnT bE PiCkY!" STFU Eric, it's all your fault.
Also, the initial timeskip makes no sense, why do you start the game on 16th? Just move your ritual to 13th, it's already a Friday. Come on. ALSO the spooky poem setting the deadline to 1st of May instead of Ides of May is just lame, but that's just my opinion.
Also, there's absolutely fuck to do before you get selected by the
That's all I have having played 2 in-game weeks before getting tired of clicking, but that should be some food for thought at least.
Last edited: