What's new

ACT [ NupuryuNet] [ぬぷ竜の里] Ruins Seeker / ルインズシーカー (RE241993) (RJ241993)


This game is very CPU intensive and some section of it stutters a lot even on my i7 CPU. If you have a slow CPU you may have problem making the game run.

I'm use i7-7700 which doesn't have trouble with most high-end games, so I feel like that should not be an issue.
 
Don't know if it's been noted anywhere but the game is up on English dlsite as well:

Just made a purchase of it myself, and requested an English translation, can always hope :D
 
Don't know if it's been noted anywhere but the game is up on English dlsite as well:

Just made a purchase of it myself, and requested an English translation, can always hope :D

Supposedly Kagora will be releasing it on steam. One way or another it will be in English someday.
 
Anyone here solved the stats scrolling I get from RPG game hooker? Both in the menu and outside of it... I tried to build a regex filter, but I suck at it and it doesn't work.

I mean this:
Code:
「 」
「120/120」
「(5)」
「ショートソード」
「木の弓」

The regex attempt I made:
Code:
^「 」[\n]「(\d\d\d["/"]\d\d\d|\d\d\d\d["/"]\d\d\d\d)」[\n]「["("]\d[")"]」[\n]「(.*?)」[\n]「(.*?)」($|.$)
 
The regex attempt I made:
Code:
^「 」[\n]「(\d\d\d["/"]\d\d\d|\d\d\d\d["/"]\d\d\d\d)」[\n]「["("]\d[")"]」[\n]「(.*?)」[\n]「(.*?)」($|.$)
Try this:
Code:
「 」\n「(\d|\d\d|\d\d\d)\/(\d\d|\d\d\d)」\n「["("]\d[")"]」\n「(.*?)」\n「(.*?)」($|.$)
- you need to escape the slash / -> \/
- assuming current HP can be 0-999, max HP can be 80?-999 (aphrodisiac & base 100 HP)
(amateur here as well)
 
Try this:
Code:
「 」\n「(\d|\d\d|\d\d\d)\/(\d\d|\d\d\d)」\n「["("]\d[")"]」\n「(.*?)」\n「(.*?)」($|.$)
- you need to escape the slash / -> \/
- assuming current HP can be 0-999, max HP can be 80?-999 (aphrodisiac & base 100 HP)
(amateur here as well)

Nope, still not working in the game, even though it does work when I put it into . I tried removing both the end and beginning string symbol:
Code:
「 」[\n]「(\d\d\d[\/]\d\d\d|\d\d\d\d[\/]\d\d\d\d)」[\n]「["("]\d[")"]」[\n]「(.*?)」[\n]「(.*?)」
but it still doesn't catch the specific lines. Maybe the game has hidden signs for newline or something. Or maybe I'm just doing it wrong completely.
 
You should open a thread in https://ulmf.org/forums/h-game-discussions-tech-help-recommendations.323/

I believe your issue isn't with the game (or this'd be the right place), but with the program/hooker you're using.
Be sure to mention what software you're using, what language you'd be using the regex with, what code would be used to prevent repetition, if you know.

Right now, competent people (AKA not me) can't see you're asking for help, and if they did you wouldn't be providing much info about your issue.
 
You should open a thread in https://ulmf.org/forums/h-game-discussions-tech-help-recommendations.323/

I believe your issue isn't with the game (or this'd be the right place), but with the program/hooker you're using.
Be sure to mention what software you're using, what language you'd be using the regex with, what code would be used to prevent repetition, if you know.

Right now, competent people (AKA not me) can't see you're asking for help, and if they did you wouldn't be providing much info about your issue.

Well, I use the RPGMakerMVGame hook patcher by Libellule everyone uses (assuming) for RPG Maker MV games, but the issue is specific for this game alone due to the way it's made. The patcher itself has a way of implementing filters which does work on other games, I'm just having trouble with this particular game and with my lack of knowledge on the matter.

Also, I was hoping someone in this thread already managed to filter this out somehow and would like to share. I had plenty of reasons to post this problem here, you see.

But honestly though, I'm not that much interested in this game anymore (it's not what I was expecting), or I would have pursued this further.
 
Well, I use the RPGMakerMVGame hook patcher by Libellule everyone uses (assuming) for RPG Maker MV games, but the issue is specific for this game alone due to the way it's made. The patcher itself has a way of implementing filters which does work on other games, I'm just having trouble with this particular game and with my lack of knowledge on the matter.

Also, I was hoping someone in this thread already managed to filter this out somehow and would like to share. I had plenty of reasons to post this problem here, you see.

But honestly though, I'm not that much interested in this game anymore (it's not what I was expecting), or I would have pursued this further.
I think I have managed to prevent most of the repeating text.
Update the game to version 1.06 using the patch on the developer's website ( ), then replace the files in www/js/plugins.
 

Attachments

  • plugins (for v1.06).zip
    47.1 KB · Views: 157
I'm using 1.00A, and it seems like after I talked to the woman in the brothel for Quest 13, but when I go to the bar for the other NPC, he won't appear, anyone got an idea on that?

Edit: Seems like after talking to the woman in the brothel, you have to go to the woman at the guild hall that you turn quests in to, then the guy will appear in the bar.
 
Last edited:
Game was updated to version 1.09 really loving the work done to this game.
 
Hello everyone
I have a game question message below

TypeError Cannot read property 'blendModes' of undefined

I have no idea how to process this
 
What's new since 1.0?
I'll take the opportunity since thread was bumped:
Fixed some disappering weapons
Blacksmith: hints for weapons evolving
Fixed some clipping bug
Fixed some flags bug
Added a NPC to follow guild quest's quest
Moar bug fixes
 
I might double dip on this, since the game is really fun and I haven't finished it yet.
 
Back
Top