PiBoSo Official Forum

GP Bikes => Mods => Bikes => Topic started by: HornetMaX on February 15, 2014, 12:20:28 PM

Title: Strange thing in murasama's chassis.hrc file
Post by: HornetMaX on February 15, 2014, 12:20:28 PM
Just noticed, probably is irrelevant but ...
In the level0 section of chassis.hrc of the murasama, the name field is missing.


level0
{
scene = rc990.edf
switch = 0
}
level1
{
scene = rc990.edf
name = chassisb
switch = 5
}
level2
{
scene = rc990.edf
name = chassisc
switch = 10
}


MaX.
Title: Re: Strange thing in murasama's chassis.hrc file
Post by: PeterV on February 16, 2014, 01:36:13 PM
That seems weird indeed, you would think something like this.....

level0
{
   scene = rc990.edf
        name = chassisa
   switch = 0
}
level1
{
   scene = rc990.edf
   name = chassisb
   switch = 5
}
level2
{
   scene = rc990.edf
   name = chassisc
   switch = 10
}
Title: Re: Strange thing in murasama's chassis.hrc file
Post by: C21 on February 16, 2014, 01:42:00 PM
It´s on all chassis-files. On 125, 500, 990.
Title: Re: Strange thing in murasama's chassis.hrc file
Post by: HornetMaX on February 16, 2014, 01:47:55 PM
Quote from: C21 on February 16, 2014, 01:42:00 PM
It´s on all chassis-files. On 125, 500, 990.
Yep. All the other bike's parts (all other .hrc files) do have the name field in each level0/1/2 section.
Likely to be irrelevant, but ...

MaX.