AndroidModLoader / JPatch

A little (yet) patch-mod that does a good thing!
MIT License
78 stars 4 forks source link

Stunt smoke? #26

Closed BengbuGuards closed 7 months ago

BengbuGuards commented 7 months ago

I'm working on DE now, and I found that in DE Mobile, Stuntplane's smoke has been fixed. And it used HornJustDown() .

In SA 2.00, HornJustDown checks your vehicle's type and it doen't allow helicopters and planes. We can hook this thing and allows Polmav, Stuntplane and Cropduster. Besides, CPlane::ProcessControl called CHID::IsReleased which is unavalible on touch screen. Just Redirect it to HornJustDown, and everything is okey.

BengbuGuards commented 7 months ago

Pedro Gamer's mobile fix pack includes a script named StuntSmoke, but it just re-implemented the smoking code, lol

RusJJ commented 7 months ago

Thanks for the info, I'll check that later