Page 1 of 1

How to delete scripted overlay button on map

PostPosted: 28 Jan 2019, 05:13
by RogueOne
Hi guys,

Recently, I used map editor to convert multiplayer maps into single maps. However, in the map Cursed Ravine, when the game starts, there is a button on the top left of the screen, it is described as "scripted overlay", which shows unnecessary multiple lines about game's achievement status. Here is the screenshot:
Image

The only option I have is to hide it, but the symbol is still there. Is there anyway to delete that button from the map instead of hiding it?

Thank you.

Re: How to delete scripted overlay button on map

PostPosted: 01 Feb 2019, 20:13
by grayter
Try to increase resolution. This button is shown when text is too long in viewport.

EDIT: I think you cannot remove it.

Re: How to delete scripted overlay button on map

PostPosted: 02 Feb 2019, 09:43
by Esthlos
It is defined in the .script file in the map's folder.
You can remove it, of course... if all the script does is set the overlay, then you can just delete the file.
Else, you have to edit the script to remove the overlay.

Re: How to delete scripted overlay button on map

PostPosted: 03 Feb 2019, 19:57
by sado1
You converted FwF version of Cursed, you should convert the normal one instead. You can just delete the script in modified map, too, for the same effect.
If you actually wanted to have the FwF version of the map (fun with flags is a mode with achievements etc.), then you would have to find the lines in script which are related to showing the overlay, and delete them, but this may not be too easy, if you don't have some programming knowledge.