Home Artists Posts Import Register

Content

I'm going to make another post about A New Dawn shortly what I call the follow up post. 

There's still more content to add before the game will be considered playable which is why I keep calling it demo. While it is a demo I will only release it for my patrons. Keep in mind that anything you see this early is very likely to change. 

I have not abandoned A New Dawn!!! When I started working on this game on the side I found more motivation, learned new game dev "tricks" and also when I going back to work on A New Dawn it feels fresh! 

Anyone who think I'm wasting my time creating this game please keep your thoughts to yourself because the time isn't wasted.

Feedback in any form is greatly encouraged tho! 

Google: Windows | Mac | Linux 

Mega: Windows | Mac | Linux 

Mac version doesn't work for some reason there's two way to fix it. Download https://dl.nwjs.io/v0.29.0/nwjs-v0.29.0-osx-x64.zip and replace /Contents/Versions/65.0.3325.146 from here.

Or write this in the command prompt.

cd APPLICATION_NAME.app (where APPLICATION_NAME is your app)

cd Contents/MacOS

chmod +x *

If it tells you operation not permitted, then add sudo in front of chmod

Things added in this demo:

A short introduction - might change this later on starting the player at the lenders place.

Auto generated bounties - will give 1-3 bounties each day. Later on the generated bounties will be hidden from the player and must be found by talking to strangers at a pub for example. Right now the only randomization will be the credit received for taking in the bounty. But the script can randomize who the bounty can be. So in future updates they can differ. 

Random generated maps - I bought a plugin that randomly generates maps. You most complete the maps to find the bounty. It is possible to just run through the map without fighting.

Batteries, body suit is a light source used in dark places. Batteries will be drained each step the player does at a dark place until a minimum is reached.

Pregnancy system, walk to the captains room in the ship to play around with it. The system is broken down into three parts. Womb injection, used after each vaginal sex scene. Womb cleaning used each time you clean yourself by shower etc. Womb update each time the player sleeps gives a chance to reach pregnancy or to kill of cum inside the womb. 

Cum types - normal, stronger and superior. Stronger is harder to kill superior can't be killed only expires after 7 days. Each cum type can be cleaned like normal cum.

4 new maps 1 being the autogenerated map which will be random every time it is visited. 

GUI - update on the GUI clicking shift will hide the GUI.

Mercenaries - I wrote some shorter Jamal scenes. (Might change his name later on) Jamal and the red haired teen girl of course (18+) is the two first mercenaries. They will cost credits to keep in the party. Once a day, once every third day or once a week. It depends on how much credits the player can make but once decided the payment will always happen that time. If the player lacks the funds they will be able to be payed with other means. For now they can be added for free during testing. 

Facehuggers - updated the facehuggers attack pattern giving them one more attack. They have around 15% chance to just lunge towards the players face and 85% chance to spit. Spitting successfully will slow the player down for the entire battle and 150 steps. When the player is slowed down two times they will only lunge towards the face. The agility is used to calculate if the lunge is successful or not and the spit slow the players agility. 

Pigman - added pigman as the first bounty. Almost impossible to win against him alone. It is possible to win against him with a partner but still hard and easier when being 3-4 party. Losing against the pigman will teleport the player back to the ship and he will steal all your physical credits. 

Letter sounds - not sure if this is annoying so I added an option to turn it off from the menu under key items. 

Looting, two different types of looting. Batteries and physical credit is the only thing that can be found in regular boxes and in the dirty barrel the player gets corrupted and can only find scrap metal or facehugger cum. 

Surrender - the player can also surrender now leading to the sex scene directly. 

Battle intro animation - just changed the boring rpg maker mv animation into something better in my opinion.

What I want to focus on going forward: 

The scenes when the player win over the pigman and the facehuggers. 

Character - sprites for both the facehugger, pigman and the player. She is wearing a blue suit but her skin suit is black etc. 

Maps - create a map for gossip about bounties, gambling/drinking and hire mercenaries. A world map which will be used to travel from planet to planet.

Bad end - when the player runs out of health losing against the facehuggers too often.

Food - to add health but also to be a parameter for the credit. Credit will be a main focus in this game since that determines if you can pay the debt each time or if they will start hunting you.

Attack - tune the player attack both normal attack and the seduction after different weapons and level. 

Weapons - adding a weapon shop which can be used to upgrade your damage quicker than leveling up. 

Outfits - different outfits will give different parameters. Fighting in the normal suit gives more armor than fighting in a seductive outfit. Can I add more outfits without making the required animations a shitload?

Textbox - the normal design is boring and not that sci-fi at all.

Background - using the battle background as the background in every animation instead of the dirt one that is used for each animation right now. Or consider having no background at all.

Feel free to give your thoughts about the things I want to work on next. Creativity might strike and I decide to work on something which is not written here. 

Cheers! 

Yours truly WhiteRaven

Files

Comments

Vysirez

Interesting. I run into a bug if I try to save while affected by the facehugger's debuff. Gives a short error and forces me to restart app.

WhiteRaven

Looking into this, probably is something about the state but you should be able to save while being debuffed. Thanks for letting me know.