11-19-2015, 03:02 AM
When I made a compressed file my glossary ran fine - so the Glossary.rvdata2 was compressed.
Are you saying that your RMXP project compressed the .rb files fine when they were in the Data folder, but not in the root? That's weird. When I compress my VXAce project, it basically includes everything - and compresses Data/Graphics. What this does is it ends up including the (temporary) .rb files, a credits.txt, and the save files since I store them under System with a different naming scheme.
I think what I'm getting is that either VXAce will not encrypt anything in the Data folder that isn't a data file... or it does, but the script I use to load external scripts cannot load the .rb file from inside an encrypted package.
I just did a few encrypting tests and I found that renaming the .rb file to an rvdata2 file worked. ... and then so did the .rb file un-renamed.
... maybe there never was a problem. Maybe I messed up in my own code somewhere. > .>;;
Are you saying that your RMXP project compressed the .rb files fine when they were in the Data folder, but not in the root? That's weird. When I compress my VXAce project, it basically includes everything - and compresses Data/Graphics. What this does is it ends up including the (temporary) .rb files, a credits.txt, and the save files since I store them under System with a different naming scheme.
I think what I'm getting is that either VXAce will not encrypt anything in the Data folder that isn't a data file... or it does, but the script I use to load external scripts cannot load the .rb file from inside an encrypted package.
I just did a few encrypting tests and I found that renaming the .rb file to an rvdata2 file worked. ... and then so did the .rb file un-renamed.
... maybe there never was a problem. Maybe I messed up in my own code somewhere. > .>;;