KambI4

New Member
Jun 16, 2017
8
24
need help
first scene night with Linda in MC room
error


While running game code:
File "renpy/common/000statements.rpy", line 670, in execute_call_screen
store._return = renpy.call_screen(name, *args, **kwargs)
File "game/scripts/home/mc_room/night/scenes/ML_NS_B.rpy", line 15, in execute

SOLVED !
Look this - https://f95zone.to/goto/post?id=11791872
Many thanks
 
Last edited:

m-aassssshhhh

New Member
Sep 26, 2023
2
1
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)
how to enable it please
 
  • Like
Reactions: KambI4

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
226
671
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.
 
3.80 star(s) 405 Votes