×

Langue

Fermer
Atelier 801
  • Forums
  • Dev Tracker
  • Connexion
    • English Français
      Português do Brasil Español
      Türkçe Polski
      Magyar Română
      العربية Skandinavisk
      Nederlands Deutsch
      Bahasa Indonesia Русский
      中文 Filipino
      Lietuvių kalba 日本語
      Suomi עברית
      Italiano Česky
      Hrvatski Slovensky
      Български Latviešu
      Estonian
  • Langue
  • Forums
  • /
  • Transformice
  • /
  • Éditeur de cartes
  • /
  • Map Editor Q&A
« ‹ 236 / 272 › »
Map Editor Q&A
Meyerhofu
« Citoyen »
1479717120000
    • Meyerhofu#4699
    • Profil
    • Derniers messages
    • Tribu
#4701
  0
ah, I think it's impossible to change the color of the grounds made by that way.
I want to make a map like this @3176955.
It has a black background but mice can be in front of the sofas.
Orasna123
« Citoyen »
1479730500000
    • Orasna123#0000
    • Profil
    • Derniers messages
#4702
  0
Please Try To Color:6A7495
Censere
« Consul »
1479760260000
    • Censere#0095
    • Profil
    • Derniers messages
    • Tribu
#4703
  0
meyerhof a dit :
ah, I think it's impossible to change the color of the grounds made by that way.
I want to make a map like this @3176955.
It has a black background but mice can be in front of the sofas.

I'll see if I can take a look inside the XML of that map and figure out what the mapmaker did. (I'll edit this post once I figure it out)

EDIT:
The mapmaker used a "Background" decoration item, which is probably the thing you thought was a ground. The entire black area behind the couches and screen is made using a single background item. However, the platforms that the couches are on (the protruding rectangles) are grounds, as you can see they have the blue toggle cross in the middle.

http://i.imgur.com/t1mhOfZ.png


As you can see when I clicked the black area it came up as a background. You can make your own background by finding it under "mice stuff".

http://i.imgur.com/ObiNjT3.png


Hope this helped :)

Dernière modification le 1479768600000
Hallucination
« Censeur »
1479793500000
    • Hallucination#0000
    • Profil
    • Derniers messages
    • Tribu
#4704
  0
Taken care of ;)

Dernière modification le 1479795240000
Grimmaro
« Consul »
1479794460000
    • Grimmaro#0095
    • Profil
    • Derniers messages
#4705
  0
Grincreep a dit :
Ah yeah....
I'd like to report an inappropriate map, and not exactly sure where to do so?
Anyway, here's the map code - @6927732

If the map falls under the P0 or P1 category (Dice logo and lock) then report the map here
Hallucination
« Censeur »
1479795240000
    • Hallucination#0000
    • Profil
    • Derniers messages
    • Tribu
#4706
  0
Suprodo a dit :
Grincreep a dit :
Ah yeah....
I'd like to report an inappropriate map, and not exactly sure where to do so?
Anyway, here's the map code - @6927732

If the map falls under the P0 or P1 category (Dice logo and lock) then report the map here

HIctorc reported it there, so I'll edit my comment :)
Meyerhofu
« Citoyen »
1479810900000
    • Meyerhofu#4699
    • Profil
    • Derniers messages
    • Tribu
#4707
  0
Really thank you for your helping, Blimpmaster!
Kimsterjay
« Consul »
1480142100000
    • Kimsterjay#0000
    • Profil
    • Derniers messages
    • Tribu
#4708
  0
Is it possible to make decorations invisible? If yes, how do you do it?
Mousechris
« Censeur »
1480143360000
    • Mousechris#0000
    • Profil
    • Derniers messages
    • Tribu
#4709
  0
only real thing you can do is make a background out of ground then hide decorations behind it

<C><P /><Z><S><S X="400" o="6a7495" L="2000" Y="200" c="4" H="1000" P="0,0,0.3,0.2,0,0,0,0" T="12" /><S X="380" L="696" Y="437" H="170" P="0,0,0.3,0.2,0,0,0,0" T="0" /></S><D /><O /></Z></C>
Armani
« Citoyen »
1481657820000
    • Armani#5686
    • Profil
    • Derniers messages
    • Tribu
#4710
  0
Oi, guys!

I forgot, how to make two spawns of mices? Can you remind?
Grimmaro
« Consul »
1481660460000
    • Grimmaro#0095
    • Profil
    • Derniers messages
#4711
  0
wersacho a dit :
Oi, guys!

I forgot, how to make two spawns of mices? Can you remind?

You have to add <DS2 Y="" X="" /> into the XML right after the first spawn placement. I'll use an example XML

<C><P /><Z><S><S L="799" H="82" X="400" Y="413" T="0" P="0,0,0.3,0.2,0,0,0,0" /></S><D><T Y="372" X="645" /><F Y="368" X="558" /><DS Y="350" X="150" /></D><O /></Z></C>

