+ Reply to Thread
Results 1 to 10 of 10

Thread: HaremHeroes++

Hybrid View

  1. #1

    Lightbulb HaremHeroes++

    Hey there,

    I present you HaremHeroes++, a script written in jquery/javascript, css and html, which adds some functionnalities into Harem Heroes' game (Hentai Harem also supported), like an addon, a mod.


    • What does it do?

      • HaremHeroes++ tries to improve the "quality of life" aspect of the game, helping you with informative displays on your own Harem, adding new functionnalities here and there. Tooltips, links to haremettes' wiki pages, quick list to navigate easily within the Harem, menu to fight against a specific troll, these kind of things... (full list on the wiki page)

    • How does it work?

      • The script reads the source code of the page (like your webbrowser do when displaying the page), parse datas and put it in user-friendly readable content.
      • It doesn't have any contact with online servers.
      • It doesn't change the game itself in any way.
      • The script is not heavy, the job is all done by your own computer after the page has been loaded.

    • What's next?

      • It is a work in progress, ideas are very welcomed. It can concern any page in the game, if you think something might be useful in the Tower of Fame or somewhere else...

    • Where to get it?

      • Wiki Page : HaremHeroes++ (more informations, functionnalities full list, etc)
      • The script : https://greasyfork.org/scripts/33210-harem-heroes (you need to create an account, because it's a script for an adult website)
      • Install help : https://greasyfork.org/help/installing-user-scripts
      • Changelog : https://greasyfork.org/scripts/33210-harem-heroes/versions


    Hope you'll like it!
    If you any question... trouble with installing, or ideas... o/
    Attached Thumbnails Attached Thumbnails HaremHeroes++-fqn.png   HaremHeroes++-fqs.png   HaremHeroes++-fqu.png  
    Last edited by Raphael; 09-22-2017 at 05:26 AM.

  2. #2
    Would it be possible to add something that hides all items of any chosen rarity and/or stat type to make it easier to search through things?

  3. #3
    Adding filters is a nice idea, would be a cool addition.

    Filtering by itself is quite easy, here are some screenshots with rarity filters: (adding others isn't more complicate)
    HaremHeroes++-fql.jpg

    After clicking on "Filters" button, it shows available filters:
    HaremHeroes++-fqb.jpg

    I only have Common items here, so everything is hidden when I remove Common items.
    HaremHeroes++-fq8.jpg

    Filtering works.

    Where it becomes tedious is that when you sell items left after filtering (or equip or offer), kinkoid's scripts auto-select the next item, it doesn't care about the fact these items are filtered or not, and if you sell, say, all your common items spamming the sell button you may have a bad surprise... After hiding your rare/epic/legendary items, when you sell a complete stack it auto-selects the item that was the closest from it, whether it's filtered or not. It could be a rare item or worse...

    This is not acceptable to release it like that, and finding a way to make it work properly is more complicate than it seems specially since I have to handle things depending on how kinkoid scripts operate on that point. As I'm lacking time (soon moving house) I'll keep the idea in mind and will look into it when I've got the time.
    Last edited by Raphael; 09-16-2017 at 02:25 AM.

  4. #4
    Just updated the script to v0.03

    It adds a Navigation menu when you watch a scene, to switch between unlocked scenes

    HaremHeroes++-fms.jpg

  5. #5
    v0.04 released: adds a shortlist menu below the fight energy counter, to fight a specific troll

    HaremHeroes++-fmt.jpg

    Just discovered you need to create an account on Greasy Fork to install HH++...
    I know it can be boring, it's probably because it's a script for an adult website.

  6. #6
    Quote Originally Posted by Raphael View Post
    Just updated the script to v0.03

    It adds a Navigation menu when you watch a scene, to switch between unlocked scenes

    HaremHeroes++-fms.jpg
    I love your add-ons!

    It would be great if we could navigate to the prev/next girl as well

  7. #7
    I'm currently in a rush and have not the time to add new things, but it can be done.

    Though there is a limitation to it: all informations about unlocked scenes are grabbed in the harem, don't have these infos directly on the scenes.

    Right now I'm using the url trick, passing scenes infos from the Harem to the scenes, directly in the url, because it's short, only concerns a few numbers, the id of each scenes (5 max). Would be ugly to keep it that way with all girls in the url (it may also glitch with a lot of girls).

    So, these infos on all girls would be stored from the Harem in localstorage but if you use a private browsing mode, it will not work on some webbrowser (is fine for FF and Chrome).

    Will think more on it, and probably do it, later!
    Last edited by Raphael; 09-20-2017 at 04:05 AM.

Posting Permissions

  • You may post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts
  •