- Nov 1, 2021
- 481
- 79
theres 3 new girl that i can findwhat a new girl in 0.23? and how to unlock it
sorry for false allertits improve realy well
i already test copy vdeo.json its realy work 'my recollection room is unlocked too'
but i dont know if it just because low speck of my PC or maybe my ssd already bad
the animasion movement is realy slow
(maybe it just a fix for freezing problem thats why you make it slow or maybe problem on my pc)
problem at mission click space the green to unlockin window too i need to click space at the time it reach green but it always failed "i sure it because when click space it will freeze a litle bit so i can see the line stoped right inside green" but it still failed so i click before the green and it realy stop at red (right side of green box) and its work thought it a litle bit hard to get the right timing bit i finnish it 3 times
i dont know is it problem hapened to all click green mission but at least it hapened at the mission to opening the windows
maybe 2 problem i had just because my PC low spec so i will try at my frend PC he had a litle bit hight spec than mine
The code I saw was very copy and paste in general... You are welcome to try and make it harder. I may have to actually bother reading through the code fully next time. Debugging large and complex services is my day job so its unlikely to stop me for long.I only ask for education and respect when commenting, I appreciate and take into account each and every one of the comments that people give me and no one has complained except you and BOH56 about this measure.
I could have made a much more effective and difficult way to prevent you from editing the save, even preventing the way you mentioned from working, but as you said, I use my time to improve the game and try to make it to everyone's liking.
How to edit your saves!
save edit
rpgedit
I spent time on this because forcing "save integrity" makes your game worse. Your grind is bullshit. You took it so far that it was worth my time disabling it. I have no RPGMaker experience before this.
You want supporters not people frustrated with your game.
I will disable it when you update. save yourself some time, focus on improving the game and and not hamstringing it.
HOW TODISABLE SAVE INTEGRITY CHECKS
Inside the Enc_Dat.js file found in the plugins folder. we need to disable the hash checks
Delete these lines.
if (savedHash !== hash) {
return false;
}
View attachment 3936842
--------------------------------------
if (!this._myData) {
}else{
if (this.checkSaveIntegrity(DataLoad)) {
} else {
showErrorMessage("Save integrity has been compromised!")
}}
View attachment 3936841
------------------------------------------------------------------
Then in the main.js
delete these lines
if (hashCalculado !== H) {
alert("El archivo Enc_Dat.js ha sido modificado. El juego se cerrará.");
SceneManager.terminate();
}
View attachment 3936845
SAVE THE FILES YOU HAVE EDITED.
WELL DONE YOU CAN SAVE EDIT NOW
View attachment 3936874
Can't you add telemetry or something to see who's actually paying for your game and how they play it?Yes,I implemented this measure,understand that being able to add gold or increase evil and such is a benefit given to people who support me on my patreon,hope you can understand that.