rezecib Posted January 15, 2016 Share Posted January 15, 2016 So I was looking into the code on WX's Overcharge and how it would interact with speed while on a boat, and it looks like the interaction there may be unintended. Currently it sets his speed every second while overcharged, with a multiplier on the normal run speed. Getting on or off a boat sets a new run speed, which is based on the boat, and caches the old one. But if WX is overcharged, it's still giving him a run speed every second based on the normal run speed, not the boat run speed. I believe if the overcharge wears off on the boat, then the boat will end up moving at normal run speed. I think WX's onupdate function should check if he's driving, and use the boat speed as the base. Or if it's not intended that he's supposed to be speeded up on a boat at all, then that needs to be checked. I also verified this with some testing in-game where I checked the locomotor runspeed. While overcharged, it's 9 regardless of whether you're on a boat or not, but for a very brief moment while hopping on a boat, it becomes 6. This actually allows for an exploit where you get overcharged, get onto a boat, and then if your charge runs out while on the boat, your run speed becomes 9 permanently because that's what the driver component cached. Link to comment https://forums.kleientertainment.com/forums/topic/62466-untended-wx-overcharge-interactions-with-boat-speed/ Share on other sites More sharing options...
Developer Bryce Posted January 15, 2016 Developer Share Posted January 15, 2016 Thanks for the report - definitely sounds wrong. I'll add it to the list! Link to comment https://forums.kleientertainment.com/forums/topic/62466-untended-wx-overcharge-interactions-with-boat-speed/#findComment-709105 Share on other sites More sharing options...
Lacost Posted January 15, 2016 Share Posted January 15, 2016 10 hours ago, rezecib said: your run speed becomes 9 permanently because that's what the driver component cached. "It's not a bug ... it's a feature!" Link to comment https://forums.kleientertainment.com/forums/topic/62466-untended-wx-overcharge-interactions-with-boat-speed/#findComment-709324 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.