Quote:
Originally Posted by K4miKaZe
I think what KaktoR means to say is to put exactly what he wrote on the script:
UninstallDisplaySize={#SizeMB}
and not
UninstallDisplaySize=Any number in MB
SizeMB is probably linked to the settings/setup ini, same value you put in for the game size on it. Not sure as im not home, but thats what i understand at least and if SizeMB is the same used for the game size, it should also work for this.
|
No you can't do that,
cause setting.ini requires size as megabytes,
but UDS requires size as bytes.
The only way to fix this to add another one like {#UDSize} to Script and settings.ini and we have to put game size as megabytes and UDS size as bytes
It will solved the problem.