- Oct 11, 2019
- 172
- 48
duckduckgo it, and look for gitgud.ioanyone got a link for pregmod
Yeah and its pretty fucking amazing the amount of customization it has, never would of thought it supported so many costumes, scars, and reactions.Are you talking about the renders?
Because that stuff hasn't been updated in forever.
First get Pregmod, because it's the only part of this game that's still being updated regularly.
Then select the shoushoku artpack.
It's the only artpack that actually works properly.
Recently though, I learned that the vector artist for pregmod had disappeared, so there's no one working on the vector art for now.Yeah and its pretty fucking amazing the amount of customization it has, never would of thought it supported so many costumes, scars, and reactions.
Isn't statiomaster ugly and there's few animations. Most people I see complain about the ugliness and the lack of animations and those few animation look ugly and shutter? Don't know, never played it. 3D graphic's usually turn me off.There are some games that mmight fit the itch for anyone who wants more.
Stationmaster (completed but extremely buggy no fixes for now)
Neo-Free cities (still in demo version)
both in this site
FTFY. I understand about 3D being a turn-off, though.Most people I see complainabout the ugliness and the lack of animations and those few animation look ugly and shutter?
Some of the models look pretty good, others downright monstrous. It has animations for the average sex position + toys.Isn't statiomaster ugly and there's few animations. Most people I see complain about the ugliness and the lack of animations and those few animation look ugly and shutter? Don't know, never played it. 3D graphic's usually turn me off.
FTFY. I understand about 3D being a turn-off, though.
It's not 3d in on itself is a turn off, It's that everyone uses the same semi realistic models which are just straight out ugly or they use AC II, Koikatsu or HS II models than usually using animation from those games Or if they use original animation, there not usually great, especially when they clip >_> I understand why but to me, it always comes off as lazy and cheap. I would much rather prefer a purely text based game like free cities with the option of importing pictures If I need to have visuals. I also realize alot of people don't like to read either but than like I said, you just come around to using those ugly semi realistic models with horrible animations or using models from illusion games and using their animations. I guess you really can't win.Some of the models look pretty good, others downright monstrous. It has animations for the average sex position + toys.
Any way to get the image packs to work? None of them work for me or everyone still appears nude even when there supposed to wear clothing?
Actually, the one that works best and has the most work put into it is the Deepmurk pack. It has art for a bunch of the clothing that the other packs don't and overall looks much better. However, you HAVE to have a git compiled version, meaning you have to download and compile it or get it from the MEGA that has them already compiled. The images WILL NOT work on any version that didn't come from the git repository originally. I won't link for obvious reasons, but the MEGA link is in the game thread.Are you talking about the renders?
Because that stuff hasn't been updated in forever.
First get Pregmod, because it's the only part of this game that's still being updated regularly.
Then select the shoushoku artpack.
It's the only artpack that actually works properly.
It isn't that they're ugly, it's that there are some bugs that distort the models, making them ugly. The animation issue was because the dev tried to force Unity into something it couldn't do with what was available in his build. It isn't a bad game, but it does have issues.Isn't statiomaster ugly and there's few animations. Most people I see complain about the ugliness and the lack of animations and those few animation look ugly and shutter? Don't know, never played it. 3D graphic's usually turn me off.
Wait, you mean there's another FC being made? or do you mean Pregmod?Free city : Reborn who is only over discord, then I've noir the other in mind ATM, wonder if its not a whole redo over unity or something ?
Think he means this?Wait, you mean there's another FC being made? or do you mean Pregmod?
Thank you so much for those advice that will help me a lot !!The exact condition is:
Another version (slightly slower, but more friendly):Code:(slave) => slave.origin === "You bought $him from The Utopian Orphanage right after $his graduation."
You can test them there: Tools » Locate SlaveCode:(slave) => slave.origin.includes("Utopian Orphanage")
Paste the expression into the last text-box (without(slave) =>
) and click "Locate".
You don't have permission to view the spoiler content. Log in or register now.
Edit: if you want to know the exact value of any attribute (e.g. slave.origin), open the slave profile, press F12 and, in the console tab, type:
Press Enter and click on the triangle to expand the full list.Code:V.activeSlave
You don't have permission to view the spoiler content. Log in or register now.
Literally just found it right before you linked it. Thanks nonetheless
Oddly when i use this (without (slave)=>) i get an error stating that: slave.origin.includes is not a function 1111Another version (slightly slower, but more friendly):
Code:(slave) => slave.origin.includes("Utopian Orphanage")
Both seems to work thanks a lot, i've just starting this game 5 days ago and with no Java Knowledge it can be pretty tough to auto manage perfectly your slave....My bad, these should always work:
Code:(slave) => String(slave.origin).includes("Utopian Orphanage") (slave) => slave.origin.toString().includes("Utopian Orphanage")
You don't have permission to view the spoiler content. Log in or register now.
slave.sexualFlaw === "neglectful" || slave.sexualFlaw === "cum addict" || slave.sexualFlaw === "anal addict" || (slave.fetishKnown===1 && (slave.fetish === "cumslut" || slave.fetish === "buttslut"))
|| slave.sexualQuirk === "caring"|| slave.sexualQuirk === "gagfuck queen" || slave.sexualQuirk=== "painal queen" || slave.sexual === "size queen" || slave.behavioralQuirk=== "sinful" || slave.behavioralQuirk=== "cutting"