The yellow in the XML is the first spawn. The XML will now be:

<C><P /><Z><S><S L="799" H="82" X="400" Y="413" T="0" P="0,0,0.3,0.2,0,0,0,0" /></S><D><T Y="372" X="645" /><F Y="368" X="558" /><DS Y="350" X="150" /><DS2 Y="" X="" /></D><O /></Z></C>
Longlongtail
« Citoyen »
1481953500000
    • Longlongtail#0000
    • Profil
    • Derniers messages
    • Tribu
#4712
  0
Deleted

Dernière modification le 1482002160000
Vintage
« Consul »
1481994180000
    • Vintage#0246
    • Profil
    • Derniers messages
    • Tribu
#4713
  0
I've seen in some bootcamp maps a special feature that makes you die immediately when touching lava or a ground with high speed. How do you add it in your own map?
Wangan
« Censeur »
1481994360000
    • Wangan#0095
    • Profil
    • Derniers messages
    • Tribu
#4714
  0
V_ntage a dit :
I've seen in some bootcamp maps a special feature that makes you die immediately when touching lava or a ground with high speed. How do you add it in your own map?

They're called AIE. Simply add aie="" in the P tag.
<C><P aie="" /><Z><S /><D /><O /></Z></C>
Falconworld
« Citoyen »
1482009420000
    • Falconworld#0000
    • Profil
    • Derniers messages
#4715
  0
If I load my own map, edit things about it, and then resubmit it, will the code (@) stay the same?
Wangan
« Censeur »
1482021180000
    • Wangan#0095
    • Profil
    • Derniers messages
    • Tribu
#4716
  0
Falconworld a dit :
If I load my own map, edit things about it, and then resubmit it, will the code (@) stay the same?

Yes, your code will stay the same unless you click the reset button.
Balerina777
« Citoyen »
1482430320000
    • Balerina777#0000
    • Profil
    • Derniers messages
#4717
  0
#1



Hello everyone, I am looking for someone to help me with something that has been troubleing me.So I made a map about 2 days ago and I'm thinking about putting doors into it.So I put in the doors...but they keep falling and going down slowly by themselves :/.Im talking about the doors that have A vertical wood plank and a smaller horizontal one overlapped on top.You stand on The horizontal one and then the door closes..I have been trying to fix this problem for ages now....I have seen other maps with the same doors and they werent moving down so I know its possible...If you have any suggestions or tips please comment down below..I appreciate it . Balerina777.
Mousechris
« Censeur »
1482453780000
    • Mousechris#0000
    • Profil
    • Derniers messages
    • Tribu
#4718
  0
balerina777 a dit :
#1



Hello everyone, I am looking for someone to help me with something that has been troubleing me.So I made a map about 2 days ago and I'm thinking about putting doors into it.So I put in the doors...but they keep falling and going down slowly by themselves :/.Im talking about the doors that have A vertical wood plank and a smaller horizontal one overlapped on top.You stand on The horizontal one and then the door closes..I have been trying to fix this problem for ages now....I have seen other maps with the same doors and they werent moving down so I know its possible...If you have any suggestions or tips please comment down below..I appreciate it . Balerina777.

1 mass and 9999 damping for both damping types, both grounds
Balerina777
« Citoyen »
1482497280000
    • Balerina777#0000
    • Profil
    • Derniers messages
#4719
  0
Mousechris a dit :
balerina777 a dit :
#1



Hello everyone, I am looking for someone to help me with something that has been troubleing me.So I made a map about 2 days ago and I'm thinking about putting doors into it.So I put in the doors...but they keep falling and going down slowly by themselves :/.Im talking about the doors that have A vertical wood plank and a smaller horizontal one overlapped on top.You stand on The horizontal one and then the door closes..I have been trying to fix this problem for ages now....I have seen other maps with the same doors and they werent moving down so I know its possible...If you have any suggestions or tips please comment down below..I appreciate it . Balerina777.

1 mass and 9999 damping for both damping types, both grounds

Hi,I done that and its working fine now Thanks but the doors when someone pushes against it it moves like inwards in the room and doesn't stay
Censere
« Consul »
1482530340000
    • Censere#0095
    • Profil
    • Derniers messages
    • Tribu
#4720
  0
Balerina777 a dit :
Hi,I done that and its working fine now Thanks but the doors when someone pushes against it it moves like inwards in the room and doesn't stay

You're either gonna need to add cloud grounds against the doors to stop them moving horizontally or link them horizontally to a static ground in your map.
(If you haven't already, you should put fixed rotation for the door grounds too)

Dernière modification le 1482530400000
  • Forums
  • /
  • Transformice
  • /
  • Éditeur de cartes
  • /
  • Map Editor Q&A
« ‹ 236 / 272 › »
© Atelier801 2018

Equipe Conditions Générales d'Utilisation Politique de Confidentialité Contact

Version 1.27