Map Editor Q&A |
Lastcookie « Citoyen » 1505565180000
| 0 | ||
Is there a way I can set such that mice will remain in the inner square ground, while the outer circle ground remains collidable with mice? Dernière modification le 1505565540000 |
Vintage « Consul » 1505565960000
| 0 | ||
Lastcookiez a dit : The only way is to remove ground collsion and then add invsible grounds instead. |
Censere « Consul » 1505680260000
| 1 | ||
Lastcookiez a dit : Try looking at this tutorial |
Csonewforyou « Consul » 1505896800000
| 0 | ||
How can I have cannons in my map, without using a shaman to do it? |
Syrius « Consul » 1505916600000
| 0 | ||
Csonewforyou a dit : First, place any shaman object. (in this case, I will be using ball) Now your XML will look like this: <C><P /><Z><S /><D /><O><O X="388" C="6" Y="229" P="0" /></O></Z></C> Then, change C attribute (marked red) to 17, and your cannonball will be placed. Now your XML will look like this: <C><P /><Z><S /><D /><O><O X="388" C="17" Y="229" P="0" /></O></Z></C> |
Mckeydown « Censeur » 1506029040000
| 0 | ||
I made a mechanism map, shaman outside the map. Offscreen cheese kills mice. How can I provide the shaman enter the hole? |
Syrius « Consul » 1506075600000
| 0 | ||
Mckeydown a dit : Maybe add some mech that pushes shaman at the end of round in gameplay area? |
Grimmaro « Consul » 1506076440000
| 0 | ||
If you make the cage directly above the map, you could have the bottom ground of the cage despawn towards the end of the map. The other option would be to have a visible cage directly in the map itself |
Rainbow8331 « Citoyen » 1506471780000
| 0 | ||
question : how do i make the p8 (two shamans and in-rotation) or p32 (two shamans, testing category with no in-rotation) |
Grimmaro « Consul » 1506473940000
| 0 | ||
Rainbow8331 a dit : Once you add two shamans, the second shaman won't activate until it has been permed for P8 or P24 |
Rainbow8331 1506559080000
| | ||
[Modéré par Wangan, raison : Deleted.] Dernière modification le 1506559140000 |
Rainbow8331 « Citoyen » 1506567120000
| 0 | ||
How do i make invisible grounds |
Anuel2blea « Censeur » 1506567420000
| 0 | ||
in map editor search the tag o="(color of rectangle)" and delete everything inside so that it is o="" that only works for rectangles and circles idk the rest of surfaces |
Vintage « Consul » 1506583380000
| 0 | ||
Rainbow8331 a dit : m="" works too inside every ground |
Kimsterjay « Consul » 1506600060000
| 0 | ||
Rainbow8331 a dit : You have to add <DC2 Y="" X="" /> after the first shaman spawn, and then enter the correct coordinates you want to add your second shaman to. Like Grimmaro said, the double spawn will only activate once it has been made P8 or P24 <C><P /><Z><S><S L="801" X="400" H="121" Y="429" T="0" P="0,0,0.3,0.2,0,0,0,0" /></S><D><F Y="93" X="385" /><T Y="369" X="384" /><DC Y="355" X="460" /><DC2 Y="298" X="460" /></D><O /></Z></C> Dernière modification le 1506896340000 |
Caspee « Citoyen » 1507664400000
| 0 | ||
Is there any way to check a maps statistics e.g. how many times it was played? |
Censere « Consul » 1507667280000
| 2 | ||
Wrakon a dit : /info @code will give you the rating of the map if it's ever been a P0, but apart from that no. |
Caspee « Citoyen » 1507687740000
| 0 | ||
Drescen a dit : Thanks bby |
0 | ||
How is it possible to create a breakable bridge, like this ? |
0 | ||
Help! My XML won't load! I'm trying to use the JR tag to connect 40 dynamic grounds, and it's not working. Here's the last bit of my code: </D><O /><L><JR M0=”0” M1=”1” M2=”2” M3=”3” M4=”4” M5=”5” M6=”6” M7=”7” M8=”8” M9=”9” M10=”10” M11=”11” M12=”12” M13=”13” M14=”14” M15=”15” M16=”16” M17=”17” M18=”18” M19=”19” M20=”20” M21=”21” M22=”22” M23=”23” M24=”24” M25=”25” M26=”26” M27=”27” M28=”28” M29=”29” M30=”30” M31=”31” M32=”32” M33=”33” M34=”34” M35=”35” M36=”36” M37=”37” M38=”38” M39=”39” /></L></Z></C> Is there a mistake that I can't find? I've tested the JR tag on several other maps, and it's worked for all of my experiments. I've read over this code many times but can't find anything wrong. What's wrong with this? Thanks. Dernière modification le 1509149700000 |