• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

Htnahsirk

New Member
Jun 2, 2020
1
0
help me with this error code please
View attachment 2958294
You probably have a space or tab in front of "inventory.mone=9999". When you are in the console, press backspace a few times to make sure there are no whitespaces and then best type the command yourself instead of copy/pasting. That way you can make sure there are absolutely no unnecessary spaces or anything.
 
Sep 16, 2023
230
684
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
335
707
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) 406 Votes