Track Map Display (Extended)

Apps Track Map Display (Extended) 4.7.1

Login or Register an account to download this content
I searched this thread for the word "auto" and nothing came up.

Maybe this isn't popular enough but is there a way to autorotate the map in the driving direction?

Edit: nvm. Works in minimal just not full. That's good enough for me.

Edit2: Is there a zoom functionality? This works perfectly on the track but free roam for say Nihon, you can't tell where they are ahead of you (ie which lane)

Great work on this!
 
Last edited:
Hi,

There is a problem online when new driver connect, it is not shown.

Have tried different stuff like:

Code:
ac.onClientConnected(function(idx, sessionId)
  ac.debug("new client connected!", idx)
  refresh(idx)
  --[[
  if isSessionStarted then
    MapProgress:lazyUpdate()
  end
  --]]
end)

but whatever I try cause a lag when refreshing the map
Last csp / cm version

EDIT

Seems good with that:

Code:
ac.onClientConnected(function(idx, sessionId)
  ac.debug("new client connected!", idx)
  CARS[idx].hide = false
end)

ac.onClientDisconnected(function(idx, sessionId)
  ac.debug("new client disconnected!", idx)
  CARS[idx].hide = true
end)
 
Last edited:
I actually fixed it on my own, but hope the dev will fix it even better. Would need a simple way to show and hide car circle on ac.onClientConnected() callback to not have to reload all of them.
Which file did you put your code in? I can't seem to find it in any of the lua files in the mapdisplay folder.
 

Latest News

To join the OverTake Racing Club races I want them to be: (multiple choice)

  • Free to access

    Votes: 66 88.0%
  • Better structured events

    Votes: 10 13.3%
  • Better structured racing club forum

    Votes: 12 16.0%
  • More use of default game content

    Votes: 6 8.0%
  • More use of fixed setups

    Votes: 19 25.3%
  • No 3rd party registration pages

    Votes: 23 30.7%
  • Less casual events

    Votes: 7 9.3%
  • More casual events

    Votes: 23 30.7%
  • Other, specify in thread

    Votes: 3 4.0%
Back
Top