OrphanOrphan

Member
Jun 9, 2019
184
187
I just have a quick question. I was thinking of making a game but i never programed or coded (I'm assuming they are two different things), If I was to make a game for the first time what would be the best program to make it on, QSP or RenPy and why?
It depends on what kind of game are you thinking about... Ren'Py is a good engine for visual novels, but QSP is easier if you want to create a sandbox game.
 
  • Like
Reactions: Reaver

tek

Member
Nov 12, 2016
117
828
would be awesome if one of our modders could make an english cheat for this:)
 

Reaver

Active Member
May 31, 2017
711
621
It depends on what kind of game are you thinking about... Ren'Py is a good engine for visual novels, but QSP is easier if you want to create a sandbox game.
I was thinking of a sandbox like game, and I have started the script already. What else do i need to learn for QSP games... as in programing languages and such.
 

dalamar26

Newbie
Mar 14, 2017
74
29
I can't get anywhere with this game most places lead to a message with no back button so I am stuck. And I have to click the door to get back to my room. Which is getting pretty teidious. Please fix this issue
 

tonzak

Member
Dec 18, 2016
142
74
Why the fuck are the walkthrough hints on the MC's computer fucking pictures of Russian text?!
The author should whip themself for this atrocity...
I mean, was it really that much easier to create an image with the desired text rather than just, you know, TYPE IT OUT?
 
  • Like
Reactions: Pedrocas77

DoubleA

New Member
Jan 2, 2020
4
0
Hello everyone.

The game was originally intended for a Russian audience.

Until I figured out how to even react to everything that I read here ...
 

DoubleA

New Member
Jan 2, 2020
4
0
In principle, I thought about the complete translation of the game. But alas, as usual, no one wanted to help.
Also, I would ask you not to merge the versions of the game anymore, because I lose my motivation in its further development.
Thanks.
 

OrphanOrphan

Member
Jun 9, 2019
184
187
I was thinking of a sandbox like game, and I have started the script already. What else do i need to learn for QSP games... as in programing languages and such.
You must take in consideration than most of the QSP documentation is in russian (QSP creator is from there), and it will be a bit challenging to learn this engine if you don't have at least some knowledge of this language.

Have you considered RAGS instead?
 

Obsidion69

Member
Jun 16, 2018
293
255
Not with the QSP interface. The player can put the different sections (Objects, Actions, Additional Descriptions, Preview etc etc ) of the display wherever they want and at what size they want. The player can even decide what amount of information is actually displayed inside those sections too. Sure the developer ultimately decides what goes in to what section, but insofar as the sections in Girl Life are currently constituted the contents of the named sections make sense.

I reference Girl Life as it's certainly the most user friendly of the QSP games i've played, the dev's have given the player the choice to display an absolutely huge amount of background info if they so choose and because they've chosen to not use Awesomium_process the interface isn't locked by the dev at all.
So basically you can resize a subwindow, big deal. In a properly designed interface that shouldn't be necessary. As for displaying varying amounts of information again that goes back to the dev. Typically that sort of option is referenced as verbose level, useful to have different levels in logging situations but in a game if you can't find the right level for 99.99999999999999% of potential players you're just a bad dev.

I notice you didn't say anything about screen management. I haven't worked with RenPy in about a year but I do do Python coding almost every day at work (Senior Linux Systems Engineer). A lot of styling, tables, borders, etc can be easily laid out in HTML/CSS and changed on the fly. Also 99% of QSP games (and even RenPy games here on F95) have minimal if no audio at all,so that's a moot point. QSP also uses AVCodec (fmpeg fork) for it's video player which can be easily updated.

Any game with a heavy UI base you're gonna work 10x harder on in RenPy due to the fact button templates, border templates, window templates, icon templates *insert any image template here* is going to have to be hand crafted in your favorite image editor of choice, then you have to manually place them (to the pixel) on each screen. 90% of that you can do in CSS with a few lines of code and Div's to auto place the majority of your content.

