Resource icon

Apps Official FIA F1 2015 HUD 2.1

Login or Register an account to download this content
tracksmachine submitted a new resource:

Official FIA F1 2015 HUD - FIA F1 2015 revmeter for Assetto Corsa

F1 2015 HUD 2.0 version for Assetto Corsa

To install, just paste the f12014hud folder in Assetto Corsa > apps > python folder.

Screenshots :

191971Untitled1copy.jpg


Video gameplay :


That HUD is based on the F1 2014 HUD by Ovidiu Barabula and F1 2014 HUD update by Tomek.

Read more about this resource...
 
I have installed OV1 HUD and then FIA F1 2015 HUD 2.1 and I have activated it on general setting but in game appers only OV1 info. Someone can help me?
 
Hi,
Because 64 bit AC Changes, I presume F1 HUD should start with lines like:
if platform.architecture()[0] == "64bit":
libdir = 'third_party/lib64'
else:
libdir = 'third_party/lib'
sys.path.insert(0, os.path.join(os.path.dirname(__file__), libdir))
os.environ['PATH'] = os.environ['PATH'] + ";."
But obviously 64bit version of library is needed. Could you compile this new version?
Full start code may look like this:
import ac
import acsys
import os
import sys
import platform
sys.path.insert(0, 'apps/python/f12014hud/dll')

if platform.architecture()[0] == "64bit":
libdir = 'third_party/lib64'
else:
libdir = 'third_party/lib'
sys.path.insert(0, os.path.join(os.path.dirname(__file__), libdir))
os.environ['PATH'] = os.environ['PATH'] + ";."

from lib.app import App

Thanks for your support!!
 
Hi,
Because 64 bit AC Changes, I presume F1 HUD should start with lines like:
if platform.architecture()[0] == "64bit":
libdir = 'third_party/lib64'
else:
libdir = 'third_party/lib'
sys.path.insert(0, os.path.join(os.path.dirname(__file__), libdir))
os.environ['PATH'] = os.environ['PATH'] + ";."
But obviously 64bit version of library is needed. Could you compile this new version?
Full start code may look like this:
import ac
import acsys
import os
import sys
import platform
sys.path.insert(0, 'apps/python/f12014hud/dll')

if platform.architecture()[0] == "64bit":
libdir = 'third_party/lib64'
else:
libdir = 'third_party/lib'
sys.path.insert(0, os.path.join(os.path.dirname(__file__), libdir))
os.environ['PATH'] = os.environ['PATH'] + ";."

from lib.app import App

Thanks for your support!!
I answer myself!!! There's a fix for this mod: F1 2014/2015 HUD FIX 1.0 available at http://www.racedepartment.com/downloads/f1-2014-2015-hud-fix.8747/
 

Latest News

How long have you been simracing

  • < 1 year

    Votes: 364 15.8%
  • < 2 years

    Votes: 254 11.1%
  • < 3 years

    Votes: 245 10.7%
  • < 4 years

    Votes: 181 7.9%
  • < 5 years

    Votes: 303 13.2%
  • < 10 years

    Votes: 260 11.3%
  • < 15 years

    Votes: 166 7.2%
  • < 20 years

    Votes: 129 5.6%
  • < 25 years

    Votes: 99 4.3%
  • Ok, I am a dinosaur

    Votes: 297 12.9%
Back
Top