×

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
  • /
  • [Unofficial Module] #Iced!
« ‹ 7 / 9 › »
[Unofficial Module] #Iced!
Bonang
« Citoyen »
1389596400000
    • Bonang#0000
    • Profil
    • Derniers messages
#121
  0
Mousechris a dit :
then it's a moderated script of this one

What the code??
Janinchen
1389619440000
    • Janinchen#0000
    • Profil
    • Derniers messages
#122
[Modéré par Bolinboy, raison : Spam]
Mousechris
« Censeur »
1389654120000
    • Mousechris#0000
    • Profil
    • Derniers messages
    • Tribu
#123
  0
Bonang a dit :
What the code??

in the OP
Woebegone
« Citoyen »
1389660360000
    • Woebegone#8377
    • Profil
    • Derniers messages
    • Tribu
#124
  0
Using this URL thing because I'm lazy to go on the internet (I'm on Standalone) - Code
Racody
« Consul »
1389664380000
    • Racody#0000
    • Profil
    • Derniers messages
    • Tribu
#125
  0
Script Translation for PT:

script a dit :

print("<N>Oláa!! <font color='#89A7F5'>#Iced<N> é um mini-game não oficial que atualmente so pode ser jogado no Cafofo da Tribo. Porfavor Apoiem!<font color='#89A7F5'>#Iced!")

maps={4446416,4414828,4431469,4433446,4413886}
players={}

function returnMouseCount()
count=0
for player in pairs(tfm.get.room.playerList) do
if(tfm.get.room.playerList[player].isDead==false) then
count=count+1
elseif(players[player].id) then
count=count+1
end
end
return count
end

function eventLoop(time,remaining)
returnMouseCount()
if(remaining<=0 or count==0) then
newRound()
end
playerList=tfm.get.room.playerList
end