RenPy is great for your standard run-of-the-mill VN game, because obviously that's what it was made for. Anything else you're going to have a rough time just because RenPy wasn't made for UI/Video heavy based games. But as they say, to each their own.

Also who the hell cares about security? lol. If anything, you can make something extremely insecure that phones home to a server, places random malware, and even execute shell code straight from the python interpreter. QSP you're gonna be hard pressed to do that.
As far as screen management goes they've virtually the same. They both use the same basic property set and include the option to define styles (CSS classes) to be used on multiple objects by reference. Admittedly you can float shit easier in html/CSS but given the frankly amateurish interfaces common to most indie projects let alone QSP titles, which offer about as much visual complexity as twine or rags, you might as well just do them as pure html and save people the time getting a player.

Just cause few choose to use it among the low end patreon amateur dev community doesn't make it moot, it's still a capability that QSP does not have. Look at the larger paid projects like those you'll find on stream and they tend to be used more.

AVCodec is x264, like I said VP9 is x265 equivalent so better quality to size ratio available in RenPy. The fact remains the RenPy devs intended the use of video or they wouldn't have given the option while it took the QSP fan community to bring that support to the platform cause the original dev felt it unnecessary, undesirable, or was just too damn lazy.

As far as security goes anything you can make a browser do you can make QSP do because that's basically what a QSP player is, a halfassed web browser with no security of any kind. Now you do make a point that you can put raw python into RenPy scripts but given RenPy uses it's own proprietary script set which is compiled by their code at runtime the platform can ensure a certainly level of protection against untoward actions.

Anyway RenPy was made to support anything those who use it might want including a complete graphical interface with all the bells and whistles, music, sound FX, voice acting, videos, frame based animations without having to resort to crappy animated gifs, etc... while QSP was designed for those who wanted effectively iframes they could resize and rearrange.
 
  • Thinking Face
Reactions: Reaver

DarkEnergy

Member
Nov 27, 2017
263
133
Bugs found.
Bedroom cam only shows a white screen.
Bathroom morning also a white screen.
Massage activity in gym does not trigger.
 
Last edited:

caramoore

Member
Jun 29, 2017
156
61
So basically you can resize a subwindow, big deal. In a properly designed interface that shouldn't be necessary. As for displaying varying amounts of information again that goes back to the dev. Typically that sort of option is referenced as verbose level, useful to have different levels in logging situations but in a game if you can't find the right level for 99.99999999999999% of potential players you're just a bad dev.
One last try as you seem to be deliberately missing the point.

The player is able to choose BOTH the position and size of the interface blocks completely independent of the developer's wishes. So not even 0.00000000001% of players need be left behind. (In your ridiculously hyperbolic example)

You could look at numerous profesionally developed games where the interfaces cause players to bash their heads on their desks let alone 'adult game' devs chasing 50 quid a month on patreon.
 

mhowe849

Newbie
Jun 6, 2017
51
20
for those constantly looking for translations- I've been using google translate- just point my phone at the russian text and it converts it to English, or at the very least, Engrish.

I'm having an issue where the webcam disappeared- i bought it, installed it in her room- She locks herself in her room on weekends, never any option to view the cam from the laptop. Clue keeps telling me i can find what i need in the laptop. It does still show in mybackpack and isn't available thru online store anymore

edit- hawk cam shows up in 0.4
2nd edit- cam shows white screen
 
Last edited:
  • Like
Reactions: pflicht

ventitre

Newbie
Nov 12, 2016
37
22
Sorry to bother you but i'm still blocked at the sauna with the white screen.
I don't change anyting, i used the new version 0.4 i gave the three gifts and i can go in sauna to talk with nelly then i gave another flower and i have the white screen
Please could you help me???
This is my saved before the sauna


I got it, i go in gym on monday and talk with her
 
Last edited: