Mod Cheat Mod Ren'Py Completed Corruption: Better Experience [v2.02] [anne O'nymous]

5.00 star(s) 6 Votes

DuesVult

Newbie
Jun 28, 2018
16
0
When i tried to copy paste the files from the mod file itself this error shows
I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: Name (u'D:\\Desktop\\New folder\\Original game files\\corruption-v1.00-pc/game/mod 1.09/game/AONmod.rpy', 1531828633, 0) is defined twice, at game/mod 1.09/game/AONmod.rpy:25 and game/mod 1.09/game/AONmod.rpy:25.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "D:\Desktop\New folder\Original game files\corruption-v1.00-pc\renpy\bootstrap.py", line 295, in bootstrap
renpy.main.main()
File "D:\Desktop\New folder\Original game files\corruption-v1.00-pc\renpy\main.py", line 364, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "D:\Desktop\New folder\Original game files\corruption-v1.00-pc\renpy\script.py", line 265, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "D:\Desktop\New folder\Original game files\corruption-v1.00-pc\renpy\script.py", line 753, in load_appropriate_file
self.finish_load(stmts, initcode, filename=fn + source)
File "D:\Desktop\New folder\Original game files\corruption-v1.00-pc\renpy\script.py", line 419, in finish_load
bad_node.filename, bad_node.linenumber))
ScriptError: Name (u'D:\\Desktop\\New folder\\Original game files\\corruption-v1.00-pc/game/mod 1.09/game/AONmod.rpy', 1531828633, 0) is defined twice, at game/mod 1.09/game/AONmod.rpy:25 and game/mod 1.09/game/AONmod.rpy:25.

Windows-8-6.2.9200
Ren'Py 6.99.12.3.2123
 

DuesVult

Newbie
Jun 28, 2018
16
0
One more, i also tried transfering the files manually and removing the mod file itself but it still showed the 1st error i posted
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Respected User
Donor
Jun 10, 2017
10,180
14,904
ScriptError: Name (u'D:\\Desktop\\New folder\\Original game files\\corruption-v1.00-pc/game/mod 1.09/game/AONmod.rpy', 1531828633, 0) is defined twice, at game/mod 1.09/game/AONmod.rpy:25 and game/mod 1.09/game/AONmod.rpy:25.
Oh fuck ! My bad, I messed the archive, the 'mod 1.09' folder shouldn't be here :(

It shouldn't be related to the error you get, which imply that Ren'py see the exact same file (same name and path) twice, but it explain the original error you get. Obviously Ren'py can't find AONmod.py since it expect it at another place.

The best solution is to remove the "game/mod 1.09" folder, and any file/folder starting with "AON" ; that will lead to a clean copy of the game. Then, either you extract the mod, but only the 'game' folder and its content, or, if you're not sure how to do it, download the mod again, I just updated the archive with a not messed one.

Sorry for this error, by chance I finally have the holidays I need since so many time...
 

DuesVult

Newbie
Jun 28, 2018
16
0
You definitely deserver ur goliday, i havent tried the mod yet but i think its really awesome that people like you (modders) do smt like this for us the pirates XD who play the game i shall test out the new download file to see if it works, will update you within the next 10 mins or so
 

DuesVult

Newbie
Jun 28, 2018
16
0
Hmm i got the 1st error i have no idea what im doing wrong now now when extracted it creates a /game folder so basically in the /game folder with all the .rps files theres another /game folder with ur modded files
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Respected User
Donor
Jun 10, 2017
10,180
14,904
The "/game" folder should have :
  • A folder named "AON-packages" ;
  • A folder named "cache" ;
  • A folder named "saves" ;
  • A folder named "tl" ;
  • A file named AON.rpa ;
  • A file named AONmod.rpy ;
  • A file named AONmod.rpyc ;
  • A file named archive.rpa ;
  • A lot of files named [something].rpyc.

And the "/game/AON-packages" folder should have :
  • A file named "AONmc.pyo" ;
  • A file named "AONmod.pyo" ;
  • A file named "AONutils.pyo".

