Man you a great guy, thanks a lot! But not every one nowing coding. Please tell what exactly i need to do?
I downloaded script ruby "savefile_cleaner.rb" i installed ruby for windows, i found file mobileobject.save and now what? I dont now how to make it work ((((
http://editrocket.com/articles/ruby_windows.html should help
You need to give the script the file to clean as a parameter, so it should be something like "C:\Ruby\bin\ruby.exe savefile_cleaner.rb MobileObjects.save" and it should produce a file "MobileObjects.save.cleaned that you need to replace the original file inside your savegame. I haven't tested anything with the windows ruby, but in theory everything should work also on windows...
I need to do this in CMD window or window ruby.exe ? Thank you very mach!!!!!
For windows:
1. Install RubyInstaller and tick associate .rt files with Ruby
2. Download latest script .rt file
3. Extract MobileObjects.save from save in ",,,\Saved Games\Pillars of Eternity\"
4. Have MobileObjects.save and safefile_cleaner.rt in same directory
5. Run cmd from that directory and enter "savefile_cleaner MobileObjects.save"
6. You'll get 'MobileObjects.save.cleaned'
7. Rename it to MobileObjects.save and replace it in the save that you took it from.
That's it. Obviously do that at your own risk, and make backups. Besides that, if devs went from 44MB to 4.5MB, that could mean huge optimization, so you can wait for official patch. I went from 18mb to 4mb with Depili's first patch, and down further one mb with the last one, so you can assume there's still stuff left in that file.