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

Not seeing a pure green line, not seeing anything, SegLineRendererClass::Render seems to be what broke it
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.
Making W3DLaserDraw::Do_Draw_Module into Call_Method doesn't make the issue go away either.