Hi,
When I saved the engine default in the editor “Set As Defaults from the project settings”, it removes all the
ActiveClassRedirects & ActiveGameNameRedirects from the ini.
Thanks,
Hi,
When I saved the engine default in the editor “Set As Defaults from the project settings”, it removes all the
ActiveClassRedirects & ActiveGameNameRedirects from the ini.
Thanks,
Hi,
I saw you edited the post (can’t see the change) but can you confirm if you have been able to reproduce this on your side?
thanks,
Is this bug confirmed?
Has it been fixed in 4.2?
Thanks,
Hi ,
Does this occur on one project or does it happen in a clean project with no additional content?
Hi,
It seems to have been fixed in 4.2.
But now the Ini files is “unreadable”.
Let’s me explain:
1 - For 1 parameter change, my file move from 13ko to 83ko.
2 - If I open it in a reader, they are a lot stuff that was writtent that I can’t control. I don’t where they are coming from, but in my opinion the goal of this ini file is just to hightlight the changes that I wanted from the default configuration.
Now this files is full of ClassRedirect (Add & Remove)
There is strange input like:
-LightComplexityColors=(R=0,G=0,B=0,A=1)
-LightComplexityColors=(R=0,G=255,B=0,A=1)
-LightComplexityColors=(R=63,G=191,B=0,A=1)
-LightComplexityColors=(R=127,G=127,B=0,A=1)
-LightComplexityColors=(R=191,G=63,B=0,A=1)
-LightComplexityColors=(R=255,G=0,B=0,A=1)
+LightComplexityColors=(B=0,G=0,R=0,A=1)
+LightComplexityColors=(B=0,G=255,R=0,A=1)
+LightComplexityColors=(B=0,G=191,R=63,A=1)
+LightComplexityColors=(B=0,G=127,R=127,A=1)
+LightComplexityColors=(B=0,G=63,R=191,A=1)
+LightComplexityColors=(B=0,G=0,R=255,A=1)
You are removing stuff to set them back again with the same value and color are writtent like BGRA instead of ARGB which is clearly more difficult to read.
You also have things like this:
-ShaderComplexityColors=(R=0.0,G=1.0,B=0.127,A=1.0)
+ShaderComplexityColors=(R=0.000000,G=1.000000,B=0.127000,A=1.000000)
Why so many precision if no needed? it’s the same value!
Is it something you can change for the next release because it’s clearly anoying.
Thanks,
Ps: For the information, I used ShooterGame 4.2 to do my test.
Hi ,
I am marking this as answered for tracking purposes. IF you are still experiencing this error, please comment and let us know. Thank you!