Daichi
Retired EN Staff
Hello!
I'm here to show you how to change your grounds invisible in your Maps in 2 ways
FIRST WAY
The first way, or the easier way to turn your ground invisible is by using the Ground labeled "Rectangle" in the Map Editor.
If you're not using a background on your map and are keeping it regular, or if you're even just using a flat colored background, you are able to change the Ground to that color, making it look invisible.
IMPORTANT: You can only change the colorcode of the "Rectangle" Ground, no other ground changes in color.
EX: If you're using the regular background (#677594) you can change the ground to that color.
SECOND WAY
Now the second way, or the much harder way, is by implementing a specific XML code before your ground, to make it turn invisible.
~
STEPS:
1. Enter Map Editor & Load in a ground
2. Copy the XML & Paste XML in a NotePad/Basically Anywhere (Remember It!)
I'm here to show you how to change your grounds invisible in your Maps in 2 ways
FIRST WAY
The first way, or the easier way to turn your ground invisible is by using the Ground labeled "Rectangle" in the Map Editor.
If you're not using a background on your map and are keeping it regular, or if you're even just using a flat colored background, you are able to change the Ground to that color, making it look invisible.
IMPORTANT: You can only change the colorcode of the "Rectangle" Ground, no other ground changes in color.
EX: If you're using the regular background (#677594) you can change the ground to that color.
SECOND WAY
Now the second way, or the much harder way, is by implementing a specific XML code before your ground, to make it turn invisible.
~
STEPS:
1. Enter Map Editor & Load in a ground
2. Copy the XML & Paste XML in a NotePad/Basically Anywhere (Remember It!)
<C><P /><Z><S><S X="435" L="395" Y="310" H="139" P="0,0,0.3,0.2,0,0,0,0" T="0" /></S><D /><O /></Z></C>
3. Add m="" near <S following the number of Z of the ground
<C><P /><Z><S><S m="" X="435" L="395" Y="310" H="139" P="0,0,0.3,0.2,0,0,0,0" T="0" /></S><D /><O /></Z></C>
4. Copy the XML and paste it back in the Map Editor & your ground should be invisible!

