Its wont stop them from coming in here and attacking the dev and complaining. Its like the horn of gondor!!!!Definitely should put the ntr tag if you want to keep the haters away.
Its wont stop them from coming in here and attacking the dev and complaining. Its like the horn of gondor!!!!Definitely should put the ntr tag if you want to keep the haters away.
options.rpy file, under the Build Configuration section and classify your imgs, videos and such so they are built into archive when compiled.# Create archives
build.archive("scripts", "all")
build.archive("images", "all")
# Classify scripts
build.classify("game/**.rpy", "scripts")
build.classify("game/**.rpyc", "scripts")
# Classify images and videos
build.classify('game/**.png', 'archive')
build.classify('game/**.jpg', 'archive')
build.classify('game/**.webm', 'archive')
build.classify('game/**.avi', 'archive')
build.classify('game/**.webp', 'archive')
# Classify audio
build.classify('game/**.mp3', 'archive')
scene expression for your scenes.scene expression "images/CoffeeShop_Night/Ep1_CoffeeShop_2_AdrianLookingOut2.png"scene Ep1_CoffeeShop_2_AdrianLookingOut2$ degeneracy += 1 # that actually increments it$ degeneracy = +1 # that just sets it to 1Well, we don't know about Sofia.View attachment 5322455
So every Li in this game is just basically a garbage whore, I would not these trash hoes with a 100ft garbage pole.
And that harem tag is going to be bait.
Hey thanks for helping out the newbie! I couldn't really really do scene thought it might have something to do with me putting images in folders within image instead of just the image folder, but I'll test more. And also now I know why my file size is so large despite having around 300-400 renders. I'll make sure to convert them to webp and hopefully won't mess up the save. The stat is a big help, hopefully the variables are easy to fix since it's only chapter 1.I don't know how I ended up in this thread, but anyway.
A few words of advice from a fellow dev
1. Archive your images, scripts, videos and such. Check theoptions.rpyfile, under the Build Configuration section and classify your imgs, videos and such so they are built into archive when compiled.
2. Learn how to convert your images to webp. Your renders already use half a gig. You can reduce the size by ~60% just by using webp format.Python:# Create archives build.archive("scripts", "all") build.archive("images", "all") # Classify scripts build.classify("game/**.rpy", "scripts") build.classify("game/**.rpyc", "scripts") # Classify images and videos build.classify('game/**.png', 'archive') build.classify('game/**.jpg', 'archive') build.classify('game/**.webm', 'archive') build.classify('game/**.avi', 'archive') build.classify('game/**.webp', 'archive') # Classify audio build.classify('game/**.mp3', 'archive')
3. You don't have to usescene expressionfor your scenes.
Instead of
scene expression "images/CoffeeShop_Night/Ep1_CoffeeShop_2_AdrianLookingOut2.png"
You can just do
scene Ep1_CoffeeShop_2_AdrianLookingOut2
4. You don't need to specify size when defining your Movies if it's already 1920x1080.
5. Some of your stat changes simply don't work atm.
When incrementing variables use
$ degeneracy += 1# that actually increments it
Instead of
$ degeneracy = +1# that just sets it to 1
Good luck.
I think it's called curly afro hair in the library if you search it up on google it should pop up!You don't have permission to view the spoiler content. Log in or register now.
Can I please get an ID for this hairstyle?
I agree that Nora's a whore, since that's her job. But I hope your opinion of Tessa would change when the new update comes out!Well, we don't know about Sofia.
But overall, it looks like 2 out of 3 LI are whores.
Hey you are absolutely right I should've thought about that. That was quite a lot of corporate mumble jumbo and I will try to fix that in the next update. I wanted to create this weird mix of NYC and Seoul, and MC's company is like a real estate company that gentrifies areas and pushes people out legally and sometimes illegally with gangs that mask themselves as being legitimate organizations.It was, not awful? It was confusing mostly.
You don't have permission to view the spoiler content. Log in or register now.
Besides all that, I mean, I guess it was alright? It was short and left me confused about what is even going on. Feels like a demo or prologue more than anything. Either way, don't think this is for me. Still, wish you the best of luck with this and thanks.
Well, we'll seeI agree that Nora's a whore, since that's her job. But I hope your opinion of Tessa would change when the new update comes out!
Folders is not an issue, that's actually my bad. Try using lower case like that:I couldn't really really do scene thought it might have something to do with me putting images in folders within image instead of just the image folder, but I'll test more.
scene ep1_coffeeshop_2_adrianlookingout2