PiBoSo Official Forum

GP Bikes => Bikes => Mods => Physics => Topic started by: Daddi80 on March 07, 2020, 11:59:08 AM

Title: Wings simulation specs
Post by: Daddi80 on March 07, 2020, 11:59:08 AM
Hi guys, im making a mod where i want to put wing, i've specified the position of them in biked with Winged, but im wondering where i can specify and how, the thhnical caracteristics of those wings? maybe in the cfg file, but i havnt found nothing in the forum. Someone have news about this?  THX:)
Title: Re: Wings simulation specs
Post by: PiBoSo on April 17, 2020, 09:20:48 AM
The wings data must be added to the CFG file of the bike.

Example:
wings
{
    valid = 1

    AoA
    {
        Cd = 0.0002
        Cl = 0.0008
       
        Base = 25
       
        Critical = 45
    }
}
These parameters ( that are multiplied by two wings ) should generate around 10kg of total downforce at 180 km/h
Title: Re: Wings simulation specs
Post by: JOACKO172 on April 17, 2020, 08:04:59 PM
thanks for this info!
Title: Re: Wings simulation specs
Post by: Daddi80 on April 25, 2020, 09:06:28 AM
thanks a lot for info!