I have made some maps patches ago and I updated their Loading Screen text with a new one. The text has no problem showing to the end. On a new map, I paste the same text and it is cut to nearly half? No matter if I use styles or not.. the text is cut and won't show entirely. I use 15 lines, 212 words including code for color text, it is not so long and in the past maps displayed entirely. Now for some reason if you paste it in the Body box of the Loading Screen tab of the map, it will be cut and not the whole text will show.
Solution: Go to the Text Editor, search the text you use for Loading Screen and paste the whole text there, rather than doing it from the Body. Not only it won't be cut but next times may show the whole text when even pasting it from the Body.
SOLVED
I wanted to make a unit walk through 'invisble' wall or hidden passage or Secret Wall Hologram i.e through cliff wall. It turned out to be simple:
- Brush pathing Ground through this part of the cliff where the unit will pass, use triggers for the unit:
Setting the height to 8 was needed cause when you make the unit ignore terrain he will not only pass through the cliff as if through an invisible wall but he goes below the ground level since any terrain even the one he steps on is ignored. And then reverting back the height to as it should be. Of course if too many units enter the region at a time, some bugs may occur, this is just the general idea.
SOLVED
I have made some maps patches ago and I updated their Loading Screen text with a new one. The text has no problem showing to the end. On a new map, I paste the same text and it is cut to nearly half? No matter if I use styles or not.. the text is cut and won't show entirely. I use 15 lines, 212 words including code for color text, it is not so long and in the past maps displayed entirely. Now for some reason if you paste it in the Body box of the Loading Screen tab of the map, it will be cut and not the whole text will show.
Solution: Go to the Text Editor, search the text you use for Loading Screen and paste the whole text there, rather than doing it from the Body. Not only it won't be cut but next times may show the whole text when even pasting it from the Body.
SOLVED
I wanted to make a unit walk through 'invisble' wall or hidden passage or Secret Wall Hologram i.e through cliff wall. It turned out to be simple:
- Brush pathing Ground through this part of the cliff where the unit will pass, use triggers for the unit:
Setting the height to 8 was needed cause when you make the unit ignore terrain he will not only pass through the cliff as if through an invisible wall but he goes below the ground level since any terrain even the one he steps on is ignored. And then reverting back the height to as it should be. Of course if too many units enter the region at a time, some bugs may occur, this is just the general idea.