ClayHanson / BlocklandRebuilt-IssueBoard

Beta testing for Blockland Rebuilt.
7 stars 0 forks source link

Script_VehicleStatus is partially broken. #388

Open mrwallace888 opened 11 months ago

mrwallace888 commented 11 months ago

Bug Description

Script_VehicleStatus is partially broken, the speed bar on the bottom doesn't seem to work correctly? It shows a bunch of weird "n" letters when it increases. Changing the prefs to use bullets instead ($Pref::Server::VehicleStatus::UseBullets = 1;) turns them into question marks.

Screenshots

Screenshot_2023-11-10_15-52-38 Screenshot_2023-11-10_15-52-59

Metadata:

consoleSkunk commented 11 months ago

Narrowing the focus of this issue to Script_VehicleStatus, as no useful info was provided for Support_EngineSounds. I've also added screenshots and restored the issue template.


Script_VehicleStatus has not been updated to support Unicode - this is the result of it trying to read a Windows-1252 string as an invalid UTF-8 sequence.

mrwallace888 commented 11 months ago

I mean I don't really know what info to give about EngineSounds, IIRC there's nothing in the console. It just simply doesn't work.

Kenkoman commented 7 months ago

maybe same issue as #157 ?