What's new

RPG RPG Maker [D Code] Delusion Girlfriend 妄想彼女 RE145369 RJ145369


Re: [D Code] 妄想彼女

Ah i use a controller, maybe thats why. ill give the arrow keys a try.
 
Re: [D Code] 妄想彼女

This is certainly quite a unusual game for me xD
 
Re: [D Code] 妄想彼女

So I don't know how and I don't know why but I was able to clear the game(?). It kinda ended after a few night rotations and I just finished lighting the 2nd bonfire in the swamp. Then the guy bang the girl after school and the game ended...I'm sure that's not how the game should end but does anyone know what happened?
 
Re: [D Code] 妄想彼女

I think thats the BAD END or something. maybe the default end? You only have like 16 days to do ... whatever it is. I think anyway ... thats how it seemed from what someone said earlier.
 
Re: [D Code] 妄想彼女

Hmm ... i wonder how you even translate the story. i was gonna try to translate the choices at the very beginning but i have no idea where they are stored.

if you download the patch "FG_TES_Scenario(ver1.05).exe" inside the "TES_Scenario\main\JP_opening.txt" seems to be the opening text however any changes i make to the file doesn't reflect in the game.

the site hime.be/rgss3/tes.html seems to contain instructions on this "TES" thing

i hope this info helps you translate the starting choices
 
Re: [D Code] 妄想彼女

They were clearly inspired by Darksouls 2 which is pretty neat. But they should of just cut off the entire part of the game where you play as the dude.
 
Re: [D Code] 妄想彼女

I dont even see how to properly install that patch, or how it would affect the game at all. i dont think vx ace would even read .txt files.
 
Re: [D Code] 妄想彼女

I think thats the BAD END or something. maybe the default end? You only have like 16 days to do ... whatever it is. I think anyway ... thats how it seemed from what someone said earlier.

I don't think it's a bad ending because it seems pretty good. I got another one that ended with the girl being treated like toy so... well, the game was pretty interesting.
 
Re: [D Code] 妄想彼女

I think its BAD END cause you get NTRed from your dream girl or something. and from what chiitrans said, she pretty much milks you to death :eek:
 
Re: [D Code] 妄想彼女

there seems to be three routes, a/b/c I got route B by getting the girl who moves in next door.
 
Re: [D Code] 妄想彼女

if you download the patch "FG_TES_Scenario(ver1.05).exe" inside the "TES_Scenario\main\JP_opening.txt" seems to be the opening text however any changes i make to the file doesn't reflect in the game.

the site hime.be/rgss3/tes.html seems to contain instructions on this "TES" thing

i hope this info helps you translate the starting choices

TES seems to be a collage of RPGM utilities but primarily an alternate RGSS scripting method (instead of having to write your script in the game, you can write it in a text file and TES will interpret it to work inside RPGMaker). It also compiles all your TES files into one .rvdata2 and encrypts it to prevent annoying users from mucking about with your stuff with RPGMaker itself.

At any rate for the purposes of this game, all the text (plus associated scripting) is in 'main.rvdata2'. Obviously if you open it it's still encrypted, but the decryption keys are in the TES parts in the script editor.

Since TES assumes you are the author and have the original unencrypted files it itself doesn't have a decrypt to file method of its own, so if anybody wants to do the translating they will first need somebody with-it enough in scripting to hijack the decryption TES does internally and try and dump it to a file.
 
Re: [D Code] 妄想彼女

Someone needs to put a walkthough man, I got lost sometime and don't know what to do
 
Re: [D Code] 妄想彼女

Not sure if this is everything, but here's a save file
 

Attachments

  • 28303.zip
    11.5 KB · Views: 84
Re: [D Code] 妄想彼女

^That IS everything.... I guess.
 
Re: [D Code] 妄想彼女

Recently picked this game up. Does anybody have a good idea of what the questions in the beginning are, what the answers are, etc? Getting tired of doing chargen without knowing what features I'm picking.

I've tried using Translation Aggregator and AGTH, but both crash the game when I use them. At this point, I'm chalking that one up to my sub-standard hardware.
 
Re: [D Code] 妄想彼女

try chiitrans2. its what i use for most of mine.

*Bleh how do you do spoilers lol*

Question 1: Language
Japanese
Chinese? or Taiwanese or something

Question 2: Character Name

Question 3: Girls Name

Question 4: Difficulty
Normal
Hard

Question 5: Do you want to answer her questions?
Yes
No (i think you have to answer them anyway)

Question 6: What battlefield ability do you find most useful?
Strong Force
Quick Reaction
Charisma

Question 7: What talent would improve my survival
Wise Wisdom
Action Force
Willpower

Question 8: What merit do you like (i think?)
Strong Vitality
Energetic
Improve Immediately (no idea)

Question 9: What is your life goal?
Affection
Knowledge
Wealth

Question 10: What strategy do you use to escape when driven into a corner
Medical Supplies
(not sure, i think 2nd or 3rd is Black Magic and the other is no idea)

Question 11: If theres a chest in front of you, would you open it even if it may be trapped?
Open it
drag it and sell it
(not sure)

Question 12: Hair Length
Long
Short
child like (she gets mad and you cant pick it)

Question 13: how do you like your pudding? (breast size)
Small
Medium
Large
 
Last edited:
Re: [D Code] 妄想彼女

pretty sure 3) for hair length is "please gief twintails"
 
Re: [D Code] 妄想彼女

ah, it might be, but liliana just gives a pissed off look so you cant pick it i dont think.
 
Re: [D Code] 妄想彼女

I finally figured out how to use the tes files,

step1
the TES_Scenario folder must be one level above the game.exe

eg if your game.exe is located at D:\RJ145369\game.exe
the TES_Scenario should be located at D:\TES_Scenario

step2
to apply the TES files to the you need to run the game in the vxace maker
then start a new game, when the language choice shows up
press F8 and the TES menu should popup
main should be flashing, select main and "Battle.txt" should then start flashing
at this point if you press shift+Z the TES files will start compiling into the game
restart the game and any changes to the TES files should be reflected in the game

the attachments
JP_opening.txt is the TES file from the patch that is partially translated, the choices with more that one word have underscores as spaces because spaces is being used as a delimiter, i couldn't figure how to get around that
main.rvdata2 is compiled using the partially translated JP_opening.txt
Scripts.rvdata2 has some of the UI translated
 

Attachments

  • Data.zip
    696.5 KB · Views: 23
  • JP_opening.txt
    17.2 KB · Views: 16
Back
Top