New Game/Game Port/Ideas?

MolecularFiction

New Member
Sep 21, 2021
3
0
Hello everyone. I'm "new" here.
I'm a developer or at least have some coding experience and I was trying to start developing a Twine game.
Don't really know where to start theme related, so I was thinking of porting or at least adapting Girl Life (QSP engine), to Twine, and then see how it goes,
maybe just the basics and then it will transform in something entirely different.
I hate QSP games, so maybe it's a good Idea, don't really know. Just wanted to know your opinions on the matter.

Do you also hate QSP games?
Do you want Girl Life ported?
Do you think that I should do something else with my free time?

All opinions are valued.

Thanks a lot!
 
Nov 21, 2020
72
196
From what I've seen around here, Ren'py tends to be the choice that most users opt for. No matter how good the game is, if it's not in Ren'py then a lot of people don't care.
In my opinion, if you're gonna take a shot at making a VN, you might as well use the engine that appeals to many. Even if you don't know Python, it's relatively easy to get used to if you know another programming language.

As for the 3D Renders/Images, these are the most popular options:
- Daz 3D
Most advanced and professional one. It is the most realistic looking. The only downside is that it doesn't render in real time, so you're gonna have to wait a bit to render each image depending on your PC components. This can significantly slow down game development, but a lot of people really enjoy how it looks and I believe it has the highest potential.

- Honey Select 1
It's pretty outdated at this point, but with a lot of work (and mods) you can make it look good. Except for the main character. Usually males in HS1 look like crap. You'll need to install mods manually for HS1 so that might be annoying and time-consuming. There are many people who enjoy this visual style and a lot of games using HS1 have mediocre renders despite the engine's potential, but Honey Select 2 is already out so it's only a matter of time until HS1 becomes obsolete.

- Honey Select 2
It's the newest version of HS. HS1 mods aren't compatible, but a great deal of them have already been ported at this point. I think it's reached a point where you can safely develop a game using HS2, and there is a patcher to install/update mods automatically. The male model also looks pretty good.

- Koikatsu
If you want anime-looking renders, this is one of the best options. The lighting is terrible and a huge pain in the ass, but if you put in some effort and use some tricks then things can end up looking pretty good. This one also has a patcher just like HS2 for mods. Some people hate Koikatsu, some people love it.

Of course, this is all assuming you want to make a VN (choice-based or not) style game. This is also my personal recommendation. You can also make a sandbox game using the same tools but this requires a bit more work (people hate repeating the same action 20 times to unlock the next quest).

Also, keep in mind that if you want to post your game to Steam, Daz 3D is the way to go.
The other 3 are made by Illusion and are technically under copyright, but Illusion doesn't care about it and they don't take action against devs using them. Still, I wouldn't publish to Steam using them.

The way I see it, you're free to do whatever you want and use whatever you want. But if you're gonna put in a lot of work, why not do it in a way that attracts more people?

Anyways, I'm relatively new to this as well so take everything with a grain of salt. I might've missed something or made a mistake somewhere. If someone else has anything to add/correct, please feel free to do so.

PS: I also recommend playing a few popular games if you haven't already. Gives you an idea of what people want and how things are usually done.
 

MissFortune

I Was Once, Possibly, Maybe, Perhaps… A Harem King
Respected User
Game Developer
Aug 17, 2019
4,827
7,919
The only caveat to all this is the PC the OP is running. He can't realistically (or rather efficiently) render in Daz, for example, without a Nvidia GPU and otherwise competent specs. Some people choose to use Twine/QSP or other text-engines because they don't have systems capable of running Daz/3D software.

Beyond that, OP is think of adapting Girl Life. Adapting something like that in a VN format sounds absolutely brutal. Can it be done? I'm sure, but I don't know how many (especially a beginner, at that) would have the patience for it.
 
  • Like
Reactions: PrinceOfShades

MolecularFiction

New Member
Sep 21, 2021
3
0
Beyond that, OP is think of adapting Girl Life. Adapting something like that in a VN format sounds absolutely brutal. Can it be done? I'm sure, but I don't know how many (especially a beginner, at that) would have the patience for it.
That's what I mean :) I'm new in this world and I don't want to go overhaul.
 

MissFortune

I Was Once, Possibly, Maybe, Perhaps… A Harem King
Respected User
Game Developer
Aug 17, 2019
4,827
7,919
That's what I mean :) I'm new in this world and I don't want to go overhaul.
That's the right idea.

While it's not the best Twine game out there, or even close for that matter, Amusing Oddity's 'To Train Your T-Girl' is a good example of what most devs, regardless of the engine they choose, should do. Start small (though this would probably be a case of do as I say and not as I do, as I'm guilty of the opposite). Learn the practical parts of the engine by putting it into real usage, complete the first short game/vn/etc. and put it up here (or , if you're thinking of going with a plot involving sissification/transformation) for some feedback. It may not all be nice, but take the constructive criticism and work on it for the next project.

What you choose to do and what engine you decide to use is completely up to you. Many devs start big, thinking about this as a cash grab but ditch it faster than a six-pack beauty queen on Saturday morning once they realize the amount of work that goes into this. As PrinceOfShades stated, play a few games/VNs in different engines with a keen eye on the details of them. See what people like and dislike, etc. You don't have to copy them (though, for example, popping open another person's game in Twine to see how they tick is always useful and may help you learn a good bit.). But just like any engine, tinker with it. See why certain things do certain things, see why this code does that or why that variable does this. Like any other medium it'll take a bit to grasp, regardless of the engine, but it'll help things come easier in the long run.
 

MolecularFiction

New Member
Sep 21, 2021
3
0
Thanks!. I'll probably go through that route. Twine/SugarCube and try to adapt Girl Life with some changes (as currently it's a confusing game without a clear objective.).