Page 1 of 1

Editing texts

Posted: Mon Sep 05, 2022 4:35 am
by Pocus
How to add text on some hex that only appears on mouse over?
How is added text such as 'Industrial center / FS objective'? It seems to not be selectable.

Re: Editing texts

Posted: Mon Sep 05, 2022 8:22 am
by BillRunacre
If it is just to give info, then it's done via the POP UP script type.

If a place is set in the editor to be an Industrial Center, then this will automatically show under the resource in game.

Having a location marked as an FS Objective is done by filling in the line #OBJECTIVE_TEXT_POSITION= with the locations coordinates in the NATIONAL MORALE script type.

Re: Editing texts

Posted: Tue Sep 06, 2022 3:53 am
by Pocus
Ah ok, through a script, not with the map editor. Thanks, Bill.