×

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
  • /
  • Viprin's Drawing Editor! [Curve tool has been added]
« ‹ 10 / 48 › »
Viprin's Drawing Editor! [Curve tool has been added]
Wecwec
« Citoyen »
1357516620000
    • Wecwec#0000
    • Profil
    • Derniers messages
    • Tribu
#181
  0
Spacewind a dit :
is there a way you can make 21314/20000 possible to export?
i used compressed xml aswell but is it possible to make it even smaller?
---------------
also is it possible to add a warning message which would say
''Your at the max grounds you can use'' so people will know when they should stop?

1314 is way too much, I had like 20100 or something close to that number and it only compressed that for me not much higher. Just lower the fineness of your stuff?

Also, it dosnt really need to say your at the max grounds, you should know by the 20k/20k
Daniiiiiiell
« Citoyen »
1357517520000
    • Daniiiiiiell#0000
    • Profil
    • Derniers messages
#182
  0
How to use the curve tool?
Xendell
« Citoyen »
1357537920000
    • Xendell#0000
    • Profil
    • Derniers messages
#183
  0
:P
Viprin
« Citoyen »
1357547220000
    • Viprin#0000
    • Profil
    • Derniers messages
    • Tribu
#184
  0
Todorovski a dit :
Sometimes, this happens, so I can't work with your tool. ;;

I noticed that slider doesn't appear sometimes, but you can reload the page and then it will appear. It is better to use Firefox or Chrome since I don't check on other browsers.

Spacewind a dit :
is there a way you can make 21314/20000 possible to export?
i used compressed xml aswell but is it possible to make it even smaller?

I haven't made an actual compressing function yet. You need to delete some lines, or you can compress it manually. Here's some tips Fixe posted.
Fxie a dit :