I just tried at home, using the archive I just uploaded, and everything is fine. It looks like winrar didn't extracted everything, or didn't extracted it correctly, and honestly I don't understand why :/
 

DuesVult

Newbie
Jun 28, 2018
16
0
Hmm i have the exact same files u mentioned.
The "/game" folder should have :
  • A folder named "Cache" ;
  • A folder named "Game" ;
  • A folder named "saves" ;
  • A folder named "tl" ;
  • A file named archive.rpa ;
  • A lot of files named [something].rpyc.

Under the 2nd /Game folder, it has

  • A folder name AON-packages
  • A file named AON.rpa ;
  • A file named AONmod.rpy ;
  • A file named AONmod.rpyc ;
Under the AON-packages folder, it has

  • A file named "AONmc.pyo" ;
  • A file named "AONmod.pyo" ;
  • A file named "AONutils.pyo".
 

DuesVult

Newbie
Jun 28, 2018
16
0
oh besides this (A lot of files named [something].rpyc.), theres is 2 true type font files too.
To be exact, i have 21 .rypc files excluding the mod files
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Respected User
Donor
Jun 10, 2017
10,180
14,904
Under the 2nd /Game folder, it has
Er... what ? What with this "second /Game folder" ? It's already what happened in your last error:
ScriptError: Name (u'D:\\Desktop\\New folder\\Original game files\\corruption-v1.00-pc/game/mod 1.09/game/AONmod.rpy', 1531828633, 0) is defined twice, at game/mod 1.09/game/AONmod.rpy:25 and game/mod 1.09/game/AONmod.rpy:25.
Ren'py saw a file named :
game/mod 1.09/game/AONmod.rpy
and a file named :
game/mod 1.09/game/AONmod.rpy

The question is, how ? How the same file can exist twice at the exact same place ?

The only answer that cross my mind is that you use some kind of program that act as a (kind of) sandbox (like sandboxie by example). It duplicate part of the disk in two different places, but show them as a single location to the system.
Either the mod or the game (I think it's the game) is located inside this sandbox(-like), while the other is located outside of it. It's why when trying to correct the problem the first time, you had the error I quoted above.
I should also be the reason why you still have the problem. Apparently Ren'py (or Python) can't find the .py file because of this split situation.

The solution is to put either the game and the mod in the real same folder, but I can't explain you how to do it, since I'm not sure of the reason why it's split. Basically speaking, I would say :
  • Delete both the game and the mod ;
  • Move the game's archive and the mod's archive in the exact same place, being sure that they are both inside or outside of the sandbox(-like) ;
  • Install both again, following the exact same procedure.
 

DuesVult

Newbie
Jun 28, 2018
16
0
I understand what ur saying but i dont think thats what happening here (I think, ur the expert here anyway). ANYWAY Finally solved the thing, i just followed the format on how files should look like on ur previous post and TADA! it worked like a charm. I cut out the archive folder and placed outside, moved (cut, and paste) the mod files into games area and manually deleted the 2nd games folder. What i think happen is that my winrar didnt extract the way it should have. Thx so much for the quick replies :) sorry for bothering u
 

anne O'nymous

I'm not grumpy, I'm just coded that way.
Modder
Respected User
Donor
Jun 10, 2017
10,180
14,904
Thx so much for the quick replies :) sory for bothering u
You're welcome, and don't worry, it didn't bothered me. It's even the opposite, it helped me to think about something else than works, a good start for my holidays :D
 
  • Like
Reactions: DuesVult

Starlord2018

New Member
Jul 5, 2018
9
0
Im struggling to install this the install guide made no sense where exactly do i extract the mod to i tried it with to game folder but when i play the game i get a white screen and only the option to quit
 

DuesVult

Newbie
Jun 28, 2018
16
0
did u extract the whole game? , what i did was, extract to deskstop and i get the game files and just launch the game within the folder.
 
5.00 star(s) 6 Votes