Stories
Teen Simulator (Game)
  18 of 32  
  • 18 Vote(s) - 4.28 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bagabula
Hi,

I'll be completely frank, I don't know where to go with this anymore. As far as technology and additions, I've been testing out a lot of interesting things that could make this incredibly more complex and enjoyable. I have, for example, learned how to use Threejs (https://threejs.org/) and a few programs that handle clothing physics, which means that with an appropriate 3D model I could easily use it the game and make it more visual than it currently is.

Unfortunately, despite coming back to this over and over again, I just can't keep working on it. Not because I don't like it, not because I don't know how to make it work, but because I just can't seem to come up with any events that don't all end in the same way. I don't know if it is just me who just doesn't have the knowledge or fantasy to make more out of this or if I just chose a subject that was too limiting, but that's it really. I just don't know how to continue this in any direction, mostly because it never really had one to begin with. It feels disconnected and as if I were constantly patching up things that don't work very well to make them seem less bad.

I think the code has some really great potential to end up being a really enjoyable game, I really do. But probably not in my hands. So, I've decided I will upload the source code (with some explanation on how to use it and expand it) for anyone to download and do whatever they feel with it. Hopefully someone more talented than me can make something great.

As for me, I'm sorry I disappointed. I might keep working on something similar on my own and post i here once I have something I'm sure I like working on and feels like it's going somewhere, but I don't know. All the funds donated to the patreon will be reinvested in whatever new project will rise from the ashes of this one.

Again, I'm extremely sorry I disappointed, but I tried my best, I really did.


On an related note, if anyone has 3D modeling knowledge, please feel free to hit me up for some payed work.
Liked by NicerGuy (Dec 26, 2016), DaveTheMan (Dec 26, 2016), janaie13 (Dec 25, 2016)
LovePreggies
(December 25, 2016, 9:33 am)Bagabula Hi,

I'll be completely frank, I don't know where to go with this anymore. As far as technology and additions, I've been testing out a lot of interesting things that could make this incredibly more complex and enjoyable. I have, for example, learned how to use Threejs (https://threejs.org/) and a few programs that handle clothing physics, which means that with an appropriate 3D model I could easily use it the game and make it more visual than it currently is.

Unfortunately, despite coming back to this over and over again, I just can't keep working on it. Not because I don't like it, not because I don't know how to make it work, but because I just can't seem to come up with any events that don't all end in the same way. I don't know if it is just me who just doesn't have the knowledge or fantasy to make more out of this or if I just chose a subject that was too limiting, but that's it really. I just don't know how to continue this in any direction, mostly because it never really had one to begin with. It feels disconnected and as if I were constantly patching up things that don't work very well to make them seem less bad.

I think the code has some really great potential to end up being a really enjoyable game, I really do. But probably not in my hands. So, I've decided I will upload the source code (with some explanation on how to use it and expand it) for anyone to download and do whatever they feel with it. Hopefully someone more talented than me can make something great.

As for me, I'm sorry I disappointed. I might keep working on something similar on my own and post i here once I have something I'm sure I like working on and feels like it's going somewhere, but I don't know. All the funds donated to the patreon will be reinvested in whatever new project will rise from the ashes of this one.

Again, I'm extremely sorry I disappointed, but I tried my best, I really did.


On an related note, if anyone has 3D modeling knowledge, please feel free to hit me up for some payed work.

I am willing to take on a partner to help breathe new life into the concept. If someone has code experience and would be able to actually make the game work with good graphics, I would be more than happy to create some good content to make the game exciting. If someone or a group of people wants to join perhaps we can grow upon all of the hard work Bagabula has done up to this point. I have a lot of great ideas surrounding content and events, but I need help to actually set it up and make it work.
Liked by DaveTheMan (Dec 26, 2016)
Bagabula
(December 25, 2016, 3:26 pm)LovePreggies
(December 25, 2016, 9:33 am)Bagabula Hi,

I'll be completely frank, I don't know where to go with this anymore. As far as technology and additions, I've been testing out a lot of interesting things that could make this incredibly more complex and enjoyable. I have, for example, learned how to use Threejs (https://threejs.org/) and a few programs that handle clothing physics, which means that with an appropriate 3D model I could easily use it the game and make it more visual than it currently is.

Unfortunately, despite coming back to this over and over again, I just can't keep working on it. Not because I don't like it, not because I don't know how to make it work, but because I just can't seem to come up with any events that don't all end in the same way. I don't know if it is just me who just doesn't have the knowledge or fantasy to make more out of this or if I just chose a subject that was too limiting, but that's it really. I just don't know how to continue this in any direction, mostly because it never really had one to begin with. It feels disconnected and as if I were constantly patching up things that don't work very well to make them seem less bad.

I think the code has some really great potential to end up being a really enjoyable game, I really do. But probably not in my hands. So, I've decided I will upload the source code (with some explanation on how to use it and expand it) for anyone to download and do whatever they feel with it. Hopefully someone more talented than me can make something great.

