• Dear visitors,

    The email issue has been finally solved.
    Thank you for your patience and happy browsing.

    Team ACM.

QUESTION i want to make a compass with a display

fughettaboutit

aka leBluem
this will only work with CustomShadersPatch, not with vanilla AC, when you put this in the cars CSP config
(whether "carname\extension\ext_config.ini" or as "carname.ini" in extension\config\cars\loaded\)
[ITEM_...]
NAME = MESHNAME_of_your_item
TYPE_EXT = CONDITION_TEXT
INPUT = COMPASS
see here for formating options
 

Diego Da Rocha

New Member
this will only work with CustomShadersPatch, not with vanilla AC, when you put this in the cars CSP config
(whether "carname\extension\ext_config.ini" or as "carname.ini" in extension\config\cars\loaded\)
[ITEM_...]
NAME = MESHNAME_of_your_item
TYPE_EXT = CONDITION_TEXT
INPUT = COMPASS
see here for formating options
Srry i'm so noob on this, what you mean by CONDITION_TEXT? The font? and i don't need any other parameter?
Captura de pantalla 2021-05-28 003337.png
 
Last edited:

fughettaboutit

aka leBluem
Srry i'm so noob on this, what you mean by CONDITION_TEXT? The font? and i don't need any other parameter?View attachment 6571
CONDITION_TEXT is a keyword, indicating the type of display for csp, so keep that
as text: CONDITION_TEXT, it will only show "N or "NW" or something like that.
NAME=should be the meshname
No, you probably dont need other params, if you want a compass-needle, this will be more complicated.
 
Last edited:

Diego Da Rocha

New Member
CONDITION_TEXT is a keyword, indicating the type of display for csp, so keep that
as text: CONDITION_TEXT, it will only show "N or "NW" or something like that.
NAME=should be the meshname
No, you probably dont need other params, if you want a compass-needle, this will be more complicated.
I setup the extension file like it and still doesn't work, i need to setup something on digital_instruments?
 

Diego Da Rocha

New Member
CONDITION_TEXT is a keyword, indicating the type of display for csp, so keep that
as text: CONDITION_TEXT, it will only show "N or "NW" or something like that.
NAME=should be the meshname
No, you probably dont need other params, if you want a compass-needle, this will be more complicated.
Pls if you have time could you help me?, i think you're the only one who can help me, and i don't really know how to set up, i did what you said but still don't work :(
 
Top