Game
Employee Simulator
5 years ago

Employee Simulator is going to change... a lot !


I'm back !

Over the past few months, the development was slowed down, and sometimes even stopped, due to personal stuff (new job and so on).
But I'm back, and a lot of changes are coming !

Why a lot of changes ?

Even slowed, I continued to develop the game, but there were things I started to dislike :
- The stories weren't enough interesting imo and so were the dialogs. I spent 90% of my time implementing the stories and 10% the gameplay.
- The gameplay was not enough interesting neither as I wasn't focusing on it.
- The code was starting to become a very huge mess, because I wanted to finish the second job asap.
- A lot of things were left to add : gameplay for the second job, AI, implementing new models, fixing the bugs and fixing the first job as I did a lot of breaking changes.
- I think after a few days players would become bored of the game because : the maps were small, the objectives were simple and linear, gameplay was repetitive.

So what are the changes ?

So... I'm working on the new version of Employee Simulator, screenshots are coming soon.
Here are the changes :
- One bigger map instead of several small maps.
- New gameplay features : Bills to pay, negocy your salary before working, pass or fail job interviews, you can be fired or have an augmentation and so on.
- 3 main jobs

  • Cook in a restaurant

  • Work in a shop

  • Work in a bakery

- 1 secondary job

  • Ghost hunter

- Open-world game, it means you can do what you want : start and quit a job when you want.
- New story : you are unemployed, you don't have money to pay your bills. Try to find the perfect job, earn money and buy a house !
- No more linear dialogs and story, the story and the dialogs will change as your character evolves and with the choice you make.
- Probably forgot things...



0 comments

Loading...

Next up

Quick update : 3 fully functional AIs that can make ice cream, drinks and fries, from A to Z. I had to rewrote a lot of codes so I decided to build something on top of Unity : the NxEngine. The next AI will have to cook burger!

Some new 3D models, new AI with a modulator system, new textures using AI (stable diffusion), and some improvements gameplay-wise. Starting to add new things like trash bin and knives.

Drink feature WIP ! The kitchen is almost fully working. Can't wait to work on AI, it'll be fun to code. The game's page will be updated in a few minutes too to match the current game's state. Available to wishlist on Steam!

@NEOWIZ_QUEST 's NARRATIVE JAM is underway!

Create an original narrative / story game in 10 days for a chance to win cash! 💸

Join the game jam: https://bit.ly/GameDevCommunity

Start Narrative Jam-inspired quests: https://bit.ly/narrativejamquests

AIs are working and are fully autonomous to complete orders from customers ! One is doing french fries, the other is doing ice cream.

@Patata1236 is a Jolter to Watch who makes games and art for fun! Follow @Patata1236 before the quest ends on November 18 and you'll get Coins!

It'd be important to determine which items are used (but not locked, you can still use them) by AIs to avoid disturbing them during their job!

After weeks of work, bug fixes and a ton of optimizations, I finally have a bug-free (afaik) game with an extended map and improved gameplay. New places like a shop, a bank or houses have been added to improve the gameplay, story, and the difficulty.

Happy #WIPWednesday! Are you working on a game? Making some art? Practicing a song? Something else? Tell us in the comments!

I've been working on a way to simulate the reduction of matter within a block of matter. I previously worked with multiple models but decided to use a single one and modify its vertices and UVs through scripting. Perlin noise used to do the variation.