ayayaomegaclap

New Member
Jan 26, 2020
14
42
Renpy is a perfectly adequate engine - there are several very complicated games that have been built on it:

lab rats 2
love and sex: second base
Holiday island
Superpowered
V.I.R.T.U.E.S

Two of them (Superpowered, lab rats 2) have an extensive modding history, showing that even without developer support, the community is able to build on it.
Well it's built on Python, so you can do whatever Python can do, I wouldn't really attribute that to Renpy... Which, again, only exposes VN functionality and for a purely text based game I just have to wonder... Why? I'm not familiar with the games you mentioned, but they seem to at least contain cg. If your game is purely text based with lots of variations depending on different attributes, then why use Renpy? You wouldn't try to hammer in a screw or screw in a nail. Sugarcube/Twine is way more tailored toward this type of game.
 
  • Like
  • Haha
Reactions: Nitan17 and GTK/HLK

exks67

New Member
Mar 20, 2020
11
11
Did you recently update to OSX Big Sur? If so, I had the same issue. I went ahead and just uninstalled Java completely using these commands on the official Java page: .

After that, I redownloaded the Java JRE and reinstall it. Now it works fine.
thanks for replying but I did the same out of curiosity and it worked but didn't reinstall java apparently it's built in Mac already
 

arkc

New Member
Mar 14, 2021
9
38
That's the programmer answer. The porngame developer answer is to use renpy and not worry about trying to clone java's crappy default skin.
using a vn library to make a text based adult rpg sounds pretty pants on head tier decision making
so it would be right in line with the other decisions the average erotic game dev makes
 
Jun 8, 2017
203
235
thanks for replying but I did the same out of curiosity and it worked but didn't reinstall java apparently it's built in Mac already
Are you able to load templates and custom NPCs? I can play the game now but it won’t load anything so I would have to do a new run every time I play lol. Maybe the upcoming OSX Monterey will fix everything.
 
Apr 3, 2019
268
826
using a vn library to make a text based adult rpg sounds pretty pants on head tier decision making
so it would be right in line with the other decisions the average erotic game dev makes
Using Ren'Py for a text based porn game is pretty much the same thing as using Sugarcube for a porn game. And we know how many hundreds of those there are.

If anything, you could argue that most "text based porn games" have the same overall structure/gameplay of a VN, just with less images (unless you're (un)lucky enough to play those with 5GB of random, immersion breaking porn gifs)
 

xbeo

Newbie
May 10, 2017
65
63
Well it's built on Python, so you can do whatever Python can do, I wouldn't really attribute that to Renpy... Which, again, only exposes VN functionality and for a purely text based game I just have to wonder... Why? I'm not familiar with the games you mentioned, but they seem to at least contain cg. If your game is purely text based with lots of variations depending on different attributes, then why use Renpy? You wouldn't try to hammer in a screw or screw in a nail. Sugarcube/Twine is way more tailored toward this type of game.
Even a text-based game needs to render text. Renpy brings UI scaling for free, which Newlife lacks, but would profit from.
Java is not really suited for desktop applications as there is no decent UI library for Java. Java is great for headless (no UI) applications.
 

ayayaomegaclap

New Member
Jan 26, 2020
14
42
Even a text-based game needs to render text. Renpy brings UI scaling for free, which Newlife lacks, but would profit from.
Java is not really suited for desktop applications as there is no decent UI library for Java. Java is great for headless (no UI) applications.
 
  • Like
Reactions: Nohatman

NextTimeMaybe

Member
Jan 27, 2018
148
81
Noob question here. Is there any way to make Horse have specific traits?
EDIT: nvm, figured out how to edit saves
 
Last edited:

coretex

Active Member
Jun 15, 2017
583
495
from the game folder where you have the .jar/.exe --- newlife_gamedata\saves <<<<
the new saves are now .json files, that can be opened up with any text editor.

If you use Notepad++, it should come with the json viewer plugin, so go into the plugins menu at the top, to JSON Viewer, then hit Format Json. It will take the long string of text and then break it out into more easily readable sections.
Plus again with it in Notepad++, after you do that, you can use the +/- on the side to expand and contract the various sections to help navigate too.

You can then save it that way and the game will still interpret it correctly, as long as your edits are clean and within the variables scope/range.

Already caught myself a few times forgetting commas or quotes in various sections causing issues, but the error that comes up in the game usually has the row/column (after using the above Format JSON option) where theres an issue.

Another thing I noticed is some variables where you might expect to have a "0" (zero) to represent "no data", it actually instead uses "null" typed out.
 

Blockout

Member
Mar 26, 2017
400
714
As always, the character creator by Rigel is up to date and is located in the "character-creators" section of the Newlife discord.
Sure, I just don't get why no one simply links to the archive when there's an update.
It's like hiding the dls to the games itself and saying "well you know where to get it".

NewlifeNPCCreator-1.25
Win:
Linux:
mac:
 

Pajonk

Member
Jun 27, 2017
241
461
Sure, I just don't get why no one simply links to the archive when there's an update.
It's like hiding the dls to the games itself and saying "well you know where to get it".

NewlifeNPCCreator-1.25
Win: Mega
Linux: Mega
mac: Mega
Thank you kind Sir, i don't use Discord and i refuse to give them my phone number, for some reason they want it during register.
 
  • Like
Reactions: voerman
Jul 28, 2017
230
451
Just goes to show how these projects all end up in purgatory for no reason.
Why it's so hard for people to understand that they do it on purpose? so they can keep getting those montly $hekels??
the game is an excuse for their montly salary, the whole thing is a scam.
once a patreon game reaches certain level of popularity and the dev likes the money he's getting, if he finishes the game he will stop getting that amount monthly so he never finishes it.
 
  • Like
Reactions: kagome999
3.40 star(s) 35 Votes