suggestion needed for develope a "son of a bitch" style game

dkrazer

New Member
May 24, 2017
1
1
hi~sorry for my poor english first:),i have a hobby to make porn cg using daz3d,and i also have the hobby write some porn stories,so i think maybe i could make a porn game to gather my two little hobby. after play some porn game ,i decide to develope a game about simulation a trul life sandbox game, the game style like "son of a bitch" or "the big brother",there are lots of location and lots of people,actions will cost some time, and the date,location trigger some event.

at first, i try use "qsp" engine to do the work, but i found the "qsp" engine is procedure-oriented, you need use tons of condition to make the story and the ui is ugly...and i found the game "big brother" and "man of the house" are built by unity3d engine. i found there a lots of assets on unity store may help with my develop. but which assets should i choose for developing my project? or there is other engine is better way? and because i only have little coding skill, i found there is a assets called "play maker" in assets store which says "no coding to develop a game ",does is can use in my project? is there a tutorial or a example game like my project?

hope somebody can give some suggestion to me , thx a lot!
 
  • Like
Reactions: rayyen1020

zkawai

Member
Dec 21, 2016
101
100
Use Ren'py, you guide the story like a VN if you want, but you also get to be creative and show more options(though it's a bit harder if it's not VN style), you only gotta learn to use it right
 

wep

OffLine
Respected User
Former Staff
Aug 16, 2016
2,899
16,787
I'm probably going to suggest renpy too. It's a little easier to use than Unity. Moreover the mayor advantage of renpy is that most of the porn games are made with this engine and it is really easy to see the code. So you can actually see how the other devs did something and copy it.
 

DSSAlex

Member
Aug 19, 2017
156
155
I'll third Ren'Py. It runs in Python and that's pretty much the easiest scripting language I could imagine for this purpose. It's designed for use as visual novel engine so scenes are dead easy to script.

You'll need to learn it's screen scripting system to do a game like Big Brother but realistically this won't take very long.

Teachers Pets is a Big Brother style game in Ren'Py. Having a look at it's code will give you an idea how to code something like this.