Ren'Py Harem Kingdoms [v0.14] [Pandora Entertainment]

1.50 star(s) 2 Votes

Hammer120

Member
Jun 4, 2019
340
252
203
I forgot just how bad this is, relationship selection bad, tutorial ok, but after tutorial its just not there. really needed to be developed more before release and don't even think about making money with it at this stage. good start but just a start. was it a bug because I was only able to plant crops, join guild that it nothing else showed not quest story nothing.
 

Skeltom

Engaged Member
Oct 9, 2017
2,930
3,623
419
For anyone hating the hardcoded cps=50, use this:
Python:
init python:
    def remove_cps_tags(text):
        import re
        # Remove {cps=*} tags, preserving other text and tags
        return re.sub(r'\{cps=\d+\}', '', text)

    # Apply the filter to all dialogue
    config.say_menu_text_filter = remove_cps_tags
Either DL the one attached, or just make a new textfile with an appropriate name(remember to change the format to .rpy) and yeet it into the /game folder

Also, for the dev: Stop using the {cps=*} tag. You do not need it. Let the players decide the text speed via the slider. We're just going to either edit it out or use the above code to get around it anyhow. In other words: Read the manual. This kinda stuff just pisses people off. :HideThePain: Also; Add images to the relationship screen, so we get to see who we're supposed to have said relationship with.
That was good to know. Can you do the same thing in games with those fucking hard coded {w} tags?
 

vilewe7570

Active Member
Oct 5, 2021
804
1,218
276
woa woa woa someone already upload my game XD. any idea who i can manage this page?
You can open a ticket to request thread ownership and a game developer badge.

General Support
Developer badges/promotion request, donation enquiries, ownership changes, and other general support enquiries.

Instead of managing multiple mirrors it's easier to just report the new version and let mods sort it out.
 

vilewe7570

Active Member
Oct 5, 2021
804
1,218
276


If I had to name this update, I'd call it the heated update. Why? Because I decided to increase the quality of the entire project to 1080p, after a conversation on

That said, thanks to that conversation, I discovered that 1080p is used more than I expected, so I changed all the images to 1080p (I also had to redo many parts of the project xD, some of them still need improvements), and I also took the opportunity to standardize the quality of my images (which surprisingly saved me space).

All that said, it's not all about quality improvements. In this update, I started testing the event system, so there are 12 new girl events (This is my way of making up for the fact that this update was dedicated to improving the image quality).

Note: I hope I didn't make any mistakes and you can see the difference between the old and new images xD.

-----Changelog--------
Game Systems

-Nothing xD

Bug Fixes
-Changed Akiko and Aiko's default relationships to "roommate" and "landlady". (this only apply in spanish settings)
-Fixed issue with the button to go to the guild from the town center in Milk Village (it was difficult to select).
-Random images were appearing when starting a battle.
-Fixed some text related to some relationships with girls.
-Fixed some image errors in Akiko's interface.

Girls
-12 new girls events.

Others
-change the milk_village map.
-move zone change button positions. This is to adjust them to new 1080p images.
-adjust all 'girls in zones' and 'extras in zones' buttons to correspond with 1080p.
-port all girl interfaces to girl scenes.
-adjust all menus (including battle menus) to correspond with 1080p. Some need to be polished but I'll save that for later.
-make all images and videos 1080p. tutorial images still need to be polished but I'll save that for another update.
-adjust all pending girl interface images into another variable. this helps me organize some things.
 
1.50 star(s) 2 Votes