Some key things to compress are:
• XML.replace(/" /g,'"')
Saves by far the most space with no real side effects
• XML.replace(/(H||L)="10"/g,'')
Removes pointless default H/L properties that the game will automatically set to 10
• XML.replace(/0,0,0"/g,'"')
Removes fixed rotation and dampening properties that aren't used from the P attribute of all grounds
• XML.replace(/,0(,||")/g,',')
Removes pointless default properties from arrayed attributes that the game will automatically set to 0

Spacewind a dit :
also is it possible to add a warning message which would say
''Your at the max grounds you can use'' so people will know when they should stop?

It's possible, but I won't make it. It would be laggy if it calculates the capacity every time you do something. For now, you can check how many capacity has left by generating XML. Capacity is shown at the top right.

Daniiiiiiell a dit :
How to use the curve tool?

1. Put a tick against "Use Bezier curve".
2. Draw a line.
3. Drag the green cross.
Todorovski
« Citoyen »
1357560180000
    • Todorovski#0000
    • Profil
    • Derniers messages
    • Tribu
#185
  0
Viprin a dit :
I noticed that slider doesn't appear sometimes, but you can reload the page and then it will appear.

I reloaded the page a few times, but it didn't work yet.

Viprin a dit :
It is better to use Firefox or Chrome

I have noticed that Firefox doesn't have a slider too, so Chrome is the best choice, which is laggy for me, do you know how can I make it less laggy/slowly?
Viprin
« Citoyen »
1357561200000
    • Viprin#0000
    • Profil
    • Derniers messages
    • Tribu
#186
  0
Todorovski a dit :
I reloaded the page a few times, but it didn't work yet.

I guess your browsers have cache of old version. Try again after deleting cache. You can try mirror page as well. If they don't work, I have no idea.
Eistter
« Censeur »
1357571040000
    • Eistter#0000
    • Profil
    • Derniers messages
#187
  0
I can only upload pictures of your directory
Wtfshko
« Citoyen »
1357659120000
    • Wtfshko#0000
    • Profil
    • Derniers messages
    • Tribu
#188
  0
by reason of curved lines (which have code p1+p2+p3+p4)
entire picture disappears completely and is moved to coordinates 0.0. (but only when i do a movable image)
fix it please. curves are needed, but in the code they only hinder.
example http://pastebin.com/D5jekkHm
Daniiiiiiell
« Citoyen »
1357659900000
    • Daniiiiiiell#0000
    • Profil
    • Derniers messages
#189
  0
Hi, I was doing a drawing, but I had to go out and saved the XML, but when I went back to drawing, XML is not carried in your editor, then explain to me why this is? Sorry for the english, I'm using a translator.
Gagamouz
« Citoyen »
1357670520000
    • Gagamouz#0000
    • Profil
    • Derniers messages
#190
  0
Daniiiiiiell a dit :
Hi, I was doing a drawing, but I had to go out and saved the XML, but when I went back to drawing, XML is not carried in your editor, then explain to me why this is? Sorry for the english, I'm using a translator.

You have to add a ground after loading the xml.
Ninhopop
« Citoyen »
1357681920000
    • Ninhopop#0000
    • Profil
    • Derniers messages
    • Tribu
#191
  0
what is "Background properties"?
why when i put in TFM does not appear?
Todorovski
« Citoyen »
1357683660000
    • Todorovski#0000
    • Profil
    • Derniers messages
    • Tribu
#192
  0
Ninhopop a dit :
what is "Background properties"?

With "Background Properties" you can add a background, and make outlines for your map, so you just copy the background. You can upload images from your computer, or you can simply use a link to a photo. You can also change the Background color, and it's alpha, and zoom.

Ninhopop a dit :
why when i put in TFM does not appear?

You have to add at least one ground and a mice spawn, to make it work.
Viprin
« Citoyen »
1357722720000
    • Viprin#0000
    • Profil
    • Derniers messages
    • Tribu
#193
  0
Eistter a dit :
I can only upload pictures of your directory

What do you mean?
Wtfshko a dit :
by reason of curved lines (which have code p1+p2+p3+p4)
entire picture disappears completely and is moved to coordinates 0.0. (but only when i do a movable image)
fix it please. curves are needed, but in the code they only hinder.
example http://pastebin.com/D5jekkHm

My editor does nothing wrong. You edited the xml by yourself, right? M3 and M4 don't exist. P3 and P4 don't work with JD. I suggest you to learn how color joint works. If you need help about it, ask in Q&A thread. Topic-1908
Daniiiiiiell a dit :
Hi, I was doing a drawing, but I had to go out and saved the XML, but when I went back to drawing, XML is not carried in your editor, then explain to me why this is? Sorry for the english, I'm using a translator.

If you chose "Generate XML with compressing", you can't load it in my editor. Yellow text must have warned when you generate XML.
Purplehawt
« Citoyen »
1357743840000
    • Purplehawt#0000
    • Profil
    • Derniers messages
    • Tribu
#194
  0
Viprin can you make the Z thing faster? I'm gonna break my mouse clicking over 200 times to -...
Viprin
« Citoyen »
1357754700000
    • Viprin#0000
    • Profil
    • Derniers messages
    • Tribu
#195
  0
Iulianbuhai a dit :
Viprin can you make the Z thing faster? I'm gonna break my mouse clicking over 200 times to -...

Layer function may help it. I don't have time since uni started from this week. I have final exams this month, and there are a lot of reports I have to hand in :/
Purplehawt
« Citoyen »
1357756800000
    • Purplehawt#0000
    • Profil
    • Derniers messages
    • Tribu
#196
  0
Viprin a dit :
Layer function may help it. I don't have time since uni started from this week. I have final exams this month, and there are a lot of reports I have to hand in :/

Good luck with the exams :3.
Fernago
« Citoyen »
1357757520000
    • Fernago#0000
    • Profil
    • Derniers messages
    • Tribu
#197
  0
I dont know if i understood wrong but if i make a background, will it be shown in the game?
Todorovski
« Citoyen »
1357761360000
    • Todorovski#0000
    • Profil
    • Derniers messages
    • Tribu
#198
  0
Viprin a dit :
Layer function may help it. I don't have time since uni started from this week. I have final exams this month, and there are a lot of reports I have to hand in :/

I need to tell you that your scripts aren't protected. (I used Opera, and it showed me ALL the scripts you coded). The point of that I said is that I've noticed you didn't program the whole program in Javascript (Except the beggining, which is in Javascript), you used HTML too, didn't you? So, since you haven't got so much time, and I can use my knowledge (I know the whole HTML language, and I am learning Javascript too), I can help you by upgrading this program when you haven't got time. Everything I wanted to say with this was that if we can start working like "Teammates", would you want?
Viprin
« Citoyen »
1357809120000
    • Viprin#0000
    • Profil
    • Derniers messages
    • Tribu
#199
  0
Todorovski a dit :
text

Do you know how client-side languages work? That's no wonder you can read that code. And the program(where actually deal with data) is only written in javascript.
Todorovski a dit :
Everything I wanted to say with this was that if we can start working like "Teammates", would you want?

No.
Todorovski
« Citoyen »
1357818360000
    • Todorovski#0000
    • Profil
    • Derniers messages
    • Tribu
#200
  0
Viprin a dit :
No.

Alright, I just wanted to suggest you. o/
  • Forums
  • /
  • Transformice
  • /
  • Éditeur de cartes
  • /
  • Viprin's Drawing Editor! [Curve tool has been added]
« ‹ 10 / 48 › »
© Atelier801 2018

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

Version 1.27