What's new

RPG RPG Maker [DEVIL'S OFFICE] SHRIFT (RJ209839)


True, I'll see why it does that.

Edit: Hoho looks like the "bug" was there since dargoth's patch (for the item limit). It has to do with RPGMaker comment tags. I can prevent that but do you really want me to?
personally I think you should make that optional also the fact it's full translation bypassed the reason the old script hack was needed in the first place
 
Optional would be a pain.

For all items storable, unlimited storage, and unlimited inventory items:
Game_patch/patch/Scripts.txt
> BEGIN STRING
"保存禁止"
> CONTEXT: Scripts/アイテム預かり所/147:15
"保存禁止"#NoTL
> END STRING

> BEGIN STRING
"保存制限"
> CONTEXT: Scripts/アイテム預かり所/151:15
"保存制限"#NoTL
> END STRING

> BEGIN STRING
"所持制限"
> CONTEXT: Scripts/アイテム個数制限/38:12
"所持制限"#NoTL
> END STRING
Replace to
> BEGIN STRING
"保存禁止"
> CONTEXT: Scripts/アイテム預かり所/147:15
"I'm a bug! All items storable!"#HACK
> END STRING

> BEGIN STRING
"保存制限"
> CONTEXT: Scripts/アイテム預かり所/151:15
"I'm a bug! Unlimited storage!"#HACK
> END STRING

> BEGIN STRING
"所持制限"
> CONTEXT: Scripts/アイテム個数制限/38:12
"I'm a bug! Unlimited inventory!"#HACK
> END STRING
 
You know what this game could really use? A key command that let's you hold down the key and continuously skip dialogue. My wrist gets tired of mashing Z to skip dialogue. Especially when you retrying the same battle over and over.

EDIT: Nevermind it's CTRL. Had Keyboard issues. All good now.
 
Last edited:
So for anyone playing the Machine Translated version, here's a list of the Answers during the Sphinx fight, and I will list them in the order that you have to answer:

Book
*2nd option*
None
To
*2nd option*
To

This is at least what the machine translation is showing in my game.
 
You know what this game could really use? A key command that let's you hold down the key and continuously skip dialogue. My wrist gets tired of mashing Z to skip dialogue. Especially when you retrying the same battle over and over.
ctrl
 
Not sure if it can be called a bug, rather just a move by the developer to not have contingency plans prepared for his cockblock maneuver. If you don't leave behind an old save before you start Chapter 3, you can't get the snake girl and have to start a new game from scratch or ask for someone to provide one. As it stands, there's no way to restart from chapters with a clean slate.

Wait a second, what do you mean you need a backup save at chapter 3 to get the snake girl? Is it like the doll? Can't you use chapter select?
 
so the "neutral route" is what?the spare the monsters?
 
Btw does anyone know what the deal was with that pink haired Succubus? She was in Chapter 1. Is there a way to fight her?
 
so the "neutral route" is what?the spare the monsters?
Couldn't find any information about that. So I just jump into speculation. Maybe you can't be friend with the demons and neither are you allowed to kill them. Or you need to run away from every monster by talking your way out. Or you will play the neutral route at the first playtrough.
 
So im confused on how to get the spider girl to join you i dont wanna have to fight her again but it seems like i might have to cause she doesnt pop up in i guess devil room? idk
 
Wait a second, what do you mean you need a backup save at chapter 3 to get the snake girl? Is it like the doll? Can't you use chapter select?
It's not like doll. You won't use the memory machine.
Oni will suicide bomb and you will never see her again (in any chapter). But this unlock something in the secret variables stored in PublicData (same thing that stores enemy corruption). Get back with a new save (all files share PublicData), preferably right at the beginning of chapter 3-3, load any chapter with the Oni (like chapter 2-3) and buy her secret device for Y1000. Then go back to chapter 3-3 and get snake waifu (after a fight).
 
so the "neutral route" is what?the spare the monsters?

・遭遇した悪魔を1体も殺さない(レベル1)かつ、すべての悪魔がマイルームにいる
    → 真の慈悲ルート
・遭遇した悪魔を1体でもトドメを刺したが(レベル2~)、すべての悪魔がマイルームにいる
    → 慈悲ルート
・遭遇した悪魔すべての種族を皆殺しor殺しすぎて全員友好度0
    → 殺戮ルート(G)
・上記のいずれでもない。マイルームにいない悪魔が存在する。
    → 中立ルート

basically
・have all demons in "My Room" kill noone (stay lvl 1)
    → True route of compassion
・have all demons in "My Room" but have killed one or more (lvl 2 or higher)
    → compassion route
・Kill everyone or have all friendship at 0
    → massacre route
・none of the above
    → neutral route
 
Last edited:
Be careful when marrying the girls, reloading and choosing someone else. I have no actual proof, but I saw on the Dev's twitter screenshots of the My Room cat talking about marrying multiple times, as well as mentions of "nice boat", which I'm sure some understand the reference... (School Days).
 
It's not like doll. You won't use the memory machine.
Oni will suicide bomb and you will never see her again (in any chapter). But this unlock something in the secret variables stored in PublicData (same thing that stores enemy corruption). Get back with a new save (all files share PublicData), preferably right at the beginning of chapter 3-3, load any chapter with the Oni (like chapter 2-3) and buy her secret device for Y1000. Then go back to chapter 3-3 and get snake waifu (after a fight).

Do we have to start a brand new game, or can I just reload a save before 3-3, and buy the device off of Oni Girl?
 
Back
Top