STK-BLENDER
#19
(16-05-2026, 03:31 PM)Alayan Wrote: My question was about what happens when you try to use that kart with one emitter in STK.

If, despite everything, you have a kart with only one nitro emitter, the game will create a second one in the very center of the kart.

file kart_model.cpp

line 199-216
Code:
    if(const XMLNode *wheels_node=node.getNode("wheels"))
    {
        loadWheelInfo(*wheels_node, "front-right", 0);
        loadWheelInfo(*wheels_node, "front-left",  1);
        loadWheelInfo(*wheels_node, "rear-right",  2);
        loadWheelInfo(*wheels_node, "rear-left",   3);
    }

    m_nitro_emitter_position[0] = Vec3 (0,0.1f,0);
    m_nitro_emitter_position[1] = Vec3 (0,0.1f,0);
    m_has_nitro_emitter = false;

    if(const XMLNode *nitroEmitter_node=node.getNode("nitro-emitter"))
    {
        loadNitroEmitterInfo(*nitroEmitter_node, "nitro-emitter-a", 0);
        loadNitroEmitterInfo(*nitroEmitter_node, "nitro-emitter-b", 1);
        m_has_nitro_emitter = true;
    }
Reply


Messages In This Thread
STK-BLENDER - by LLS - 01-12-2025, 09:38 PM
zip addon - by LLS - 07-01-2026, 05:55 PM
RE: STK-BLENDER - by kadajett - 10-01-2026, 04:24 PM
RE: STK-BLENDER - by LLS - 10-01-2026, 05:59 PM
RE: STK-BLENDER - by Alayan - 14-01-2026, 10:08 PM
RE: STK-BLENDER - by phax - 14-01-2026, 10:42 PM
RE: STK-BLENDER - by LLS - 04-02-2026, 02:56 AM
RE: STK-BLENDER - by LLS - 18-02-2026, 11:31 PM
RE: STK-BLENDER - by LLS - 10-04-2026, 12:25 AM
RE: STK-BLENDER - by Alayan - 10-04-2026, 02:46 PM
RE: STK-BLENDER - by LLS - 16-04-2026, 04:32 AM
RE: STK-BLENDER - by LLS - 07-05-2026, 04:58 AM
RE: STK-BLENDER - by LLS - 11-05-2026, 01:56 AM
RE: STK-BLENDER - by Alayan - 11-05-2026, 09:17 PM
RE: STK-BLENDER - by LLS - 15-05-2026, 06:50 PM
RE: STK-BLENDER - by Alayan - 15-05-2026, 07:30 PM
RE: STK-BLENDER - by LLS - 16-05-2026, 03:01 AM
RE: STK-BLENDER - by Alayan - 16-05-2026, 03:31 PM
RE: STK-BLENDER - by LLS - 16-05-2026, 04:01 PM
RE: STK-BLENDER - by Alayan - 17-05-2026, 03:19 PM
RE: STK-BLENDER - by LLS - Yesterday, 06:44 PM
RE: STK-BLENDER - by Sven - 5 hours ago

Forum Jump: