4.20 star(s) 25 Votes

malaac2025

Active Member
Mar 17, 2024
534
363
game update batch file is broken. patch.bat downloads to wrong folder so unable to complete update.
 

dazedanon

Engaged Member
Modder
Uploader
Donor
Jul 24, 2017
2,441
27,026
Working for me. Screenshot your error. Run GameUpdate.bat not patch.bat

1722487528627.png
 

Burningdark

Newbie
Apr 7, 2020
36
15
You seem like someone who has played the game a lot, won't you share your save with us?
Sorry, I usually delete games when I complete them so it's easier to tell what I have left to play. Doesn't look like I still have this one. I'm sure there's a full save somewhere in this thread if you search.
 
  • Sad
Reactions: Feriggio

malaac2025

Active Member
Mar 17, 2024
534
363
Working for me. Screenshot your error. Run GameUpdate.bat not patch.bat

View attachment 3887384
File downloads to wrong directory and is saved to c:\repo.zip so than it is not found.

Code:
PS H:\Extract\Magical Girl - Magical Breasty V1.08 [Rj01099098]> .\GAMEUPDATE.bat
        1 file(s) copied.
Checking for pwsh...
pwsh not found. Falling back to powershell...
Checking for powershell... powershell found.
Using powershell for script execution.
"Getting latest commit SHA hash"
"Previous SHA hash not found"
"Assuming first time patching..."
"Downloading latest patch..."
"Extracting..."
"Applying patch..."
File not found - *
0 File(s) copied
"Cleaning up..."
Could Not Find H:\Extract\Magical Girl - Magical Breasty V1.08 [Rj01099098]\repo.zip
The system cannot find the file specified.
Press any key to continue . . .
As you can see it says file not found and patch does not actually apply. The only way I get the file to apply is if I than copy the repo.zip from c:\ and copy to the the current folder.
 

dazedanon

Engaged Member
Modder
Uploader
Donor
Jul 24, 2017
2,441
27,026
File downloads to wrong directory and is saved to c:\repo.zip so than it is not found.

Code:
PS H:\Extract\Magical Girl - Magical Breasty V1.08 [Rj01099098]> .\GAMEUPDATE.bat
        1 file(s) copied.
Checking for pwsh...
pwsh not found. Falling back to powershell...
Checking for powershell... powershell found.
Using powershell for script execution.
"Getting latest commit SHA hash"
"Previous SHA hash not found"
"Assuming first time patching..."
"Downloading latest patch..."
"Extracting..."
"Applying patch..."
File not found - *
0 File(s) copied
"Cleaning up..."
Could Not Find H:\Extract\Magical Girl - Magical Breasty V1.08 [Rj01099098]\repo.zip
The system cannot find the file specified.
Press any key to continue . . .
Your path is probably too long so its defaulting the current directory to the C drive. Try renaming the super long folder name you have to something smaller. "MagicalBreasty"

Could also be a permissions issue with your H drive.
 

p23rklo

Member
Jul 17, 2018
261
384
damn, thanks dude you really went out and beyond to improve the translation of the game. The skills were so hard to understand before and it's very clear now. Personal question, I wonder if some Jap devs have approached you to create an official translation (even though you use AI MTL, it's very advanced and can even rival/be better than manual translation) of their games? Your AI MTL is 1000% better than what some jap devs official MTL their games with. It might be that you're not willing to work with developers (you prefer to distribute your patches for free) or some personal ethics of some kind (you do say to support the devs if people like the games).

With your AI MTL and some banger jap h games they could even profit by releasing their game at the same time period they release their JP version (since you can AI MTL quickly compared to manual translation that can take a long time). Anyway, thanks again and a big fan of your AI MTL (the only MTL I can tolerate).
 

malaac2025

Active Member
Mar 17, 2024
534
363
OK Found the problem code is written wrong so if their is any brackets in any part of the name it will fail. Since RJ files have brackets in this case [Rj01099098] it fails. You have to take in effect the filename requirements.
 

Nick_1357

Active Member
Aug 4, 2017
646
771
Is it normal that the game window says version "1.08"? I have already applied the Github patch manualy.

1722506147099.png
 

Veyssia

New Member
Sep 1, 2019
12
14
Can someone help with this error? I also keep getting it and couldn't find a work around. the one with ''digitnan.png''
Okay so I don't know why this worked to begin with but I tried to rename digit0.png to digitNaN.png tried to resume the game and it did I feel like this should not have worked and Im not sure if this is an even temporary fix but you can try it lmao. Okay so when you try to go out of your apartment it wants the digit0 one so I changed it again to the original one but it seems like I got out of the loop because previously It wouldn't let me pass digitNaN.png part so Im gonna try to copy the same file and name it NaN we'll see how that goes :D
 
Last edited:

luchettodj94

Well-Known Member
Dec 25, 2019
1,740
3,129
An actual translation for one of this Devs game this early? Truely a blessing considering the massive word count of his titles.
no, the translation is only partial fan made, the rest is by chatgpt, the partial was available already before.
 

belec

Member
Aug 15, 2017
113
158
Okay so I don't know why this worked to begin with but I tried to rename digit0.png to digitNaN.png tried to resume the game and it did I feel like this should not have worked and Im not sure if this is an even temporary fix but you can try it lmao. Okay so when you try to go out of your apartment it wants the digit0 one so I changed it again to the original one but it seems like I got out of the loop because previously It wouldn't let me pass digitNaN.png part so Im gonna try to copy the same file and name it NaN we'll see how that goes :D
It seem to be greater bug, invasion progress remains at unknown.

somehow that variable becomes NAN (not a number)
 

dazedanon

Engaged Member
Modder
Uploader
Donor
Jul 24, 2017
2,441
27,026
Thanks for your efforts. Waiting patiently for this "NaN" fix. :)
Looking into it. Guessing its a bug with the original game so seeing if the author put in a fix for it.

Edit:
Alright I figured out why the authors code was failing. Invasion value was returning a string and the dev was attempting to round it down with a Math function causing a NaN. Pushed a fix for it so just update to the latest.
 
Last edited:
  • Like
Reactions: Veyssia and ich0
4.20 star(s) 25 Votes