function newRound()
tfm.exec.newGame(maps[math.random(#maps)])
end

function eventNewGame()
tfm.exec.snow()
tfm.exec.setUIMapName("<N>Bem vindo ao<font color='#89A7F5'>#Iced! <N>Aperte<font color='#89A7F5'>Z<N>para se tornar um cubo de gelo!<N> Aperte <font color='#89A7F5'>X<N> para se tornar uma tabua de gelo!\n")
end

function eventNewPlayer(name)
ui.addTextArea(1,"<p align='center'><b><N><N>Oláa!! <font color='#89A7F5'>#Iced<N> é um mini-game não oficial que atualmente so pode ser jogado no Cafofo da Tribo. Porfavor Apoiem! <font color='#89A7F5'>#Iced!", name, 5,25, 790, 25, 0x000000, 0x000000, 0)
tfm.exec.bindKeyboard(name,87,true,true)
tfm.exec.bindKeyboard(name,88,true,true)
players[name]={timestamp=os.time()}
end

function eventKeyboard(name,key,down,x,y)
if players[name].timestamp < os.time()-800 then
if(key==87 and playerList[name].isDead==false) then
tfm.exec.killPlayer(name)
local id=tfm.exec.addShamanObject(54,x,y)
players[name]={id=id,x=x,y=y}
elseif(key==88 and playerList[name].isDead==false) then
tfm.exec.killPlayer(name)
local id=tfm.exec.addShamanObject(45,x,y)
players[name]={id=id,x=x,y=y}
else
if(players[name].x and players[name].y and players[name].id) then
local id=players[name].id
tfm.exec.respawnPlayer(name)
players[name].x=tfm.get.room.objectList[id].x
players[name].y=tfm.get.room.objectList[id].y
if(players[name].x==0) then tfm.exec.killPlayer(name)
else
tfm.exec.movePlayer(name,players[name].x,players[name].y)
end
tfm.exec.removeObject(id)
players[name].id=nil
end
end
players[name].timestamp=os.time()
end
end


function main()
tfm.exec.disableAutoNewGame(true)
tfm.exec.disableAutoTimeLeft(true)
tfm.exec.disableAutoShaman(true)
tfm.exec.newGame(maps[math.random(#maps)])
for name,player in pairs(tfm.get.room.playerList) do
eventNewPlayer(name)
end
end

main()

function eventPlayerWon(name)
players[name].x=nil
players[name].y=nil
players[name].id=nil
end

function eventPlayerGetCheese(name)
tfm.exec.playerVictory(name)
end

I can translate and create it in the topic Forum BR? Of course, with credits.
Mousechris
« Censeur »
1389671880000
    • Mousechris#0000
    • Profil
    • Derniers messages
    • Tribu
#126
  0
Racody a dit :
Script Translation for PT:


I can translate and create it in the topic Forum BR? Of course, with credits.

You'll have to take it up with me ingame.
+Thogabriel
« Citoyen »
1389729000000
    • +Thogabriel#0000
    • Profil
    • Derniers messages
    • Tribu
#127
  0
It's funny <3

I love this script

OMG e.e
Jordy
« Consul »
1389747060000
    • Jordy#0015
    • Profil
    • Derniers messages
    • Tribu
#128
  0
This minigame needs more maps. D:
Bonang
« Citoyen »
1390026060000
    • Bonang#0000
    • Profil
    • Derniers messages
#129
  0
Bonang a dit :
What the code??

code for x cloud z for big box??
Mousechris
« Censeur »
1390029180000
    • Mousechris#0000
    • Profil
    • Derniers messages
    • Tribu
#130
  0
Bonang a dit :
code for x cloud z for big box??

Mousechris a dit :
in the OP
Nekoava
« Citoyen »
1390078440000
    • Nekoava#0000
    • Profil
    • Derniers messages
    • Tribu
#131
  0
Mousechris a dit :
You'l need map powers

type /lua in the tribe house and put in the pastebin code in the OP

It doesn't work for me..?

-

Nvm.
Deusvult
« Citoyen »
1390169700000
    • Deusvult#4895
    • Profil
    • Derniers messages
#132
  0
I like this minigame, so I made a traslation to Spanish

a dit :
print("<N>¡Hola amigos! <font color='#89A7F5'>#Iced<N> es un minijuego no-oficial que puedes jugar en la Casa de la Tribu. Porfavor, prueba<font color='#89A7F5'>#Iced!")

maps={4414828,4431469,4433446,4413886,4451288,4139378,4452445,4449920}
players={}

function returnMouseCount()
count=0
for player in pairs(tfm.get.room.playerList) do
if(tfm.get.room.playerList[player].isDead==false) then
count=count+1
elseif(players[player].id) then
count=count+1
end
end
return count
end

function eventLoop(time,remaining)
returnMouseCount()
if(remaining<=0 or count==0) then
newRound()
end
playerList=tfm.get.room.playerList
end

function newRound()
tfm.exec.newGame(maps[math.random(#maps)])
end

function eventNewGame()
tfm.exec.snow()
tfm.exec.setUIMapName("<N>Bienvenido a <font color='#89A7F5'>#Iced! <N>Presione <font color='#89A7F5'>Z<N> ¡Para convertirte en un cubo de hielo! <N>Presione <font color='#89A7F5'>X<N> Para hacerte una tabla de hielo. ¡Diviertete! \n")
end

function eventNewPlayer(name)
ui.addTextArea(1,"<p align='center'><b><N>¡Hola amigos! <font color='#89A7F5'>#Iced!<N> es un minijuego no-oficial que puedes jugar en la Casa de la Tribu. Porfavor, prueba<font color='#89A7F5'>#Iced!</b></p>", name, 5,25, 790, 25, 0x000000, 0x000000, 0)
tfm.exec.bindKeyboard(name,87,true,true)
tfm.exec.bindKeyboard(name,88,true,true)
players[name]={timestamp=os.time()}
end

function eventKeyboard(name,key,down,x,y)
if players[name].timestamp < os.time()-800 then
if(key==87 and playerList[name].isDead==false) then
tfm.exec.killPlayer(name)
local id=tfm.exec.addShamanObject(54,x,y)
players[name]={id=id,x=x,y=y}
elseif(key==88 and playerList[name].isDead==false) then
tfm.exec.killPlayer(name)
local id=tfm.exec.addShamanObject(45,x,y)
players[name]={id=id,x=x,y=y}
else
if(players[name].x and players[name].y and players[name].id) then
local id=players[name].id
tfm.exec.respawnPlayer(name)
players[name].x=tfm.get.room.objectList[id].x
players[name].y=tfm.get.room.objectList[id].y
if(players[name].x==0) then tfm.exec.killPlayer(name)
else
tfm.exec.movePlayer(name,players[name].x,players[name].y)
end
tfm.exec.removeObject(id)
players[name].id=nil
end
end
players[name].timestamp=os.time()
end
end


function main()
tfm.exec.disableAutoNewGame(true)
tfm.exec.disableAutoTimeLeft(true)
tfm.exec.disableAutoShaman(true)
tfm.exec.newGame(maps[math.random(#maps)])
for name,player in pairs(tfm.get.room.playerList) do
eventNewPlayer(name)
end
end

main()

function eventPlayerWon(name)
players[name].x=nil
players[name].y=nil
players[name].id=nil
end

function eventPlayerGetCheese(name)
tfm.exec.playerVictory(name)
end

from Flingoyo in ES to EN
Epicsouris
« Citoyen »
1391036520000
    • Epicsouris#0000
    • Profil
    • Derniers messages
#133
  0
Thanks Chris, you should make an official one.
+Prolar
« Citoyen »
1392642420000
    • +Prolar#0000
    • Profil
    • Derniers messages
    • Tribu
#134
  0
thankss
Izaazie
« Citoyen »
1393038060000
    • Izaazie#0000
    • Profil
    • Derniers messages
#135
  0
this game is awesome
Mousecrewz
« Citoyen »
1393483080000
    • Mousecrewz#0000
    • Profil
    • Derniers messages
#136
  0
Hello, Can I translate and publish this game in the Brazilian server?
Mousechris
« Censeur »
1393655760000
    • Mousechris#0000
    • Profil
    • Derniers messages
    • Tribu
#137
  0
Mousecrewz a dit :
Hello, Can I translate and publish this game in the Brazilian server?

No
+Thogabriel
« Citoyen »
1393678680000
    • +Thogabriel#0000
    • Profil
    • Derniers messages
    • Tribu
#138
  0
Mousechris a dit :
No

Why?
Maicolprof
« Citoyen »
1395540060000
    • Maicolprof#0000
    • Profil
    • Derniers messages
#139
  0
please check the map and put it please @4906897
Lisathecute
« Citoyen »
1397771640000
    • Lisathecute#0000
    • Profil
    • Derniers messages
#140
  0
Check please: @4974574
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • [Unofficial Module] #Iced!
« ‹ 7 / 9 › »
© Atelier801 2018

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

Version 1.27