Game
Employee Simulator
4 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

Restaurant customisation is not something you can skip, because as you progress through the game, you will unlock new stuff to place.

Here are 3 different layouts.

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.

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

Happy #WIPWednesday!

Are you working on a game?

Making some art?

Practicing a song?

Something else?

Tell us in the comments!

I'm not progressing as far as I wish, but at least things are going well : I've been reworking the gameplay which was imo, too simple. And a ton of bug fixes. I have a lot of idea that I want to implement, but here are some screenshots.

Happy #WIPWednesday!

Are you working on a game?

Making some art?

Practicing a song?

Something else?

Tell us in the comments!

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!

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!

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 the last AI : the cook. The most difficult AI to do as it must be capable of doing entire burger (as example) by itself. Here is its training, from burning all of them, it can now successfully cook 4 steaks simultaneously!