Sep 16, 2023
239
761
The main reason it's because you have extract 20 Gb of files from 2 zip files and after that if you produce a diff of an archive of 6 Gb with only 1 files modified, you have to download a diff patch of 6GB...
So, to reduce the size you have to extract all *.rpa via unren, another 20 GB.
And after 40 GB, you can use the diff = Time to do the job without archive ~1 h with a high usage of disk. and CPU..
I've tried, but too much files to delete from 1.0b to have a clean update by diff.
Only difference is in scripts.rpa That file is arround 18 MB. It was enough just to post that.
 

JazzyRey

Member
Aug 18, 2018
339
720
For the Linda night scene bug just open the console (first you need to enable it with unren.bat).
Then type (or paste) the following code (copy and paste all of it):

nsb_box.ml_nsb_s[0].number = int(nsb_box.ml_nsb_s[0].number);
nsb_box.ml_nsb_s[1].number = int(nsb_box.ml_nsb_s[1].number);
nsb_box.ml_nsb_s[2].number = int(nsb_box.ml_nsb_s[2].number);
nsb_box.ml_nsb_s[3].number = int(nsb_box.ml_nsb_s[3].number);
nsb_box.ml_nsb_s[4].number = int(nsb_box.ml_nsb_s[4].number)
So it's talk to Linda on bed, get error screen, then console and write this+enter, and then press ignore?
 
3.80 star(s) 413 Votes