![]() |
![]() ![]() « Consul » 1449802920000
| 0 | ||
razz1 a dit : It won't work and you can't make it work easily, sadly - it's an issue with the way maps are loaded in Transformice in general. |
![]() ![]() « Citoyen » 1450704000000
| 0 | ||
Shamousey a dit : I tried this revolute Joint : local _joint = { type = 3, forceMotor = 999999999999, speedMotor = 2, } but it's pretty stoppable by mice. what does ratio do ? and what does forceMotor do ? and what does speedMotor represent ? I mean I tried diffirent values I tried changing ground masses but each time It's easly stopped by mice. and It appears the mroe forceMotor the faster it is, Huh? |
0 | ||
I just noticed something odd Official doc: • tfm.exec.movePlayer ( playerName, xPosition, yPosition, positionOffset, xSpeed, ySpeed, speedOffset ) This thread: tfm.exec.movePlayer(playerName, xPosition, yPosition, xOffset, xSpeed, ySpeed, yOffset) |
![]() ![]() « Citoyen » 1451663700000
| 0 | ||
Hi, I have a question abot eventLoop. When I use it, in the #lua tab, it appears the message This will spam you every half a second. (145). The number between paranthese represents a counting, but doesn't make a spam. Can you explain the situation please? |
![]() ![]() « Citoyen » 1452448260000
| 0 | ||
justcryforme a dit : There was a new Transformice update that ensures the stacking of the same messages by giving a number near it , it's useful to reduce spam ( like in utility or the #lua tab) Basically it means that "This will spam you every half a second." got repeated 145 times respectively . |
![]() ![]() « Citoyen » 1453005360000
| 0 | ||
Hi. Just want to let you know, /infoshop ingame doesn't work anymore. No window opening seems to be happened. |
0 | ||
Desperauxq a dit : I don't think this is really related to module, its a command in tfm, and all the commands can be found here. Anyway after you type /infoshop ingame, go to shop. It will show u the category and ID of each item which can be used in tfm.get.room.playerList[playerName].look to get what the player is wearing. Dernière modification le 1453007820000 |
![]() ![]() « Citoyen » 1454230020000
| 0 | ||
Ah, ok. Thanks Mousetat. |
![]() ![]() « Censeur » 1454401200000
| 0 | ||
Hey, What I wonder who owner on thread for #sketch, but there no thread on #sketch in module o.o? Now #sketch is new official module btw |
0 | ||
Anthonyjones a dit : Makinit is the owner of #sketch most likely, thread: [url=]http://atelier801.com/topic?f=6&t=679820[/url] It was an official module pretty long ago ^^' |
![]() ![]() « Citoyen » 1454858100000
| 0 | ||
How often can I call system.savePlayerData(pName), system.loadPlayerData(pName) and system.saveFile(data, fileNumber), system.loadFile(fileNumber)? |
![]() « Censeur » 1454858400000
| 0 | ||
system.savePlayerData(String pName, String data) saves data of type string to the player pName (2k characters max), saving data[playerName].cheese=200 as a string (as in, system.savePlayerData(name, "data[playerName].cheese=200")) will make it 27 characters, while saving data[playerName].cheese=200 as the value of the variable cheese inside data[playerName] table (as in, system.savePlayerData(playerName, data[playerName].cheese) whereas data[playerName].cheese is 200) will make it 3 characters. Note that these functions can only be used for Module team members.[/quote] |
![]() ![]() « Citoyen » 1454858700000
| 0 | ||
Thank you!!!! |
0 | ||
Superlers a dit : You can can savePlayerData/loadPlayerData when you want to, but loadFile/saveFile each 1 minute |
![]() ![]() « Citoyen » 1459208700000
| 0 | ||
how do you play racing in tribe house? |
![]() « Citoyen » 1459214460000
| 0 | ||
Tomassonic a dit : Racing isnt a module, and I havent seen any way of loading other game modes in the tribe house. |
![]() ![]() « Citoyen » 1459770600000
| 0 | ||
Hello I just wanted to tell u something : -> imgur images aren't working anymore because imgur is redirecting, depending on the "Referer" -> just set "Referer" to i.imgur.com (For lua team) |
![]() ![]() « Consul » 1459771680000
| 0 | ||
Nathaan a dit : Modules don't use imgur anymore. Lua devs upload images to http://images.atelier801.com/ for their games. |
![]() ![]() « Citoyen » 1459774860000
| 0 | ||
yep, but somes aren't updated and still using imgur like palette, (prophunt?).. |