×

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
  • /
  • Modules
  • /
  • Module FAQ & Documentation
« ‹ 5 / 19 › »
Module FAQ & Documentation
Techtriostep
« Citoyen »
1435428540000
    • Techtriostep#0000
    • Profil
    • Derniers messages
#81
  0
If we are part of the LUA team, is it possible to make an official module in an auto locked room?
Okams
« Citoyen »
1436097000000
    • Okams#0561
    • Profil
    • Derniers messages
    • Tribu
#82
  0
question at "Color Codes" should i put closing mark?

<ROSE> example </ROSE>
Shamousey
« Consul »
1436101020000
    • Shamousey#0095
    • Profil
    • Derniers messages
    • Tribu
#83
  0
techtriostep a dit :
If we are part of the LUA team, is it possible to make an official module in an auto locked room?

Could you be a bit more specific as to what you mean by an auto-locked room?

Okamicarl a dit :
question at "Color Codes" should i put closing mark?

&lt;ROSE&gt; example &lt;/ROSE&gt;

No, you just need to put it at the beginning of the text and the rest after that will become that colour. If you want to change it back to normal coloured text, you can use the <N> tag in the same way.
Techtriostep
« Citoyen »
1436109180000
    • Techtriostep#0000
    • Profil
    • Derniers messages
#84
  0
Shamousey a dit :
techtriostep a dit :
If we are part of the LUA team, is it possible to make an official module in an auto locked room?

Could you be a bit more specific as to what you mean by an auto-locked room?

Okamicarl a dit :
question at "Color Codes" should i put closing mark?

&lt;ROSE&gt; example &lt;/ROSE&gt;

No, you just need to put it at the beginning of the text and the rest after that will become that colour. If you want to change it back to normal coloured text, you can use the &lt;N&gt; tag in the same way.

Meaning that without manually putting a password for the room, it will be locked by itself
Shamousey
« Consul »
1436113140000
    • Shamousey#0095
    • Profil
    • Derniers messages
    • Tribu
#85
  0
No, that's not possible.
Hurricane
« Citoyen »
1436628600000
    • Hurricane#8296
    • Profil
    • Derniers messages
    • Tribu
#86
  0
Good thead shamy. gj :)

*too late*
Shamousey
« Consul »
1436633040000
    • Shamousey#0095
    • Profil
    • Derniers messages
    • Tribu
#87
  0
Module Team applications have a new website! Head over to apply.transforstaff.com to check it out and apply!
Cristinescu
« Consul »
1436716920000
    • Cristinescu#0000
    • Profil
    • Derniers messages
    • Tribu
#88
  0
Hello, can someone explain me more about tfm.get.room.playerList[playerName].look ?

I want to make a module for my tribe and I want to give them some clothes. And, can someone give me an example?
Bushmeister
« Consul »
1436775780000
    • Bushmeister#0000
    • Profil
    • Derniers messages
    • Tribu
#89
  0
cristinescu a dit :
Hello, can someone explain me more about tfm.get.room.playerList[playerName].look ?

I want to make a module for my tribe and I want to give them some clothes. And, can someone give me an example?

You cannot give someone cloths. This function returns which clothes and furs player is wearing at the moment.
There (Clothing IDs) you can find some information about id's
Esh
« Censeur »
1437100380000
    • Esh#0095
    • Profil
    • Derniers messages
    • Tribu
#90
  0
Could you update the topic with the news particles? Such as the blue one in Bastille map
Evilsantah
« Citoyen »
1437102360000
    • Evilsantah#0000
    • Profil
    • Derniers messages
#91
  0
Eshkation a dit :
Could you update the topic with the news particles? Such as the blue one in Bastille map

The blue particles in the Bastille Day map are actually a teal and a purple particle on top of each other. I figured that would give a better blue color. As for other particles I'm not sure there are new ones? Perhaps from new consumables.
Papero
« Citoyen »
1437110640000
    • Papero#9240
    • Profil
    • Derniers messages
    • Tribu
#92
  0
We're there changes to shaman skills disabling?
Shamousey
« Consul »
1437134520000
    • Shamousey#0095
    • Profil
    • Derniers messages
    • Tribu
#93
  0
Paperonaruto a dit :
We're there changes to shaman skills disabling?

There seem to have been some changes in regards to skills when the two new skill trees came out, most notably:
1. You can still use passive skills like teleporting and rocket if you're made shaman with tfm.exec.setShaman(), but not wings. You can only use wings if you die and respawn then.
2. tfm.exec.disableAllShamanSkills(true) can now be set to false again to toggle skills on and off (previously it just disabled them in the room and couldn't be re-enabled).
Esh
« Censeur »
1437139740000
    • Esh#0095
    • Profil
    • Derniers messages
    • Tribu
#94
  0
Evilsantah a dit :
Eshkation a dit :
Could you update the topic with the news particles? Such as the blue one in Bastille map

The blue particles in the Bastille Day map are actually a teal and a purple particle on top of each other. I figured that would give a better blue color. As for other particles I'm not sure there are new ones? Perhaps from new consumables.

Oh, clever
Vvv
« Citoyen »
1441052160000
    • Vvv#4666
    • Profil
    • Derniers messages
    • Tribu
#95
  0
digs through every module topic ever in search of a #control topic finally finds one and its removed sobs
Gekkeiju
« Citoyen »
1441165620000
    • Gekkeiju#0000
    • Profil
    • Derniers messages
    • Tribu
#96
  0
Question: Is "tfm.get.xmlMapInfo.xml" works?

I tried to print the keys and values in tfm.get.xmlMapInfo in eventNewGame().
The key "xml" was existed but the value was "".
Other keys like auther had a correct value.
Can't we refer correctly this key in a tribe house?
Does it work in the official modules?
Podoko
« Citoyen »
1441178820000
    • Podoko#0000
    • Profil
    • Derniers messages
    • Tribu
#97
  0
You can't simply print a map's xml because of < > tags.
If you want to print it, make sure to change each < with &amp;lt; => print ( tfm.get.room.xmlMapInfo.xml:gsub('<','&amp;lt;') )

Dernière modification le 1441178880000
Gekkeiju
« Citoyen »
1441198020000
    • Gekkeiju#0000
    • Profil
    • Derniers messages
    • Tribu
#98
  0
Podoko a dit :
You can't simply print a map's xml because of &lt; &gt; tags.
If you want to print it, make sure to change each &lt; with &amp;lt; =&gt; print ( tfm.get.room.xmlMapInfo.xml:gsub('&lt;','&amp;lt;') )

Thanks a lot.
I forgot that the chat area is TextField in Adobe Flash so the string is interpreted as html text.
Amrtast
« Censeur »
1441381500000
    • Amrtast#0000
    • Profil
    • Derniers messages
#99
  0
Thank Shamo !

Dernière modification le 1441745580000
Cristinescu
« Consul »
1441728360000
    • Cristinescu#0000
    • Profil
    • Derniers messages
    • Tribu
#100
  0
A little mistake..
http://i.imgur.com/FCAhVto.png
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • Module FAQ & Documentation
« ‹ 5 / 19 › »
© Atelier801 2018

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

Version 1.27