Recent content by svictor

  1. svictor

    [REL] TinyPedal - open source overlay for rF2 (Pacenotes,Radar,FFB,Deltabest,Relative,Fuel Calculator)

    Thanks for the file, I have identified the issue, which is due to partially uninitialized GUI when "Show at Startup" option was disabled from Window menu. This issue is now fixed in source code. You may wait next update which still take some days. If you don't want to wait next update, just...
  2. svictor

    [REL] TinyPedal - open source overlay for rF2 (Pacenotes,Radar,FFB,Deltabest,Relative,Fuel Calculator)

    This is very strange. Unfortunately I cannot reproduce your issue, and so far no one else reported similar issue. Please upload both your driving preset from settings folder, as well as the global preset file "config.json" from "C:\Users\yourusername\AppData\Roaming\TinyPedal". Thanks. Thanks...
  3. svictor

    RF2, Blender, and the billboard trees...

    Yes, it is a bit more complex than that. About two years ago, I have tried written a blender python script to sort vertices/edge/face order exactly as how they were from "correct" meshes. However the result is always random, in one case it work, in another case it will still flip, despite the...
  4. svictor

    [REL] TinyPedal - open source overlay for rF2 (Pacenotes,Radar,FFB,Deltabest,Relative,Fuel Calculator)

    Just checked, safety car data seems available in RF2 API, but not in LMU built-in API. Can't say for sure, it may be possible to add that for RF2 (for using with shared memory API plugin), might also work with LMU legacy API (but as legacy API requires plugin to work). Cheers
  5. svictor

    RF2, Blender, and the billboard trees...

    If you used "shift+D" in "Edit Mode" to duplicate billboards meshes, it will cause vertex disorder, and once disorder is caused, it will be difficult to correct (because it not only flips upside-down, but also sometimes rotates texture by 90 degrees). The important thing is to never duplicate a...
  6. svictor

    [REL] TinyPedal - open source overlay for rF2 (Pacenotes,Radar,FFB,Deltabest,Relative,Fuel Calculator)

    You can "concatenate" pace notes by simply set the corresponding distance values very close to each other, which effectively allows them to be triggered in a quick succession and played in queue. To do it, just set each distance value roughly 5 (or 10) meters apart for the sounds you want to...
  7. svictor

    [REL] TinyPedal - open source overlay for rF2 (Pacenotes,Radar,FFB,Deltabest,Relative,Fuel Calculator)

    Just set a key for "Toggle Cursor", then you can press the key show or hide mouse cursor any time in game. This also helps in the event when mouse cursor accidentally becomes hidden due to some bugs in game.
  8. svictor

    [REL] TinyPedal - open source overlay for rF2 (Pacenotes,Radar,FFB,Deltabest,Relative,Fuel Calculator)

    Sounds great. Pacenotes is one of the least used features since implemented long ago, great to see more usage. Personally I have been using both tracknotes & pacenotes for training our team crew with LMU, which has been producing some nice results. ps: You can also get pacenotes for used in...
  9. svictor

    Create 3D animated fireworks in rFactor2 (Guide + Free Assets)

    Thanks. I think a trigger to show firework only after leader crossed finish line is possible, such as by using one of those "CornerWorker" animation, where those CornerWorker 3D models (ex. flags) are hidden below ground, and only shows/moves above ground after race finished. Unfortunately that...
  10. svictor

    is there a simple fix to reverse track for hotlapping?

    For proper reverse layout, AIW must be completely redone and rework sector/pit timing objects. AIW is very complex and contains a lot interconnected data such as orientation/speed/paths that cannot be simply reversed, which is why there are very few reverse layout tracks in RF2, since making new...
  11. svictor

    [REL] TinyPedal - open source overlay for rF2 (Pacenotes,Radar,FFB,Deltabest,Relative,Fuel Calculator)

    Correct, since 2.36.0, API choice is now saved in global setting, while API settings are saved in individual preset. If you mean "captions" on top of some widgets, some may not be viable due to some limitation that would otherwise break widget visually if added. ps: I understand some people...
  12. svictor

    [REL] TinyPedal - open source overlay for rF2 (Pacenotes,Radar,FFB,Deltabest,Relative,Fuel Calculator)

    Yes, this feature is removed as mentioned in changelog: Note, "auto load primary preset" will still work for "class" tag. The reason for removing this feature is due to both complexity & efficiency concern. Since the new LMU API no longer share the same API accessing point as RF2 plugin API...
  13. svictor

    [REL] TinyPedal - open source overlay for rF2 (Pacenotes,Radar,FFB,Deltabest,Relative,Fuel Calculator)

    Replicate lift & coast LED would be difficult, since game doesn't provide ready-to-use "lift & coast LED" data through API, and there are no available information of how actual "lift & coast" is calculated (formula or algorithm) from web search. So even if we are going to implement it, it will...
  14. svictor

    [REL] TinyPedal - open source overlay for rF2 (Pacenotes,Radar,FFB,Deltabest,Relative,Fuel Calculator)

    Since recently some people have brought up issues and questions regarding "Rest API accessing" again, with various false or incorrect information floating around, it is time to clear up things about "how TinyPedal accesses Rest API", and whether it is safe to enable "Rest API accessing" in...
  15. svictor

    [REL] TinyPedal - open source overlay for rF2 (Pacenotes,Radar,FFB,Deltabest,Relative,Fuel Calculator)

    Most data are displayed while spectating, just make sure you have selected and activated a player in Spectate Tab list. You may also want to adjust max number players to display in both Relative & Standings Widgets. (There are plenty users who have been using TinyPedal Spectate mode to monitor...
Back
Top