×

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
  • /
  • [Tips and Tricks] Scrolling Maps
1 / 8 › »
[Tips and Tricks] Scrolling Maps
Mousechris
« Censeur »
1382179440000
    • Mousechris#0000
    • Profil
    • Derniers messages
    • Tribu
#1
  3
Now that we have both X and Y axis scrolling. I think it's time we go more in depth into the scrolling features.

First, how do you put in Scrolling into your map?

First, copy the XML (First click "Save / Load / Test" then click "Copy map to clipboard")

<C><P /><Z><S /><D /><O /></Z></C>

See where is says "<P />" after the start? This is where you will be placing anything ralated to scrolling. (And most other stuff.)

X axis Scrolling Map <P L="1600" />
Y Axis Scrolling Map <P H="800" />
X and Y Axis Scrolling Map <P L="1600" H="800" />
Defilante Map <P defilante="-1,-1,-1,1" L="4800" />
Defilante Map H="800" <P defilante="-1,-1,-1,1" L="4800" H="800" />

Note: Press space + click/drag to move the map around in the Map Editor! This can be done without scrolling but is most usefull in scrolling maps!

Note: H="800" is the Max height your map can get. This includes L="1600" with an exception for Defilante

Note: Y axis scrolling has been added to the game as of 23-10-13 :D

Let's take a look at the scrolling boundaries


http://i.imgur.com/BCjluNZ.png?1
This is basically a venn diagram of the Map Editor, except in a scroll of L="1600" and H="800"

The Lines show WHERE the map will stop scrolling in which direction.
~These Include~

X=0-400
X=1200-1600 (or 4400-4800 for Defilante)
Y=0-250
Y=650-800

The corners show where NON of the map is scrolling!

The Blue Box shows WHERE the map will ALWAYS be scrolling in any which direction.

Bug Facts!
You can not connect items in below the top scrolling point as shaman in H="#" maps.
Totems don't spawn with connections off the 800 X axis is L="#" maps!


~Other Threads Relating to Scrolling~
Topic-1908
Topic-473024
Topic-213506
Championrs
« Citoyen »
1382179560000
    • Championrs#0000
    • Profil
    • Derniers messages
#2
  0
Thanks Mousey
Mousechris
« Censeur »
1382180040000
    • Mousechris#0000
    • Profil
    • Derniers messages
    • Tribu
#3
  2
Just doin' what I do best, staying up past 3:00 am searching for cool facts about maps to share with the public, no need to thank me :J
Livcorish
« Citoyen »
1382215020000
    • Livcorish#0000
    • Profil
    • Derniers messages
#4
  0
So to confirm, you can make vertical scrolling maps now?

Dernière modification le 1428724920000
Mousechris
« Censeur »
1382215140000
    • Mousechris#0000
    • Profil
    • Derniers messages
    • Tribu
#5
  1
Livcorish a dit :
So to confirm, you can make vertical scrolling maps now? Oh and could you help me with the full code of one? Thanks ^-^

Yes you can

And no, follow the dirrections in the OP, if I just GIVE you a scroll map code, you don't learn anything, and you end up being less creative with it.

The OP a dit :
<C><P /><Z><S /><D /><O /></Z></C>

See where is says "<P />" after the start? This is where you will be placing anything ralated to scrolling. (And most other stuff.)

Follow these dirrections and you should be good. Place H="{Scroll H}" or L="{Scroll L}" between the <P /> in your XML code.
Livcorish
« Citoyen »
1382215260000
    • Livcorish#0000
    • Profil
    • Derniers messages
#6
  0
Alright fair enough, and try this in map editor, it's a cool trick c:
<C><P F="6" L="1600"/><Z><S /><D /><O /></Z></C>

Dernière modification le 1428724920000
Mousechris
« Censeur »
1382215800000
    • Mousechris#0000
    • Profil
    • Derniers messages
    • Tribu
#7
  0
If it helps I can provide video directives once my laptop gets back from the shop if it helps
Jordy
« Consul »
1382215920000
    • Jordy#0015
    • Profil
    • Derniers messages
    • Tribu
#8
  0
Ooh nice. Thank you!~~
Mousechris
« Censeur »
1382216040000
    • Mousechris#0000
    • Profil
    • Derniers messages
    • Tribu
#9
  0
Updated the thread with a new side note!

Note: Press space + click/drag to move the map around in the Map Editor! This can be done without scrolling but is most usefull in scrolling maps!
Funnybunnym
« Citoyen »
1382558820000
    • Funnybunnym#0000
    • Profil
    • Derniers messages
    • Tribu
#10
  0
DO you know how to make a long defilante map that doesn't scroll for u?
Shamousey
« Consul »
1382560740000
    • Shamousey#0095
    • Profil
    • Derniers messages
    • Tribu
#11
  0
Funnybunnym a dit :
DO you know how to make a long defilante map that doesn't scroll for u?

There's a small guide explaining defilante - including autoscrolling - here Topic-213506
Thesnailgary
« Citoyen »
1382566860000
    • Thesnailgary#0000
    • Profil
    • Derniers messages
    • Tribu
#12
  0
Uhh i tried holding down space and clicking and dragging but it didn't work
Mousechris
« Censeur »
1382578560000
    • Mousechris#0000
    • Profil
    • Derniers messages
    • Tribu
#13
  0
~Update~
Tig added H="800" into defilante maps, check the OP for any errors if you'd like.
Cndalr
« Citoyen »
1382586840000
    • Cndalr#0000
    • Profil
    • Derniers messages
    • Tribu
#14
  0
Mousechris a dit :
~Update~
Tig added H="800" into defilante maps, check the OP for any errors if you'd like.

^That is so cool!
Thesnailgary
« Citoyen »
1382653800000
    • Thesnailgary#0000
    • Profil
    • Derniers messages
    • Tribu
#15
  0
I use laptop cuz my desktop is too laggy, so... would be cool if you could just click and drag the boundaries just an idea XD
Gilcatmey
« Citoyen »
1383096540000
    • Gilcatmey#0000
    • Profil
    • Derniers messages
    • Tribu
#16
  0
Thanks :D

Btw, I always need a mouse too to move it xD
Epalk
« Citoyen »
1383097200000
    • Epalk#0000
    • Profil
    • Derniers messages
#17
  0
well when making any kind of scroll map, you're gonna have to use your cursor to drag the map around lol

i'll be waiting for when the height can exceed 800 :p
Gilcatmey
« Citoyen »
1383098700000
    • Gilcatmey#0000
    • Profil
    • Derniers messages
    • Tribu
#18
  0
Epalk a dit :
well when making any kind of scroll map, you're gonna have to use your cursor to drag the map around lol

i'll be waiting for when the height can exceed 800 :p

or auto up/down scroll ;)
Imsantaclus
« Citoyen »
1383530220000
    • Imsantaclus#0000
    • Profil
    • Derniers messages
#19
  0
i love it i made this map out of it @4472565 and @4509243
Kittyepress
« Citoyen »
1383742440000
    • Kittyepress#0000
    • Profil
    • Derniers messages
#20
  0
I have a question
Q: What is the code for up and down scrolling map?
A: ???
  • Forums
  • /
  • Transformice
  • /
  • Éditeur de cartes
  • /
  • [Tips and Tricks] Scrolling Maps
1 / 8 › »
© Atelier801 2018

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

Version 1.27