×

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
  • /
  • Suggestions
  • /
  • XML codes to share outfits more easily.
XML codes to share outfits more easily.
Epoki
« Citoyen »
1432071960000
    • Epoki#0095
    • Profil
    • Derniers messages
    • Tribu
#1
  0
I was thinking that there should be an easier system to share outfits and the answer seemed quite simple to me. Just like we can share maps with XML codes I think we should be able to share outfits with XML codes, too.

This way we can easily copy and paste the code to our friends if they want to wear the same outfit or want to have the same colours in an item without having to copypaste each colour seperately.

This is how the export button could look like:
http://i.imgur.com/EG80i3C.png

Imagine the following combination of accessories:
http://i.imgur.com/sIBVFNn.png
(You can display the item IDs in the shop by using the /infoshop command.)


The XML for this combination could look like this:
<O><O 0="38" C1="FEFEFE" C2="750200" C3="373026"><O 3="3" C1="750200"><O 6="19" C1="8C0300" C2="CFCFCF" C3="CDCDCD"><O 22="18"></O>

Please let me know what you think about this.

Edit:
Forgot to mention an important part of my suggestion. Of course the shop would also need an input field where you can post another code to put it on. Writing this, I am now thinking that this might also be an option to try on different items at the same time. Right now we can only try one item by clicking on its sprite but we can never try more than 1 item at the same time.

The outfit slot sale might suffer from this suggestion but this could be prevented by having to buy at least one outfit slot in order to unlock the options with the code.

Dernière modification le 1432106820000
Ragekitteee
« Citoyen »
1432074840000
    • Ragekitteee#0095
    • Profil
    • Derniers messages
    • Tribu
#2
  0
In deed, that would be so useful !! Great idea! ^_^
Swirlpuffy
« Consul »
1432076400000
    • Swirlpuffy#0000
    • Profil
    • Derniers messages
#3
  0
This idea sounds great! /support
Rosuuri
« Censeur »
1432076940000
    • Rosuuri#5639
    • Profil
    • Derniers messages
#4
  0
NOT BAD /support
Shamousey
« Consul »
1432079940000
    • Shamousey#0095
    • Profil
    • Derniers messages
    • Tribu
#5
  0
Outfits are stored slightly differently than XML, you can see how by using the .look variable with Lua in modules. For example, using the following code

Code a dit :
print(tfm.get.room.playerList["Shamousey"].look)

Will return the IDs of my shop items in my current outfit, with custom colours and whatnot.

My outfit a dit :
17;19,9,10_ffffff+ffffff+ffffff,5,5,0,1,0,0

You can then even use that in something like Micetigri's dressroom generator to get the same result (kind of, it seems to not be using colour codes in the same way right now).

http://api.micetigri.fr/generator/transformice/17;19,9,10_ffffff+ffffff+ffffff,5,5,0,1,0,0


I can see the use in this, but I think it detracts from the point of outfits completely.
Haku
« Sénateur »
1432087800000
    • Haku#0807
    • Profil
    • Derniers messages
#6
  0
This would be a nice feature but as they said, it would render the outfits useless (which people most likely buy with fraises).

A feature to share outfits with other players would be so nice though.
Papero
« Citoyen »
1432101120000
    • Papero#9240
    • Profil
    • Derniers messages
    • Tribu
#7
  0
Epifistu a dit :
I was thinking that there should be an easier system to share outfits and the answer seemed quite simple to me. Just like we can share maps with XML codes I think we should be able to share outfits with XML codes, too.

This way we can easily copy and paste the code to our friends if they want to wear the same outfit or want to have the same colours in an item without having to copypaste each colour seperately.

This is how the export button could look like:
http://i.imgur.com/EG80i3C.png

Imagine the following combination of accessories:
http://i.imgur.com/sIBVFNn.png
(You can display the item IDs in the shop by using the /infoshop command.)


The XML for this combination could look like this:
<O><O 0="38" C1="FEFEFE" C2="750200" C3="373026"><O 3="3" C1="750200"><O 6="19" C1="8C0300" C2="CFCFCF" C3="CDCDCD"><O 22="18"></O>

Please let me know what you think about this.


If I'm right you can obtain the look into a text form
Shamousey a dit :
Outfits are stored slightly differently than XML, you can see how by using the .look variable with Lua in modules. For example, using the following code

Code a dit :
print(tfm.get.room.playerList["Shamousey"].look)

Will return the IDs of my shop items in my current outfit, with custom colours and whatnot.

My outfit a dit :
17;19,9,10_ffffff+ffffff+ffffff,5,5,0,1,0,0

You can then even use that in something like Micetigri's dressroom generator to get the same result (kind of, it seems to not be using colour codes in the same way right now).

http://api.micetigri.fr/generator/transformice/17;19,9,10_ffffff+ffffff+ffffff,5,5,0,1,0,0


I can see the use in this, but I think it detracts from the point of outfits completely.

GDI SHAMOU YOU NINJA'D me by hours
Shamousey think of it as a way to share the outfit like Uh how you can share outfits in animal crossing using QR codes

