Update (20-May-2022)


Hi, All. I wanted to give you a quick update on my progress.

  1. The good news is that I was able to finish the test harness for officers, and I was also able to confirm that the outfit bug is now fixed. The test harness also lets me do things like change the officer's relationship level, test their scenes, reroll their mission, and of course change their obligations.
  2. Another good news is that I started working on the lewd morning events, which are based on the main character's outfit state. I wrote about 28 message pieces, and I'm happy with how they turned out. To give some context, whenever this repeatable scene plays, 2 to 3 message pieces will play. Which messages  can play depends on several conditions, usually around what the main character is wearing. However, I doubt I can add this to the game before the end of this month. It is likely something I'll add to the game during June.
  3. I made a balance change, as well. I made the subordinate bonus only check one rank down, instead of all the way down. The previous way made colonels and generals too powerful, I feel. I do want colonels and generals to feel powerful. If you put in the work to unlock them, it should be game-changingly rewarding. But at the previous setting, it was just too much. I also considered nerfing the bonuses you can get in the beginning for the station types, but I decided against it. That's a system that's dear to me, so I'll hold off for now. I also considered reducing the base pay for missions by 20%, but then decided against it. I think let's just see how the subordinate bonus nerf affects the game.
  4. Another change I made is that I made it so that after relationship level 3, all relationship levels only take 3 relationship points to level up. Previously, higher relationship levels took forever to level up, and you could finish the game before reaching high relationship levels. That's not very fun to me, so I decided to speed it up a bit.
  5. I've added a Skip button to the story sections. It doesn't actually go past the whole story section. It just takes you to the last message. I did it this way, because the story section might have some important stat changes that the player should be notified about, such as morale changes. I've purposely put the stat changes at the end for this reason.
  6. I've also added a red or green note when the main character is offered an obligation. The note tells the player if the obligation can be re-rolled or not, the next time the officer is asked for a relationship level up.
  7. Separately, I'm reviewing and updating the code, in anticipation of adding and updating a lot of lewd story scenes. I actually wrote myself a treasure trove of great methods before for doing just this, and completely forgot about them, haha.
  8. Lastly, I'm half-half on whether I should make a release next week or at the end of June. If I make a release next week (if testing goes well), it will include the bug fix, balance changes, and quality of life changes, but it won't include the lewd morning events. If I release next month, then I can include the morning scenes and other QoL features, probably. I think it might be better to release next week, because then I can just focus on writing after that. What do you think?

Cheers!

Get Delivery Pilot: Dreams and Debts

Comments

Log in with itch.io to leave a comment.

(+2)

Thanks for the update :-) It sounds very promising, and I'm looking forward for the June release with the new lewd scenes.

About 8: You should definitively make a release next week, because this clothing bug is really annoying and spoils a lot of the fun of the game. After that bugfix, you can take your time writing the new scenes. If the bugfix release also contains the balancing changes, even better, so we can test them while you can focus on writing.

(+1)

Yeah, I think so, too!

(+1)

1. Less bugs is always better :D

2. June can't come quick enough !

3. Hmm - maybe same basic payment for every officer rank - but subordinate bonuses stack all the way like before - thus not feeling like running missions for captains is a waste, because it will snowball to higher officers anyway

4. Great choice - I wanted to suggest bonus which makes each relation increase cost less for certain officers/stations. But this is even better :D

5. No opinion, though sounds good for impatient gamers

6. Helpful

7. Uhh, great ? :P

8. Next week - less things to worry about, and you can focus on the juicier parts :D

(+1)

Thanks! Yeah, in (7) I made a bunch of functions that can quickly let me know if for example the main character is wearing pants or a skirt, or if her bra is visible or not, and then I can tailor the story around that. But then, I totally forgot I even made those functions, because I became busy with other stuff. I think that shows that this project has become big enough that I can't keep all of it in my head. I have to single-thread, and take time to focus on specific aspects, and kind of relearn them (the processes I make for myself), each time. I just looked in visual studio, and the game is about 8,500 lines of code.

(+1)

So that innocent note is actually pretty important :D If I understand correctly that means majority of logical heavy lifting is done and you can focus even more on events :D