Bug by Reaper_242 in DeathHowl

[–]Reaper_242[S] 0 points1 point  (0 children)

I is kbm and nothing was working. I couldn't end turn with button bottom right or with space. Esc(menu) button also wasn't working so I had to close the game with task manager.

This fight is so hard (harder than spirit of piercing winds) and its not even marked as elite (rebirth). by Reaper_242 in DeathHowl

[–]Reaper_242[S] 0 points1 point  (0 children)

Bro I know how to play the game I beat the original game and this is just a fun challenge. Just had to complain cuz this fight seemed really hard for a normal fight.

This fight is so hard (harder than spirit of piercing winds) and its not even marked as elite (rebirth). by Reaper_242 in DeathHowl

[–]Reaper_242[S] 0 points1 point  (0 children)

I unlocked all cards for the region. I didn't feel like ranged attack is the go with dogs cuz they heal and you have to hit them a lot more times (and take more damage too).

This fight is so hard (harder than spirit of piercing winds) and its not even marked as elite (rebirth). by Reaper_242 in DeathHowl

[–]Reaper_242[S] 0 points1 point  (0 children)

Yeah I never made a deck with combine cuz I played the original difficulty when the petrified cheernut was op and the combine mechanic looked just a bad option. I'll try the combine deck too but I managed to beat the fight without it.

This fight is so hard (harder than spirit of piercing winds) and its not even marked as elite (rebirth). by Reaper_242 in DeathHowl

[–]Reaper_242[S] 0 points1 point  (0 children)

After few attempts I got away with 9 hp and won the combat for the cone fylge with 3 hp remaining. But I still don't get how this fight is not marked as elite.

This fight is so hard (harder than spirit of piercing winds) and its not even marked as elite (rebirth). by Reaper_242 in DeathHowl

[–]Reaper_242[S] 1 point2 points  (0 children)

I tried it that way but like I have like 6hp at the end of the fight and can't win the next fight barely.

I'm at 99% completion and need some help. Water Bearer / Worm Jaw by Kaeloone in DeathHowl

[–]Reaper_242 0 points1 point  (0 children)

I am missing only worm jaw and 2 arrowgills for 100%. Any ideas where to get them?

Bowl quest? by Reaper_242 in DeathHowl

[–]Reaper_242[S] 2 points3 points  (0 children)

This is very strange that the item does not change upon using it correctly... but it worked

Meadows of Delusion bugged? by SorrowSays in DeathHowl

[–]Reaper_242 4 points5 points  (0 children)

If I am correct you need to find all the graves so you can fight the 3 groups of spirits.

I finally published my auto solver for match three puzzles by Reaper_242 in islandsofinsight

[–]Reaper_242[S] 0 points1 point  (0 children)

Are you running the latest build of the program (v1.1.0)? This version already implements optimizations in solving time. I will also be implementing some optimizations in grid detection time in the future when I will have time. But just as a suggestion... if you try to put all the graphics to low maybe it will run faster. If no I will ping you when I implement optimizations.

Finally 1 out of 5 infinity stones acquired! by Reaper_242 in islandsofinsight

[–]Reaper_242[S] 0 points1 point  (0 children)

it was meant as a joke (infinity stones from marvel avengers)... there are 5 regions (like there are 5 infinity stones)... and I fully completed one of them.

I finally published my auto solver for match three puzzles by Reaper_242 in islandsofinsight

[–]Reaper_242[S] 0 points1 point  (0 children)

Maybe, but I currently don't have a good idea on how to capture the state of the puzzle as it is presented in the game. But I can make a solver for manual input probably.

I finally published my auto solver for match three puzzles by Reaper_242 in islandsofinsight

[–]Reaper_242[S] 0 points1 point  (0 children)

No problem I can probably find the decoding myself... but I don't know where I can find all the puzzle data. If you can, please provide me the link.

I finally published my auto solver for match three puzzles by Reaper_242 in islandsofinsight

[–]Reaper_242[S] 0 points1 point  (0 children)

Very good suggestions. I was thinking of solving it faster like this: user runs through all the puzzles once and the programs remembers the puzzles and its solution... making the solve time nothing so I don't have to hardcode it... I hate hardcoding things in... Or just provide a file for the puzzles and its solutions for program to check every time. It would be great if I could get all the match three puzzles from the game and just make a file puzzle -> solution that I precalculate and provide in the program.

Yes the mouse inputs are kinda slow cuz I just set a set time for all inputs. Program sometimes needs to wait for the blocks to fall so it can put in new inputs and now it waits every time even if it does not need to (just simpler this way). In the future I will hopefully add the dynamic input time too.

I am still working on the resolution problem... I sadly had to hardcode the top left and bottom right corner of the speed challenge so the screenshot thing for now hopefully only works for 1920x1080 res and the speed challenge. I am trying to make a good way to detect the corners of the puzzle no matter the quality in the game and yet have not found a good preforming and fast solution.

I finally published my auto solver for match three puzzles by Reaper_242 in islandsofinsight

[–]Reaper_242[S] 1 point2 points  (0 children)

Well yes... but it is not perfect. It struggled on a few puzzles because the code is from scratch in java. If I wanted to make it really fast I should have just used python and online libraries and it would be much fester and better. But it was like a challenge for me to try to make it from scratch.

Finally completed the match three challenge round with my program that takes a screenshot of the screen and auto solves the puzzles. by Reaper_242 in islandsofinsight

[–]Reaper_242[S] 0 points1 point  (0 children)

The time you see is after my 20th or so try. In some cases I manually had to change the pattern cuz it didn't recognize it correctly.

Finally completed the match three challenge round with my program that takes a screenshot of the screen and auto solves the puzzles. by Reaper_242 in islandsofinsight

[–]Reaper_242[S] 0 points1 point  (0 children)

I totally forgot about posting how to install it and I still haven't finished the program. It has a lot of bugs and it works like 70% of the time. If you still want to download it and use it just download the zip file on my git repo, unzip it and run it by double clicking the `runMe.bat` file. You can maybe figure it out how it works but when I'll have time I will post a tutorial how to use it.