AlphaConsole / AlphaConsoleElectron

AlphaConsole Electron UI
121 stars 39 forks source link

Rocket League crashing when Applying tw color to Psyonix Wheels #68

Open rwilliams opened 4 years ago

rwilliams commented 4 years ago

If I attempt to preview the Psyonix Wheels when tw is selected as wheel color Rocket League Crashes. It was also crash if I have Psyonix Wheels equipped and attempt to apply tw color to them.

test137E29B commented 4 years ago

Have you tried not applying painted colour to unpaintable items?

rwilliams commented 4 years ago

Well I guess that would explain it.

rwilliams commented 4 years ago

So it looks like this was somewhat addressed here https://github.com/AlphaConsole/AlphaConsoleElectron/commit/82c1b5ba316253d062c8765088414c780b1f9a8f Would it be possible to check if the current equipped item in game item is unpaintable and not apply the paint? Right now if I have tw paint selected in AC with Wheels set to unchanged and simply mouse over the Psyonix wheels rocket league will crash.

test137E29B commented 4 years ago

Indeed it is possible, we apply paints to the actor directly, rather than to a specific equipped item, so we would need to add another check in. The only issue is there's no way now to "unpaint" an item. So if someone was to use a TW base wheel equipped with AC replacing it to an unpaintable wheel, it will crash.

This is of course nothing we can solve by ourselves, since we no longer use attributes to prevent crashing between lobbies