Posts

Updating Menus

Image
I've included the hunger and sleep values within the menus. You'll see them on the main menu, in the status menu and when using items. What the menus look like now is not representative of what they will look like when finished.

Getting Time!

Image
I made getters for the month, time of day and weekdays. My get time method returns the time of day in this format: 12:00 AM. I can now use these anywhere in the game to trigger events based on the current month/day/time. Those week/month names are place holders for now. I plan on changing them.

Time System Revamp

Image
I've been revamping the time system the past few days. It works better and is more modular, which will make development a lot easier later. I guess here's a screen shot of a small snippet of the code lol

Larger Update

Image
- Added hunger variable to all actors. - Added sleep variable to all actors. - Sleep and hunger values are now saved to your game save. - Added new potions (one refills your sleep) - added new items - changed crafting menu again. - added new items to the crafting menu. - fleshed out the time system. Still needs more work. I have mock ups for the final version of the crafting menu below: First Screen: Second Screen:

Writer and Artist GET

I have a writer and an artist. Writer’s url to past work: https://www.wattpad.com/user/destiny6795 Artists tumbler: http://bogglerule34.tumblr.com/ Work on the game is going smoothly. I’ve upgraded the cooking system a bit more. Mostly continuing to work on menus

Finished potion brewing

Image
I added potion brewing to the crafting menu. You can now cook and brew potions. There are only two potions right now, but I intend on adding many more. There will also be poisons. This menu will completely change later and is not representative of the final menu. :)

CRAFTING ???

HEYO! I made progress over the weekend. I fleshed out the sleep and hunger intervals. There are 6 states of hunger and 7 states of sleep deprivation. They each have varying effects. I also completed the cooking systems with 20 possible recipes. I could easily add more but will leave that for later. Things I want to add this week: - potion and poison crafting - add hunger bar to UI - add sleep menu The sleep menu should show how much health you gain for the number of hours you have selected. It should also show how much hunger lost and sleep gained. Along with a clock that shows time passing.