- Aug 16, 2017
- 306
- 928
Hi there,
I'm working on a game engine, not sure if I will ever release a game with it. I just like to develop things.
At the beginning I was planning to make a game with an existing engine. But every time I'm frustrated : I would like to have this feature or I don't like this limitation. So I decided to create my own game engine, it's funnier.
At work (I develop heath domain software) I use Windev witch is an IDE that's great to do little applications because you can code really fast and it have it's own database system. So I decided to use it, even if it's not designed to make games.
so here is what I've done so far :
I can create 4 types of scenes
Characters :
I can dynamically create stats for the main character and the others characters, for each I can choose if it's visible on the stats panel.
I can set up a planning for each characters. I can set up interactions, what conditions they need to be available...
I can also configure objects to interact with :
Lately I stopped working on it because I'm doing a program to help me maintain my games on my hard drive (too much games, I never where they are or what's the version I have, sometimes I even download a game that I already have but I didn't remember ).
But I think I'll go back to it soon.
If anyone is interested in this project progression I'll put updates on this thread.
I'm working on a game engine, not sure if I will ever release a game with it. I just like to develop things.
At the beginning I was planning to make a game with an existing engine. But every time I'm frustrated : I would like to have this feature or I don't like this limitation. So I decided to create my own game engine, it's funnier.
At work (I develop heath domain software) I use Windev witch is an IDE that's great to do little applications because you can code really fast and it have it's own database system. So I decided to use it, even if it's not designed to make games.
so here is what I've done so far :
I can create 4 types of scenes
- Places :
- Dialog :
- Sex scene : a picture and a list of options (positions) and also 2 gauges : one for your endurance and one for the girl's pleasure (you have to choose the right positions if you want to make her climax) no screen now
- Elevator, it's a special place witch displays an animation when you change floor.
Characters :
I can dynamically create stats for the main character and the others characters, for each I can choose if it's visible on the stats panel.
I can set up a planning for each characters. I can set up interactions, what conditions they need to be available...
I can also configure objects to interact with :
Lately I stopped working on it because I'm doing a program to help me maintain my games on my hard drive (too much games, I never where they are or what's the version I have, sometimes I even download a game that I already have but I didn't remember ).
But I think I'll go back to it soon.
If anyone is interested in this project progression I'll put updates on this thread.