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

1.50 star(s) 2 Votes

GamleErik89

Member
Sep 13, 2018
372
974
302
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.
 
  • Like
Reactions: Skeltom

vilewe7570

Active Member
Oct 5, 2021
804
1,218
276


Hi, first, I want to apologize for the delay (this update was supposed to come out 2 weeks ago). This time, I bit off more than I could chew, so the update ended up being delayed. Sorry about that. That said, let's get to the important stuff:

-----Changes List--------

Game Systems

- Shop UI, with its corresponding functionality (selling, buying, item info, etc.)
- Vertical Chests
- Button sounds for: close, main menu, pause menu, girl cards, and social media.
- Use affection skill values for girl affection increases (previously, a fixed value was used).
- Changed the outline color of the social media buttons. It's now light blue.

Bug Fixes
-Fixed A bug that prevented players from entering houses at night even if the requirements were met.
- Incorrect chest images.
- Fixed A bug that make girls quests within the profile move from left to right.
- Fixed A bug that make girls menu items move from left to right.
- Fixed A bug that make Inventory and chest items move from left to right.
- Fixed the information displayed for non-battle skills. It should not be percentages ("%") but rather pluses ("+").

Girls
- 1 new red-tier quest for Yua (with rewards).
- 3 new map locations for Yua (with their respective interactions).
- 1 new red-tier quest for Hanako (with rewards).
- 4 new map locations for Hanako (with their respective interactions).
 

Hiromi.

Member
Jan 3, 2024
306
109
129
is this game have a breastfeeding handjob scene? cuz this game has an incest tag
 

TheMaker666

Member
Modder
Jan 15, 2018
192
690
330
Just starting the game gave me a headache.
Needs improvement on the English writing otherwise has potential.
 

5mithers

Member
Aug 3, 2019
412
442
206
Hmm...The starting character relationship input is oddly structured... At least from other titles I've played that allow relationship setup.

MC's relationship with Akiko = (homeowner?) Well I'm not sure what to put here.
Akiko relation to MC = (tenant) This looks like its a double entry for sister...but I'm not sure.)
MC's relationship to Akiko = (roomate) Brother?
Akiko's relationship to MC = (roomate) Sister?

Then I see this next frame and now I'm wondering if Akiko is actually a dude. :KEK:
View attachment 4238073
Regards,
Yeah, it's all backwards.


MC's relationship with Akiko = (homeowner?) Well I'm not sure what to put here.
-> this sentence should be "What is Akiko's relationship to the MC" Akiko is his "mother"/"homeowner".

Akiko relation to MC = (tenant) This looks like its a double entry for sister...but I'm not sure.)
-> this sentence should be "What is the MC's relation to Akiko?" The MC is Akiko's "son"/tenant.


MC's relationship to Akiko = (roomate) Brother?
-> Again backwards. This should be "What is Aiko's relationship to the MC? Aiko is the MC's "sister"/"roommate"

Akiko's relationship to MC = (roomate) Sister?
-> this sentence should be "What is the MC's relationship to Aiko?" The MC is Aiko's "brother"/"roommate"

So TL;DR The answers (assuming you want incest-like relationships) should be in order:
  • mom
  • son
  • sister
  • brother

The answers are reverse from the way the questions are phrased. Context clues eventually get you to the right answer, but then the summary is broken with an early variable substitution:

2nd to last question asks if you want to call your mom, "mom". 1758320306857.png
Followed by already substituting Akiko for mom. lol:
1758320330048.png


*Edit Additional bug report: The text speed options in the menu do nothing. Game displays text at a fixed rate.
 
Last edited:

BadAttitude

New Member
Oct 3, 2024
2
1
81
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.
Thank You
 

bporn123

Newbie
Sep 20, 2023
32
23
83
Too many tutorials, all badly written, writing in general is below average (im assuming thats because of a bad translation) and combat is downright awful and slow, coupled with buggy and unintuitive UI... The file doesnt even have the correct spelling (Harem Kimdom)
Not worth playing at the moment.
 

Kybo

Active Member
Compressor
Mar 27, 2022
987
2,030
319
Harem Kingdoms [v0.12] compress
[Pandora Entertainment]

Audio bitrate 40 | Images Quality 70 (0 - 100)
Video bitrate 0 (default) Crf - 35

builded mac version from pc

Win [ 98 MB ] Compressed
Mac [ 93 MB ] Compressed

Win/PC:
| (zip name can´t be renamed)

Mac:
| (zip name can´t be renamed)




 
Last edited:

zeerin3125

Member
Aug 3, 2017
207
391
131
Yeah, it's all backwards.

The answers are reverse from the way the questions are phrased.
It's not just the questions that are backwards. I'm assuming Spanish is the dev's native language (judging by the language options), and during translation they didn't bother proof-reading things. Just started, and Aiko called MC "brother stupid", which makes sense in Spanish (hermano estupido) where the language is backwards and puts the descriptor *after* the thing being described, but doesn't make sense in English. I don't know enough Spanish to translate the questions, but it might be a similar situation there, where the order makes sense in Spanish, but not in English.
 
  • Like
Reactions: MaliciousMeerkat

vilewe7570

Active Member
Oct 5, 2021
804
1,218
276


Another month, another update, xD. I hope you like it.

On the other hand, for those wondering when I'll continue the 'main story': I'll do it when I see that there's enough Tier 1 content for the girls in the game. I plan for this to be no later than two months in the future, but I don't want to make any hasty promises.

That said, let's get to the important stuff:

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

-System for updating girl quest and event status (Based on level and other parameters). This is to prevent game saves from older versions from running out of new quests.

Bug Fixes
-Hanako's quest was not appearing in the quest menu. It was a bug related to the limit of items displayed in 'girl quests' in the general quest menu.
-"Star" events appear in the girl quest section (both general and girl-specific).
-Akiko did not have the structure for her level 2 quest (red heart), which will be added in future updates.
-Girl level quests were not marked as enabled, completed, and/or disabled.
-Fixed a bug in some conditions based on the girls' affection levels.
-Fixed some grammatical errors.

Girls
-1 new red level quest for Sabina (with its rewards).
-3 new map locations for Sabina (with their respective interactions).

Others
-Guild bath area.
-Church bath area.
-Dining area at Hanako and Sumire's house.
-Farm entrance area.
-Milk Village NPCs/extras. They are NPCs to make the town feel more alive, and maybe they also give some interesting information.
-Find better textures for skies XD.
 
1.50 star(s) 2 Votes