Drop the patch as is or only the file inside it?There's a quick patch file in the OP to drop into the /game folder to fix the small error reported. It's also available on this post.
extract it, then copy and paste the .rpy file into the /game folderDrop the patch as is or only the file inside it?
I'm sorry, but errors were detected in your script. Please correct the
errors listed below, and try again.
The label goblin_sandbox is defined twice, at File "game/goblin_sandbox.rpy", line 2:
label goblin_sandbox:
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 2:
label goblin_sandbox:
The label _call_goblin_talk01 is defined twice, at File "game/goblin_sandbox.rpy", line 25:
call goblin_talk01 from _call_goblin_talk01
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 25:
call goblin_talk01 from _call_goblin_talk01
The label _call_goblin_talk02 is defined twice, at File "game/goblin_sandbox.rpy", line 27:
call goblin_talk02 from _call_goblin_talk02
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 27:
call goblin_talk02 from _call_goblin_talk02
The label _call_goblin_talk03 is defined twice, at File "game/goblin_sandbox.rpy", line 29:
call goblin_talk03 from _call_goblin_talk03
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 29:
call goblin_talk03 from _call_goblin_talk03
The label goblin_sandbox_menu_am is defined twice, at File "game/goblin_sandbox.rpy", line 36:
menu goblin_sandbox_menu_am:
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 36:
menu goblin_sandbox_menu_am:
The label _call_goblin_sandbox_talk is defined twice, at File "game/goblin_sandbox.rpy", line 38:
call goblin_sandbox_talk from _call_goblin_sandbox_talk
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 38:
call goblin_sandbox_talk from _call_goblin_sandbox_talk
The label _call_goblin_sandbox_sex is defined twice, at File "game/goblin_sandbox.rpy", line 40:
call goblin_sandbox_sex from _call_goblin_sandbox_sex
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 40:
call goblin_sandbox_sex from _call_goblin_sandbox_sex
The label _call_loc_noparse_151 is defined twice, at File "game/goblin_sandbox.rpy", line 42:
call loc_noparse from _call_loc_noparse_151
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 42:
call loc_noparse from _call_loc_noparse_151
The label _call_loc_noparse_118 is defined twice, at File "game/goblin_sandbox.rpy", line 46:
call loc_noparse from _call_loc_noparse_118
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 46:
call loc_noparse from _call_loc_noparse_118
The label _call_loc_noparse_119 is defined twice, at File "game/goblin_sandbox.rpy", line 50:
call loc_noparse from _call_loc_noparse_119
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 50:
call loc_noparse from _call_loc_noparse_119
The label goblin_sandbox_talk is defined twice, at File "game/goblin_sandbox.rpy", line 53:
label goblin_sandbox_talk:
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 53:
label goblin_sandbox_talk:
The label goblin_sandbox_talk_menu is defined twice, at File "game/goblin_sandbox.rpy", line 61:
menu goblin_sandbox_talk_menu:
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 61:
menu goblin_sandbox_talk_menu:
The label _call_gob_sand_talk01 is defined twice, at File "game/goblin_sandbox.rpy", line 63:
call goblin_talk01 from _call_gob_sand_talk01
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 63:
call goblin_talk01 from _call_gob_sand_talk01
The label _call_gob_sand_talk02 is defined twice, at File "game/goblin_sandbox.rpy", line 65:
call goblin_talk02 from _call_gob_sand_talk02
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 65:
call goblin_talk02 from _call_gob_sand_talk02
The label _call_gob_sand_talk03 is defined twice, at File "game/goblin_sandbox.rpy", line 67:
call goblin_talk03 from _call_gob_sand_talk03
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 67:
call goblin_talk03 from _call_gob_sand_talk03
The label _call_loc_noparse_120 is defined twice, at File "game/goblin_sandbox.rpy", line 74:
call loc_noparse from _call_loc_noparse_120
and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 74:
call loc_noparse from _call_loc_noparse_120
Ren'Py Version: Ren'Py 7.4.11.2266
Sun Oct 9 01:20:40 2022
what are you trying to do that triggers this or are you getting this on start?Code:I'm sorry, but errors were detected in your script. Please correct the errors listed below, and try again. The label goblin_sandbox is defined twice, at File "game/goblin_sandbox.rpy", line 2: label goblin_sandbox: and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 2: label goblin_sandbox: The label _call_goblin_talk01 is defined twice, at File "game/goblin_sandbox.rpy", line 25: call goblin_talk01 from _call_goblin_talk01 and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 25: call goblin_talk01 from _call_goblin_talk01 The label _call_goblin_talk02 is defined twice, at File "game/goblin_sandbox.rpy", line 27: call goblin_talk02 from _call_goblin_talk02 and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 27: call goblin_talk02 from _call_goblin_talk02 The label _call_goblin_talk03 is defined twice, at File "game/goblin_sandbox.rpy", line 29: call goblin_talk03 from _call_goblin_talk03 and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 29: call goblin_talk03 from _call_goblin_talk03 The label goblin_sandbox_menu_am is defined twice, at File "game/goblin_sandbox.rpy", line 36: menu goblin_sandbox_menu_am: and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 36: menu goblin_sandbox_menu_am: The label _call_goblin_sandbox_talk is defined twice, at File "game/goblin_sandbox.rpy", line 38: call goblin_sandbox_talk from _call_goblin_sandbox_talk and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 38: call goblin_sandbox_talk from _call_goblin_sandbox_talk The label _call_goblin_sandbox_sex is defined twice, at File "game/goblin_sandbox.rpy", line 40: call goblin_sandbox_sex from _call_goblin_sandbox_sex and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 40: call goblin_sandbox_sex from _call_goblin_sandbox_sex The label _call_loc_noparse_151 is defined twice, at File "game/goblin_sandbox.rpy", line 42: call loc_noparse from _call_loc_noparse_151 and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 42: call loc_noparse from _call_loc_noparse_151 The label _call_loc_noparse_118 is defined twice, at File "game/goblin_sandbox.rpy", line 46: call loc_noparse from _call_loc_noparse_118 and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 46: call loc_noparse from _call_loc_noparse_118 The label _call_loc_noparse_119 is defined twice, at File "game/goblin_sandbox.rpy", line 50: call loc_noparse from _call_loc_noparse_119 and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 50: call loc_noparse from _call_loc_noparse_119 The label goblin_sandbox_talk is defined twice, at File "game/goblin_sandbox.rpy", line 53: label goblin_sandbox_talk: and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 53: label goblin_sandbox_talk: The label goblin_sandbox_talk_menu is defined twice, at File "game/goblin_sandbox.rpy", line 61: menu goblin_sandbox_talk_menu: and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 61: menu goblin_sandbox_talk_menu: The label _call_gob_sand_talk01 is defined twice, at File "game/goblin_sandbox.rpy", line 63: call goblin_talk01 from _call_gob_sand_talk01 and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 63: call goblin_talk01 from _call_gob_sand_talk01 The label _call_gob_sand_talk02 is defined twice, at File "game/goblin_sandbox.rpy", line 65: call goblin_talk02 from _call_gob_sand_talk02 and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 65: call goblin_talk02 from _call_gob_sand_talk02 The label _call_gob_sand_talk03 is defined twice, at File "game/goblin_sandbox.rpy", line 67: call goblin_talk03 from _call_gob_sand_talk03 and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 67: call goblin_talk03 from _call_gob_sand_talk03 The label _call_loc_noparse_120 is defined twice, at File "game/goblin_sandbox.rpy", line 74: call loc_noparse from _call_loc_noparse_120 and File "scripts/scenes/sandbox/goblin/goblin_sandbox.rpyc", line 74: call loc_noparse from _call_loc_noparse_120 Ren'Py Version: Ren'Py 7.4.11.2266 Sun Oct 9 01:20:40 2022
Okay, I tested, but i didn't get duplicate error, however I did find the the script also isn't overriding the already included one as one might expect.on start just unrar the main download and then the patch
not ideal having to do this yourself, but a few folder creations will resolve, this can work as a fix until another release is made:on start just unrar the main download and then the patch
in the Morning Ring the Bellis there a way to go to calis area near your home yet because i cant find her anywhere
When she finally settles on a place, it's in the forest, and accessible in the morning.is there a way to go to calis area near your home yet because i cant find her anywhere
Actually, I didn't think about this until I was waking up this morning... there is an error in the patch. I am adjusting the downloads to the new patch.Okay, I tested, but i didn't get duplicate error, however I did find the the script also isn't overriding the already included one as one might expect.
You did complete the intro part on this playthrough? The patch is goofed up -- I haven't been able to fix it properly yet -- but it should not cause an error to make it not possible for hunting for ingredients.Can't search for herbs? Or rather.I can select search but nothing comes up.
New playthrough, btw. Tried using the goblin patch and got the duplication error when I opened the game so I had to remove it to make the game play. and ever since I haven't been able to search for herbs.
Yep. I put the patch in right at the start. I did the tutorial. I hunted a few herbs and crafted two teas. I closed down the game.You did complete the intro part on this playthrough? The patch is goofed up -- I haven't been able to fix it properly yet -- but it should not cause an error to make it not possible for hunting for ingredients.
Without being able to look at the scripts right now, I honesty have no idea how that was accomplished. I will look into this as soon as I get home... though for now, the patch isn't necessarily needed. It is such a small, minor thing regarding the player returning in sandbox to Katira in the bedroom and asking her to repeat scenes previously seen by talking to her.Yep. I put the patch in right at the start. I did the tutorial. I hunted a few herbs and crafted two teas. I closed down the game.
When I tried to open it again, I got the error of the goblin sandbox duplication, so I removed it and the game loaded fine. After that I was unable to search for herbs or craft potions with the herbs I had.
One of the characters, you get the choice of them being full female or futa and certain scenes with them will vary accordingly depending on the choice you makeso what exactly is the futa content on this?