[REL] rF2 Spotter Plugin

Discussion in 'Other' started by Gerald Jacobson, Oct 17, 2014.

  1. Juergen-BY

    Juergen-BY Registered

    Joined:
    Jun 16, 2012
    Messages:
    3,089
    Likes Received:
    440
    Hi Jeferson,
    could you please help with an Event for

    1. DRS Detection (own Car)
    2. DRS Activation (own Car)
    3. DRS Activation (Car behind)

    Would be very usefull...
     
    Last edited by a moderator: Jan 29, 2015
  2. Jeferson Richart

    Jeferson Richart Registered

    Joined:
    Oct 23, 2013
    Messages:
    174
    Likes Received:
    34
    The plugin does not have the trigger DRS. I have no way to mount an event without the trigger.
     
  3. Juergen-BY

    Juergen-BY Registered

    Joined:
    Jun 16, 2012
    Messages:
    3,089
    Likes Received:
    440
    @ Gerald: could you... ;)
     
  4. GCCRacer

    GCCRacer Banned

    Joined:
    Dec 12, 2012
    Messages:
    1,317
    Likes Received:
    2
    Does anyone see a way to give tire wear in percent?

    We have all the numbers from 100 to 0.

    So the engineer could say "Your tires are at XX percent". I'd suggest 80, 60, 40, 20 - not every ten percent.

    I'm definitly to stupid to implement this. We'd need one new wav also, or cut an exsisting one "your tire wear is " (not nice and even) "70".
     
  5. Juergen-BY

    Juergen-BY Registered

    Joined:
    Jun 16, 2012
    Messages:
    3,089
    Likes Received:
    440
    cough...cough.. ;-)
     
  6. sjbaraki

    sjbaraki Registered

    Joined:
    Dec 18, 2014
    Messages:
    18
    Likes Received:
    0
    That would be nice GCCRacer. I could easily record a new .wav
     
  7. GCCRacer

    GCCRacer Banned

    Joined:
    Dec 12, 2012
    Messages:
    1,317
    Likes Received:
    2
    That would be great.

    I'm not sure how realistic it is though - can engineers really "read" tire wear just from temps and other telemetry?

    But I'm trying to get rid of the MFD and other On-Screen displays as much as possible.

    It should be the wear of the most worn tire - average will also do. Maybe not too hard, but I can't get my head around the syntax used here.
     
  8. Sk1dmarks

    Sk1dmarks Registered

    Joined:
    Jan 23, 2014
    Messages:
    88
    Likes Received:
    0
    Same here. This plugin has so much potential, but the syntax is so basic that it's very hard to write something more complex.
     
  9. jefcam

    jefcam Registered

    Joined:
    Feb 10, 2011
    Messages:
    261
    Likes Received:
    108
    To the developer of plugin:

    Regarding the sector gaps for sector 1, sector 2 and sector 3, how can the script be changed to be compared with the BEST SPLIT and not just the SELF SPLIT. What i mean is that if you are not is pole-position, during qualification it better to be informed of your split compared to the best lap and not the self.

    // Tells player a sector 1 gap (compare to s1 of self best lap)
    Event=SelfGapSector1 // Input1 = sector1 gap
     
    Last edited by a moderator: Feb 15, 2015
  10. jefcam

    jefcam Registered

    Joined:
    Feb 10, 2011
    Messages:
    261
    Likes Received:
    108
    This is the original script which informs which car number is entering pits. I just added ' File=[DriverName]' so it says: Driver in position 2, John Smith' is entering the pits. However it is not working perfectly as it is mentioning my name and not of the proper driver. Any help?


    // Tell when a car is going to pit (in race and it it is not me)
    Event=AnyCarPitIn
    {
    // Event properties (note that these are not applied if this event is played by another event)
    Detail=2
    Spacing=0.0
    Priority=1
    Probability=1.0
    TTL=15.0
    Break=0.25

    // Repeat until duration ends
    Repeat=Off
    Duration=0.0

    // Volume can be set before individual Files if necessary
    Volume=1.0

    Variable=Session {
    Value=10,13 {
    Variable=Input1
    {
    Value=0 {
    Variable=Input2
    {
    File=driver_at.wav
    PlayEvent=PlaceNum
    File=[DriverName]
    File=going_to_pit.wav
    }
    }
    }
    }
    }
    }
     
  11. whitmore

    whitmore Registered

    Joined:
    Feb 26, 2012
    Messages:
    552
    Likes Received:
    142
    Plugin for me now making build 930 hang when loading. Take plugin out and game runs all ok.
     
  12. Juergen-BY

    Juergen-BY Registered

    Joined:
    Jun 16, 2012
    Messages:
    3,089
    Likes Received:
    440
    Maybe wrong folder? Because for me it`s working without problems.
     
  13. baristabrian

    baristabrian Registered

    Joined:
    Dec 23, 2010
    Messages:
    141
    Likes Received:
    0
    Just updated to 930 and no issues with plugin here.
     
  14. Juergen-BY

    Juergen-BY Registered

    Joined:
    Jun 16, 2012
    Messages:
    3,089
    Likes Received:
    440
  15. whitmore

    whitmore Registered

    Joined:
    Feb 26, 2012
    Messages:
    552
    Likes Received:
    142
    thanks guys I will go try to find my problem.

    Edit
    Fixed - I missed copying the spotter folder into the player directory.
     
    Last edited by a moderator: Feb 21, 2015
  16. jefcam

    jefcam Registered

    Joined:
    Feb 10, 2011
    Messages:
    261
    Likes Received:
    108
    No solution for my problem?

    1. Sector Gaps during gaps must be matched with BEST LAP and not BEST SELF.

    2. I have chaged this by adding the line 'File=[DriverName]' but its not speaking out the proper driver's name.

    Any help? Is the original developer of this plugin still active?

    File=driver_at.wav
    PlayEvent=PlaceNum
    File=[DriverName]
    File=going_to_pit.wav
     
  17. Juergen-BY

    Juergen-BY Registered

    Joined:
    Jun 16, 2012
    Messages:
    3,089
    Likes Received:
    440
    Therefore we would need Gerald, i guess. I don`t know, what happened with Gerald. I wrote him one week ago a PM, but got no reply. Maybe he is on vacation?
     
  18. Je suis Luis

    Je suis Luis Banned

    Joined:
    Jan 21, 2015
    Messages:
    328
    Likes Received:
    0
  19. Nicolas Pailhes

    Nicolas Pailhes Registered

    Joined:
    Jul 14, 2012
    Messages:
    90
    Likes Received:
    20
    Saisissez du texte, l'adresse d'un site Web ou importez un document à traduire.
    Hello, is it possible to add a rule to the output of safetycar?
    As I made the audio file which announces the complete race under yellow flags but I do not know how to add the rule, I tried and it looks like this:


    [Rule.29]
    Trigger=SectorFlagChanged
    Event=FullYellow
    Input1=GamePhase

    And in the defautevents.ini:

    // Tells player there is a Full course yellow / safety car
    Event=FullYellow// Input1 =GamePhase
    {
    // Event properties (note that these are not applied if this event is played by another event)
    Detail=1
    Spacing=10.0
    Priority=1
    Probability=1.0
    TTL=20.0
    Break=0.25

    // Repeat until duration ends
    Repeat=Off
    Duration=0.0

    // Play introduction to laptime
    Volume=1.0

    // Variable used to choose one File to play for this Sound (Variable compared to Value)
    Variable=Input1 {
    Value=0 {
    Variable=EventTag {
    Value=(>0) {
    File=Full_course_yellow_pTc.wav
    EventTag=0
    }
    }
    }
    thank you for your answers
     
  20. jefcam

    jefcam Registered

    Joined:
    Feb 10, 2011
    Messages:
    261
    Likes Received:
    108
    i think only the programmer of this plugin can help, but he disappeared.
     

Share This Page