ClimaxUke Posted June 16, 2019 Posted June 16, 2019 remove the display of the name of a NPC, this does not seem possible, can you confirm me? Â Thanks in advance
0 Gibier Posted June 16, 2019 Posted June 16, 2019 13 minutes ago, ClimaxUke said: remove the display of the name of a NPC, this does not seem possible, can you confirm me?  Thanks in advance  You could be the only way would be by make the npc name hidden by setting the alpha channel to 0 in the color.json (Server\resources\color.json)  Exemple: "AgressiveNpcName": "argb(255,255,40,0)", -> "AgressiveNpcName": "argb(0,255,40,0)", "AgressiveNpcNameBorder": "argb(255,0,0,0)", -> "AgressiveNpcNameBorder": "argb(0,0,0,0)", "AgressiveNpcNameBackground": "argb(180,0,0,0)", -> "AgressiveNpcNameBackground": "argb(0,0,0,0)",  But that change would hide the name of every npc of that type. It would wnt to choose which specific npc name you want to hide from the npc editor you will need to wait until the engine go open source.
0 ClimaxUke Posted June 16, 2019 Author Posted June 16, 2019 it's already not bad and a good idea, thank you! Â have a good day Gibier
Question
ClimaxUke
remove the display of the name of a NPC, this does not seem possible, can you confirm me?
Â
Thanks in advance
2 answers to this question
Recommended Posts