Thyme icon indicating copy to clipboard operation
Thyme copied to clipboard

Binary Data Stream effect is missing texture

Open xezon opened this issue 3 years ago • 1 comments

Binary Data Stream effect is missing texture. Can be reproduced with China Lotus disabling cars.

shot_20220218_215414_5

xezon avatar Feb 19 '22 19:02 xezon

Not seeing a pure green line, not seeing anything, SegLineRendererClass::Render seems to be what broke it

tomsons26 avatar Apr 19 '22 20:04 tomsons26

If I change W3DModuleFactory::Init and replace W3DLaserDraw::Friend_New_Module_Instance and W3DLaserDraw::Friend_New_Module_Data with the game exe addresses, the issue goes away and the texture draws properly. If I make SegLineRendererClass::Render into Call_Method, the issue doesn't go away and the solid green line is still there.

jonwil avatar Sep 25 '22 04:09 jonwil

Making W3DLaserDraw::Do_Draw_Module into Call_Method doesn't make the issue go away either.

jonwil avatar Sep 25 '22 04:09 jonwil