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

Are you buying car setups?

  • Yes

  • No


Results are only viewable after voting.
Back
Top