- Feb 1, 2018
- 24
- 23
Downloaded save zip files got errors. It downloaded as stream.rar with a 249 bytes. When I do extract error occured. Luckily I was able to download from Google Share drive... thanks any way
Thanks alotOk, I'll try to make your life easier
Run the 0.87 version of the game
Make a save in the "archivo 12" slot, close the game
Go to this post, download the Main.rar (if you can't download it, use a different browser, on my end Firefox works pretty well for F95Zone, google Chrome does not)
Open your game directory:
[[Wherever you stored it]] > MyNewLife087 > My New Life Revamp > www > save
On a different tab, open the Main.rar, pick the file12 inside the .rar, drag it to the www > save rar, overwrite when asked
Run the game, load the archivo 12 save
That will get load you in the main page of the Book of Faces for the Hornets (nesrot's mafia). All the content previous to version 0.87 is complete. Closing the Book of Faces wil load the MC in his room, then automatically switch to Lucy and kick the version 0.87 starting scene
has this been officially unlocked yet?Since you asked politely haha
But for anyone using this, please, don't come on my tail later saying I bugged your game. You are editing your game's base data, and you are doing it being of sound mind and on your own free will. This shouldn't cause any reflections by this version as the event edited is only related to this quest and the quest is not even officially implemented in the game, let alone integrated with other quest. But if it does cause reflections, I don't know how to fix it, I'm not familiar with .json files let alone game's file editing, I learned this from someone else (who of course I will not expose). Don't come after me, ok?
Now, there you go:
You don't have permission to view the spoiler content. Log in or register now.
Old quarter... #2 I think. It's on the upper partGuys
I'm stuck at spend some time with your aunt , I forgot where the place she is
can someone help me
Thx
Just the latest BoN patches are included. My fixes you have to add manually.hey symphony, i just want to know, is it your compressed version has included the fix patch for the bugs from bon and ur own or i need to paste it for myself?
Old quarter... #2 I think. It's on the upper part
Try the updated pc cheat modHi guys!, someone can share me these files (or a fix)? Im in a date with Alison and it happens to me with every final date scene except the one in the clothing store, im using the cheat mod btw.
View attachment 1526416
I have an error with these files too, all MapXXX.json
470
472
474
477
487
503
www/js/plugins/YEP_SaveCore.js
for correct handling of MC's name in save location field?Window_SaveInfo.prototype.drawLocation = function(dx, dy, dw) {
var id = this._saveContents.map._mapId;
if (Yanfly.Param.SaveMapDisplayName) {
var text = this._saveContents.map.locationDisplayName || '';
text = text.replace(/\\N\[001\]/gi, this._saveContents.actors._data[1]._name); // <<< add that line
if (text.length <= 0 && $dataMapInfos[id]) text = $dataMapInfos[id].name;
} else if ($dataMapInfos[id]) {
var text = $dataMapInfos[id].name;
} else {
var text = '';
}
You may have a better shot asking him than me. I dont think BoN like me very muchSoTN, could you propose BoN to add fix towww/js/plugins/YEP_SaveCore.js
for correct handling of MC's name in save location field?
So it will look like this:JavaScript:Window_SaveInfo.prototype.drawLocation = function(dx, dy, dw) { var id = this._saveContents.map._mapId; if (Yanfly.Param.SaveMapDisplayName) { var text = this._saveContents.map.locationDisplayName || ''; text = text.replace(/\\N\[001\]/gi, this._saveContents.actors._data[1]._name); // <<< add that line if (text.length <= 0 && $dataMapInfos[id]) text = $dataMapInfos[id].name; } else if ($dataMapInfos[id]) { var text = $dataMapInfos[id].name; } else { var text = ''; }
View attachment 1526548
You constantly help fix his shit, it would be surprising if he actually doesn't like you because of it, since it should be the other way around usually. Considering he's not even paying you anything for your hard work. It wouldn't help his already ruined reputation, if that's the case IMOYou may have a better shot asking him than me. I dont think BoN like me very much
This is good to add but actually is in the game but BoN choose not to add it and it kind of to late or kind of tedious to fix.
Your code line is easier at this point to implement, seeing as BoN already has calls to the map room already. And judging from your code \N[001] can also be use in the first house also, so it can also be updated to saying the MC name. Smart idea
Im just assuming this btw, from certain things I notice but it could also be totally coincidences (nothing is impossible).You constantly help fix his shit, it would be surprising if he actually doesn't like you because of it, since it should be the other way around usually. Considering he's not even paying you anything for your hard work. It wouldn't help his already ruined reputation, if that's the case IMO
Engine is not support replacing variables when works with extensions, that's why it is saved as '\\N[001]', which in RPG Maker means "Name variable of actor 001".Your code line is easier at this point to implement, just simple copy and paste.
Judging from your code \N[001] or whatever the dev wants can also be use in the first house also, so it can also be updated to saying the MC name. Smart idea