Succubus Hunter

Devoted Member
May 19, 2020
9,303
18,147
  • Heart
Reactions: damndami3n

Yoto

Newbie
Dec 15, 2018
99
53
Hello, can someone help me with the missions for level 30? One is to fight the Mistress (The little fairy for the honey) and the other is the Queen on top of the pyramid. Both of them are so much more powerful than level 30.... I am level 35 with a max out weapon and It takes them next to no effort to destroy me. How can beat them?
 

Korado

New Member
Jun 1, 2018
9
5

Raysi

Member
Aug 8, 2018
185
288
This is an EOY related question, but does it not work on joiplay? I went to dlsite and bought the game yet I'm still having the issue of none of the battles working.
 

4hnme

New Member
Sep 24, 2020
7
2
This is an EOY related question, but does it not work on joiplay? I went to dlsite and bought the game yet I'm still having the issue of none of the battles working.
The anti-gaijin protection is present in the paid version too. If you are familiar with modding RPGMaker games, you could dump the game onto your PC, remove the checks and move it back to your phone. But with the recent AI translations of new RE:BF and S4U, I assume that pre-patched version of EOY is going to be published here rather sooner than later.
 

Raysi

Member
Aug 8, 2018
185
288
The anti-gaijin protection is present in the paid version too. If you are familiar with modding RPGMaker games, you could dump the game onto your PC, remove the checks and move it back to your phone. But with the recent AI translations of new RE:BF and S4U, I assume that pre-patched version of EOY is going to be published here rather sooner than later.
Ah, I gotcha. Are the checks the same? I remember having to do that with S4U back before we got the recent translation. If push comes to shove, I can always wait, just wish I didn't waste 15 bucks lmao
 

damndami3n

Newbie
Jun 9, 2021
66
81
This is an EOY related question, but does it not work on joiplay? I went to dlsite and bought the game yet I'm still having the issue of none of the battles working.
While I'm not specifically sure why EOY doesn't work on joiplay, I can tell you that it definitely wouldn't without someone porting it.
ROBFEOY has custom scripts with windows api calls, which obviously android can't emulate.
 

Raysi

Member
Aug 8, 2018
185
288
While I'm not specifically sure why EOY doesn't work on joiplay, I can tell you that it definitely wouldn't without someone porting it.
ROBFEOY has custom scripts with windows api calls, which obviously android can't emulate.
That'd probably do it. Wonder why it's specifically this one? I guess those scripts apply to combat? Because it's REALLY strange that the whole game works with no issues until someone takes an action.
 
Last edited:

damndami3n

Newbie
Jun 9, 2021
66
81
That'd probably do it. Wonder why it's specifically this one? I guess those scripts apply to combat? Because it's REALLY strange that the whole game works with no issues until someone takes an action.
You say it happens when combat starts? ROBFEOY has an anti-tamper script that starts when a battle begins. Maybe joiplay's emulation somehow triggers that. It terminates the game with a bogus error.

The windows apis are only called in a very specific circumstance if I remember correctly, but that isn't combat. ROBFEOY basically opens up a custom window textbox to answer questions for quizzes.
 
  • Wow
Reactions: Raysi

kayest

Active Member
Jan 17, 2021
524
319
i was able to play ROBFEOY just fine with run in japanese was able to the end with no problems at all even when i cant read japanese
 

Raysi

Member
Aug 8, 2018
185
288
You say it happens when combat starts? ROBFEOY has an anti-tamper script that starts when a battle begins. Maybe joiplay's emulation somehow triggers that. It terminates the game with a bogus error.

The windows apis are only called in a very specific circumstance if I remember correctly, but that isn't combat. ROBFEOY basically opens up a custom window textbox to answer questions for quizzes.
The quiz thing I'd been aware of for quite a while, so I had thought all of the "anti-piracy" measures had been reserved specifically for those sections. I didn't know that about combat, though. I remember coming across this issue a couple months ago when I last tried to play the game, but I couldn't find any answers. Like someone said before, I figured I could just go in and find whatever it is in the game's guts causing it and delete it manually, but I didn't get around to it. At worst, I can just play it on my pc lmao
 
  • Like
Reactions: damndami3n

damndami3n

Newbie
Jun 9, 2021
66
81
i was able to play ROBFEOY just fine with run in japanese was able to the end with no problems at all even when i cant read japanese
Even with the kanji quizzes? Or did you have one of the patches that makes it completable?

Also, if that's true, do you have any idea how to do builds that can beat late game bosses like the Legendary Monk? She one shots me in one turn even though I have over 100 AGI and 90 FLEE. She uses reveal so hide is useless, and despite having 5 normal attacks and 30 crit I can't do shit. I'm a bit stuck which is making it hard to test some things lol
 

damndami3n

Newbie
Jun 9, 2021
66
81
The quiz thing I'd been aware of for quite a while, so I had thought all of the "anti-piracy" measures had been reserved specifically for those sections. I didn't know that about combat, though. I remember coming across this issue a couple months ago when I last tried to play the game, but I couldn't find any answers. Like someone said before, I figured I could just go in and find whatever it is in the game's guts causing it and delete it manually, but I didn't get around to it. At worst, I can just play it on my pc lmao
Oh, it's not JUST combat, iirc.
There are multiple checks in the game, same with ROBFS4U. Made it hard to translate, I just wanted to play the games I bought in English :(
 
  • Disagree
Reactions: Raysi

Raysi

Member
Aug 8, 2018
185
288
Oh, it's not JUST combat, iirc.
There are multiple checks in the game, same with ROBFS4U. Made it hard to translate, I just wanted to play the games I bought in English :(
Are they as...stringent is S4U's? Because there, one of the issues I had was that some areas straight up wouldn't load. Even though that could be solved by just taking the long way around in dungeons which would inflate my in game time lol. There was also the "I'm gonna terminate the game lol" message that would display at the beginning of combat, but i was able to delete that script pretty easily.
 

damndami3n

Newbie
Jun 9, 2021
66
81
Are they as...stringent is S4U's? Because there, one of the issues I had was that some areas straight up wouldn't load. Even though that could be solved by just taking the long way around in dungeons which would inflate my in game time lol. There was also the "I'm gonna terminate the game lol" message that would display at the beginning of combat, but i was able to delete that script pretty easily.
I'd say they're even more stringent, to be honest. Lots of things in there, multiple different events and scripts. Post as actual in-game content and scripts to detect changes. I think a bit of the code is similar or based off the ROBFS4U script though.
 
  • Thinking Face
Reactions: Raysi

Raysi

Member
Aug 8, 2018
185
288
I'd say they're even more stringent, to be honest. Lots of things in there, multiple different events and scripts. Post as actual in-game content and scripts to detect changes. I think a bit of the code is similar or based off the ROBFS4U script though.
I'll have to go give it a once over once I develop the want to stare at code lmao
 
3.60 star(s) 7 Votes