Need Help for Oreca 07 from S397

Laurent Leceurs

Registered
Hi all,

i need some help for skinning the oreca 07 from S397.

the problem is the endurance number leds from the side of the car.

this is the line i want to desactivate :
Instance=Plights_Glow
{
Moveable=True
MeshFile=Pleds.gmt CollTarget=False HATTarget=False LODIn=(0.0) LODOut=(150.0) ShadowCaster=False ShadowReceiver=False
}

ican't desactivate it in the oreca_07_upgrade.ini and i can't modifying the oreca_07.gen and the oreca_07_spinner.gen because the .mas are encrypted (and i understand why :) )

i don't know if someone from the S397 studio read this post, but it will be very cool if in the next update of the car, we can desactive this option for the differents cars. maybe with the upgrade.ini... or if someone have the acces to these file, to share the content of the files oreca_07.gen and oreca_07_spinner.gen

i attach a file for sharing an example of the problem.
 

Attachments

Hi all,

i need some help for skinning the oreca 07 from S397.

the problem is the endurance number leds from the side of the car.

this is the line i want to desactivate :
Instance=Plights_Glow
{
Moveable=True
MeshFile=Pleds.gmt CollTarget=False HATTarget=False LODIn=(0.0) LODOut=(150.0) ShadowCaster=False ShadowReceiver=False
}

ican't desactivate it in the oreca_07_upgrade.ini and i can't modifying the oreca_07.gen and the oreca_07_spinner.gen because the .mas are encrypted (and i understand why :) )

i don't know if someone from the S397 studio read this post, but it will be very cool if in the next update of the car, we can desactive this option for the differents cars. maybe with the upgrade.ini... or if someone have the acces to these file, to share the content of the files oreca_07.gen and oreca_07_spinner.gen

i attach a file for sharing an example of the problem.
Not sure if they're will be another update to the car, but if there is, I'll try to remember this.
 
yes i'm confirm that! it's a bug, and not only on the oreca 07 but on another cars too.
i'm a little bit disapointe because my skins for oreca 07 for le mans 2023 can't match correctly.

i has trying to create a empty .gmt to replace : Oreca_07_Pled.gmt, Oreca_07_Pled_anim.gmt and Oreca_07_Box.gmt
it's work sometimes and rF2 crashed another time and i don't know why....

a little help would be very cool
 
Yes, it's a bug, the gen file was not written correctly for them to be disabled. You seem to know the lines you want to edit, so you need to replace them with this:
Code:
  Instance=Plights
  {
    Moveable=True
    MeshFile=<Plights> CollTarget=False HATTarget=False LODIn=(0) LODOut=(150) ShadowCaster=False ShadowReceiver=False Damageable=true
  }

  Instance=Plights_Glow
  {
    Moveable=True
    MeshFile=<Plights_Glow> CollTarget=False HATTarget=False LODIn=(0) LODOut=(150) ShadowCaster=False ShadowReceiver=False
  }
 
Yes, it's a bug, the gen file was not written correctly for them to be disabled. You seem to know the lines you want to edit, so you need to replace them with this:
Code:
  Instance=Plights
  {
    Moveable=True
    MeshFile=<Plights> CollTarget=False HATTarget=False LODIn=(0) LODOut=(150) ShadowCaster=False ShadowReceiver=False Damageable=true
  }

  Instance=Plights_Glow
  {
    Moveable=True
    MeshFile=<Plights_Glow> CollTarget=False HATTarget=False LODIn=(0) LODOut=(150) ShadowCaster=False ShadowReceiver=False
  }
Maybe you forgot it, but this Car is a DLC with Gen Files packaged into the encrypted mas File, so we can not edit it.
But i want to repeat my Question, why the Gen Files can not be packaged into the unencrypted mas File.
That would make many Things much easier for us and i seriously see no Reason to make them not accessible.
Or is there a Reason?
 
Hello!
yes, i confirm, this solution doesn't work because we don't have acces to .gen file for the oreca07

i'm also trying the solution give by Coutie, but no...0 effect :(
 
Hello!
yes, i confirm, this solution doesn't work because we don't have acces to .gen file for the oreca07

i'm also trying the solution give by Coutie, but no...0 effect :(
As said, if such Problems appear at DLC Cars, we can do nothing, because of the encrypted Gen Files.
It has to be fixed by S397.
I hope that they will put the Gen Files into the unencrypted mas File, one Day.
 
Back
Top