What's new

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


yuyuya

Jungle Girl
Joined
Sep 17, 2017
Messages
28
Reputation score
13
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.
 

Renmaru

Jungle Girl
Joined
Mar 26, 2012
Messages
83
Reputation score
12
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
 

Serifyn

Tentacle God
Joined
Nov 10, 2010
Messages
1,391
Reputation score
340
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.
 

Elarithon

Demon Girl Pro
Joined
Apr 24, 2011
Messages
161
Reputation score
19
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]「(.*?)」($|.$)
 

Strange

Demon Girl Pro
Joined
Jul 24, 2014
Messages
1,256
Reputation score
486
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)
 

Elarithon

Demon Girl Pro
Joined
Apr 24, 2011
Messages
161
Reputation score
19
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.
 

Strange

Demon Girl Pro
Joined
Jul 24, 2014
Messages
1,256
Reputation score
486
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.
 

Elarithon

Demon Girl Pro
Joined
Apr 24, 2011
Messages
161
Reputation score
19
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.
 

z3r0nx

Lurker
Joined
Apr 8, 2009
Messages
96
Reputation score
54
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

TanukiDanuki

Jungle Girl
Joined
Jul 8, 2015
Messages
18
Reputation score
5
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:

ServerSurfer

Grim Reaper
Joined
Jul 10, 2012
Messages
451
Reputation score
39
Game was updated to version 1.09 really loving the work done to this game.
 

melopopoman

New member
Joined
May 10, 2018
Messages
27
Reputation score
6
Hello everyone
I have a game question message below

TypeError Cannot read property 'blendModes' of undefined

I have no idea how to process this
 

NinjaStick

Jungle Girl
Joined
May 3, 2010
Messages
20
Reputation score
3
Just fyi will be available on steam in english May 29 2020
 

Strange

Demon Girl Pro
Joined
Jul 24, 2014
Messages
1,256
Reputation score
486
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
 

Inspector_Whatsup

Jungle Girl
Joined
May 23, 2017
Messages
336
Reputation score
191
I might double dip on this, since the game is really fun and I haven't finished it yet.
 
Top