Dernière modification le 1432101840000
Lemodile
« Censeur »
1432101720000
    • Lemodile#0095
    • Profil
    • Derniers messages
    • Tribu
#8
  0
I'm all for this.

Sure, it may somewhat harm outfit sales, but at the same time you open up the possibility to put entire outfits up for sale or to gift. Hell you could even use this to compile a wishlist or something. There are plenty of opportunities to monetize something like this too so that shouldn't be an excuse to not do it.
Papero
« Citoyen »
1432101900000
    • Papero#9240
    • Profil
    • Derniers messages
    • Tribu
#9
  0
Lemodile a dit :
I'm all for this.

Sure, it may somewhat harm outfit sales, but at the same time you open up the possibility to put entire outfits up for sale or to gift. Hell you could even use this to compile a wishlist or something. There are plenty of opportunities to monetize something like this too so that shouldn't be an excuse to not do it.

That was actually quite a good point ._.
But then again it'll probably harm the outfit sales
Dea_bu
« Consul »
1432103520000
    • Dea_bu#0000
    • Profil
    • Derniers messages
    • Tribu
#10
  0
/support
Epoki
« Citoyen »
1432106580000
    • Epoki#0095
    • Profil
    • Derniers messages
    • Tribu
#11
  0
Shamosy, I see what you are saying and actually also was thinking about the micetigri outfit generator. There's this "Help me with my outfit thread" and I thought it would make sense if we could make outfits on micetigri, & then you can also share the outfit's code within the thread so the person doesn't need to replicate it by hand.
The lua option is good but I actually forgot to mention the problem with it in the OP which is really important for my suggestion. Obviously we'd also need some kind of input in the shop where we paste the code to wear the outfit. That is, afaik, not possible with lua.

Lemodile a dit :

Sure, it may somewhat harm outfit sales, but at the same time you open up the possibility to put entire outfits up for sale or to gift. Hell you could even use this to compile a wishlist or something. There are plenty of opportunities to monetize something like this too so that shouldn't be an excuse to not do it.

These are all good points which I think make lots of sense, I really like the entire outfits on the sale and wishlists. I also thought about the point that it might harm in selling the outfit slots in the shop. A solution could be that only once you bought 1 outfit slot you can also export the outfits as a code.
Papero
« Citoyen »
1432106880000
    • Papero#9240
    • Profil
    • Derniers messages
    • Tribu
#12
  0
Epifistu a dit :
Shamosy, I see what you are saying and actually also was thinking about the micetigri outfit generator. There's this "Help me with my outfit thread" and I thought it would make sense if we could make outfits on micetigri, & then you can also share the outfit's code within the thread so the person doesn't need to replicate it by hand.
The lua option is good but I actually forgot to mention the problem with it in the OP which is really important for my suggestion. Obviously we'd also need some kind of input in the shop where we paste the code to wear the outfit. That is, afaik, not possible with lua.

Lemodile a dit :

Sure, it may somewhat harm outfit sales, but at the same time you open up the possibility to put entire outfits up for sale or to gift. Hell you could even use this to compile a wishlist or something. There are plenty of opportunities to monetize something like this too so that shouldn't be an excuse to not do it.

These are all good points which I think make lots of sense, I really like the entire outfits on the sale and wishlists. I also thought about the point that it might harm in selling the outfit slots in the shop. A solution could be that only once you bought 1 outfit slot you can also export the outfits as a code.


I thought of another solution, importing a code requires cheese or fraise instead (of a small cost like 5)
While exporting is free
(Was going to write this earlier but my wifi derped on me)

Dernière modification le 1432106940000
Xenguy
« Citoyen »
1432127220000
    • Xenguy#0000
    • Profil
    • Derniers messages
    • Tribu
#13
  0
/support
Mothivitrine
« Citoyen »
1432692720000
    • Mothivitrine#4127
    • Profil
    • Derniers messages
#14
  0
/support
Sharing is caring o3o
Zajaci
« Censeur »
1482859620000
    • Zajaci#8309
    • Profil
    • Derniers messages
    • Tribu
#15
  0
/support
Syrius
« Consul »
1498485720000
    • Syrius#8114
    • Profil
    • Derniers messages
    • Tribu
#16
  0
/support!
Dirtymel
« Citoyen »
1498537740000
    • Dirtymel#0000
    • Profil
    • Derniers messages
#17
  0
No support. Defeats the purpose of "outfits".
Foxehfoxeh
« Citoyen »
1498547640000
    • Foxehfoxeh#0000
    • Profil
    • Derniers messages
    • Tribu
#18
  0
/support
Looks like a good idea.
Sarkazm_lol
« Citoyen »
1498568580000
    • Sarkazm_lol#2985
    • Profil
    • Derniers messages
    • Tribu
#19
  0
the outfit slots were an absurdity in the first place: this is much more convenient and useful.
  • Forums
  • /
  • Transformice
  • /
  • Suggestions
  • /
  • XML codes to share outfits more easily.
© Atelier801 2018

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

Version 1.27