As for me, I'm sorry I disappointed. I might keep working on something similar on my own and post i here once I have something I'm sure I like working on and feels like it's going somewhere, but I don't know. All the funds donated to the patreon will be reinvested in whatever new project will rise from the ashes of this one.

Again, I'm extremely sorry I disappointed, but I tried my best, I really did.


On an related note, if anyone has 3D modeling knowledge, please feel free to hit me up for some payed work.

I am willing to take on a partner to help breathe new life into the concept. If someone has code experience and would be able to actually make the game work with good graphics, I would be more than happy to create some good content to make the game exciting. If someone or a group of people wants to join perhaps we can grow upon all of the hard work Bagabula has done up to this point. I have a lot of great ideas surrounding content and events, but I need help to actually set it up and make it work.

Honestly most of the hard work for the programming is done, I mean the system is already in place and it's working. As long as you know how to use loops, if/else statements and variables you can easily add your own stuff by editing what's already done.

I'll spend a few days cleaning up my dev folder and commenting the main script so that it's easy to read and edit, once that's done you probably won't need any programming experience to work with it.
Liked by DaveTheMan (Dec 26, 2016)
DaveTheMan
(December 25, 2016, 9:33 am)Bagabula Hi,

I'll be completely frank, I don't know where to go with this anymore. As far as technology and additions, I've been testing out a lot of interesting things that could make this incredibly more complex and enjoyable. I have, for example, learned how to use Threejs (https://threejs.org/) and a few programs that handle clothing physics, which means that with an appropriate 3D model I could easily use it the game and make it more visual than it currently is.

Unfortunately, despite coming back to this over and over again, I just can't keep working on it. Not because I don't like it, not because I don't know how to make it work, but because I just can't seem to come up with any events that don't all end in the same way. I don't know if it is just me who just doesn't have the knowledge or fantasy to make more out of this or if I just chose a subject that was too limiting, but that's it really. I just don't know how to continue this in any direction, mostly because it never really had one to begin with. It feels disconnected and as if I were constantly patching up things that don't work very well to make them seem less bad.

I think the code has some really great potential to end up being a really enjoyable game, I really do. But probably not in my hands. So, I've decided I will upload the source code (with some explanation on how to use it and expand it) for anyone to download and do whatever they feel with it. Hopefully someone more talented than me can make something great.

As for me, I'm sorry I disappointed. I might keep working on something similar on my own and post i here once I have something I'm sure I like working on and feels like it's going somewhere, but I don't know. All the funds donated to the patreon will be reinvested in whatever new project will rise from the ashes of this one.

Again, I'm extremely sorry I disappointed, but I tried my best, I really did.


On an related note, if anyone has 3D modeling knowledge, please feel free to hit me up for some payed work.

Sad to hear that you no Longer Working on it mate BUT glad to see you putting it up as Open Source so anyone who wants to Continue with it can do so Big Grin
pregur
If we're going to keep this open, I'm more than willing to help write out some plot lines - assuming I can understand the programming. I'm a smidgen rusty
LovePreggies
(December 26, 2016, 2:03 pm)pregur If we're going to keep this open, I'm more than willing to help write out some plot lines - assuming I can understand the programming. I'm a smidgen rusty

Maybe we can team up and write events together and you can put it in the code.
Bagabula
I might put this on github or one of the similar websites so that encourages actually working in group to develop stuff.
I'll have to see what's the best way to post this somewhere.
Liked by DaveTheMan (Dec 26, 2016)
DaveTheMan
(December 26, 2016, 5:32 pm)Bagabula I might put this on github or one of the similar websites so that encourages actually working in group to develop stuff.
I'll have to see what's the best way to post this somewhere.

With Code been given out. Does that you can play the game without having to be Connected to the Internet?
Bagabula
(December 27, 2016, 5:49 am)DaveTheMan
(December 26, 2016, 5:32 pm)Bagabula I might put this on github or one of the similar websites so that encourages actually working in group to develop stuff.
I'll have to see what's the best way to post this somewhere.

With Code been given out. Does that you can play the game without having to be Connected to the Internet?

I am fairly certain everything should work offline, yes.
Liked by DaveTheMan (Dec 27, 2016)
larik9
I was hoping he give birth in school option would be completed.... Someday, maybe.
Liked by DaveTheMan (Dec 27, 2016)

Related Threads Author Replies Views Last Post
Sex Slave Game Preserve eBook series Now Available Mike K 8 2,917 January 18, 2023, 1:28 pm
Last Post: Mike K
Any raven teen titan pregnant stories? Zullahx 4 3,777 November 19, 2022, 2:42 pm
Last Post: awakenedhero
Better sit home(HTML game) pastreloks 23 19,716 September 5, 2022, 11:31 pm
Last Post: Flaxom
Sex‌ ‌Slave‌ ‌Game‌ ‌Preserve‌ ‌#2:‌ ‌ Pregnant For My Master’s Pleasure Mike K 0 2,376 March 6, 2022, 6:37 pm
Last Post: Mike K
The new order (HTML game) pastreloks 24 23,820 November 30, 2019, 8:37 pm
Last Post: pastreloks

Users browsing this thread: 1 Guest(s)