eLemental Hud
I'm quite new to assetto corsa and enjoying it and mods very much. This is for one of my own needs.
Never did phython script before, so these apps are based on MHUD 1.3 by xenicle 2014.
What is it?
Basically, a set of really simple HUD elements.
3 apps individually display Speed Digit, Gear Number digit and Segmented Rpm meter.
Each can be changeable in size and opacity and have a few options to control visuals.
Why these apps?
I felt bigger speed display and smaller gear number and separated would be more convenient.
How to install?
1. Extract Archive into assettocorsa root folder (or drag file to CM)
2. Make sure ...assettocorsa\content\fonts folder contains wingding.ttf
You may copy Wingdings font from windows control panel > fonts.
Tip to change Speed Number font
In apps\phyton\LSpeedNum\LSpeedNum.py file,(use wordpad to open it)
You'll see lines looking like:
#SpeedNumFontName = 'Orbitron'
SpeedNumFontName = 'Audiowide'
#SpeedNumFontName = 'B612 Mono'
#SpeedNumFontName = 'Default'
Choose a font from 4 lines, remove heading # from the line that contains the font you want and add # to the other lines
Or you may copy the font file you want into the content\fonts folder
and modify the above lines.
Please let me know if this may violate any copyright issues, I may remove this post and, or possibly rewrite whole script code from scratch, later.
Hope you enjoy!
* Trouble shooting *
1. windings font file is not included because of copyright reason. It must reside in AC font folder for the led segments to be displayed correctly.
2. For some reason I don't fully understand, these 3 apps loads and works successfully if loaded after some other apps. That is why in the latest update, app names are ZLSN, ZLGN, ZLRV instead of LSpeedNum, LGearNum, LRev reapectively. Also that is why, I guess, it works for some people and does not for some others.
I'm quite new to assetto corsa and enjoying it and mods very much. This is for one of my own needs.
Never did phython script before, so these apps are based on MHUD 1.3 by xenicle 2014.
MHUD
MHUD based on real BMW M4 HUD. Install : Extract Zip archive in \Steam\SteamApps\common\assettocorsa\ Version : 1.0 : initial release. 1.1: Change third party "sim_info.py" and "_ctypes.pyd" dll, import and insert. Add some missing...
www.racedepartment.com
What is it?
Basically, a set of really simple HUD elements.
3 apps individually display Speed Digit, Gear Number digit and Segmented Rpm meter.
Each can be changeable in size and opacity and have a few options to control visuals.
Why these apps?
I felt bigger speed display and smaller gear number and separated would be more convenient.
How to install?
1. Extract Archive into assettocorsa root folder (or drag file to CM)
2. Make sure ...assettocorsa\content\fonts folder contains wingding.ttf
You may copy Wingdings font from windows control panel > fonts.
Tip to change Speed Number font
In apps\phyton\LSpeedNum\LSpeedNum.py file,(use wordpad to open it)
You'll see lines looking like:
#SpeedNumFontName = 'Orbitron'
SpeedNumFontName = 'Audiowide'
#SpeedNumFontName = 'B612 Mono'
#SpeedNumFontName = 'Default'
Choose a font from 4 lines, remove heading # from the line that contains the font you want and add # to the other lines
Or you may copy the font file you want into the content\fonts folder
and modify the above lines.
Please let me know if this may violate any copyright issues, I may remove this post and, or possibly rewrite whole script code from scratch, later.
Hope you enjoy!
* Trouble shooting *
1. windings font file is not included because of copyright reason. It must reside in AC font folder for the led segments to be displayed correctly.
2. For some reason I don't fully understand, these 3 apps loads and works successfully if loaded after some other apps. That is why in the latest update, app names are ZLSN, ZLGN, ZLRV instead of LSpeedNum, LGearNum, LRev reapectively. Also that is why, I guess, it works for some people and does not for some others.
The apps developed at 1.16.3 in the beginning, I remember. So that may not be the problem.
I am, now, with my personal situation in shortage of time and energy to look into codes, very slowly adding several misc features and refinement, in experimental fashion.
Also I found some bug which I didn't solve properly yet. This might be related to your problem.
Or it might be the missing "windings" font in assetto corsa font folder. for this, refer to overview section.
You may either try my on going version that I change codes on occasion experimentally which contains some workaround for the bug.
If you are willing to try, refer to the following:
https://drive.google.com/file/d/1LENco-M8vtwLjr2BX52_N1wpeBnM9HrW/view?usp=sharing
First, completely remove previous 3 app folders(LGearnum, ...) in apps/phython.
Then extract out ZLGN, ZLSN, ZLRV into apps/phyton
Note that the workaround may or may not work for your case.