A game about surviving in a research base on the north pole, while your base and your employer is fighting against you.
A game about surviving in a research base on the north pole, while your base and your employer is fighting against you.
Added temp and food rations. If the temp is under 10c, sleeping will take 10hp and if its under 5c you will loose 3hp per block. If you are out of food you will loose 5hp per day. So in total u can loose up to 24hp per day
Log in to leave a comment
Added messages to the terminal. You cannot send anything but you can recieve messages from hq. When you dismiss a message it goes to the archive where it can be viewed later.
Log in to leave a comment
Added a “new game” button to the main menu, which will wipe your save and start a new game (there is a warning popup to confirm or cancel). Also added a bed where you can sleep to progress to the next day. To make this better i also made can_interact return a string, which will be displayed under the crosshair instead of the generic “E to interact”. So now there are labels like “E to pick up”, “E to sleep”, etc.
Log in to leave a comment
Created the computer/terminal system which will be used for system reports, comms, and more base managment stuff.
Currently it has a login page, main menu page, and systems reports page.
Log in to leave a comment
Implemented a backup battery system: The battery will charge 3%/block while the generator is powered, and discharge 10%/block if not. When the backup battery is being used all lights turn red, and when its empty the lights turn off and doors take longer to open (and more stuff will be implemented later)
Log in to leave a comment
Improved the interaction system and created fuel cans.
Fuel cans can be picked up, and can be used to refuel the generator.
Btw the “e to interact” text wont show when you look at the generator without a fuel can, cause that would otherwise be pretty confusing.
Log in to leave a comment
Implemented a basic small room with lights, and a test object. You can interact with the test object, which is a test for the interactable system. Also gave the player a flashlight
Log in to leave a comment
Created the structure of the game, along with working saving and loading.
Currently the world is just a simple ground but it will become more advanced soon!
Log in to leave a comment