×

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
  • /
  • Discussions
  • /
  • Questions & Answers
« ‹ 665 / 667 › »
Questions & Answers
Pagoda
« Citoyen »
1671554880000
    • Pagoda#4165
    • Profil
    • Derniers messages
    • Tribu
#13281
  0
I was hoping to use the Meep bar. You can giveMeep a player but if you set it to false it disappears. Well, can I use it for my purposes or not??

I want to put my own number into the bar and use it. This is for UI purposes.
Pagoda
« Citoyen »
1671558780000
    • Pagoda#4165
    • Profil
    • Derniers messages
    • Tribu
#13282
  0
Let me rephrase the question so it's clearer.

I want to use the meep bar but only for its aesthetic value, and I don't want any meep functionality in the game. Basically, I want to have the meep bar and be able to change the value on its bar.
Preuclides
« Consul »
1671659400000
    • Preuclides#3383
    • Profil
    • Derniers messages
    • Tribu
#13283
  0
Priamagora a dit :
Let me rephrase the question so it's clearer.

I want to use the meep bar but only for its aesthetic value, and I don't want any meep functionality in the game. Basically, I want to have the meep bar and be able to change the value on its bar.

you can use eventPlayerMeep, but the meep will still be there
or you can make your own "load bar" and put a timer into eventLoop
(ps: the other guy asked you to use the wrong topic, u may need the module faq to make a question about scripts/modules or script request to make a request, but no problem)
i will send you an exemple:
Code Lua

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
local loadBarSize = 5 --the size of the bar (number)
local loadBarTime = 12 --the time to complete in 0.5 seconds, so 12 = 6 seconds (int)

local _loadBarPlayers = {}

eventNewPlayer = function(playerName)
system.bindKeyboard(playerName, 32, false, true)
if _loadBarPlayers[playerName] == nil then
_loadBarPlayers[playerName] = {seconds = loadBarTime, imageStorage = {}, canPressSpace = false, loadBarSpace = 0, secondsNoChange = loadBarTime} --each 10 seconds, put all players with loadBar
end
end

for k in next, tfm.get.room.playerList do
eventNewPlayer(k)
end

eventPlayerRespawn = function(playerName)
_loadBarPlayers[playerName] = {seconds = loadBarTime, imageStorage = {}, canPressSpace = false, loadBarSpace = 0, secondsNoChange = loadBarTime}
end

eventLoop = function()
for k, v in next, _loadBarPlayers do
if _loadBarPlayers[k].seconds > 0 then
_loadBarPlayers[k].imageStorage[(#_loadBarPlayers[k].imageStorage)+1] = tfm.exec.addImage('185269e5376.png', '$'..k, -((_loadBarPlayers[k].secondsNoChange*loadBarSize)/2)+_loadBarPlayers[k].loadBarSpace+(loadBarSize/2), -(32+(loadBarSize/2)), k, loadBarSize, loadBarSize, nil, nil, 0.5, 0.5)
_loadBarPlayers[k].loadBarSpace = (_loadBarPlayers[k].loadBarSpace)+loadBarSize
elseif _loadBarPlayers[k].canPressSpace == false then
_loadBarPlayers[k].canPressSpace = true
end
_loadBarPlayers[k].seconds = _loadBarPlayers[k].seconds-1
end
end

eventKeyboard = function(playerName, keyCode)
if _loadBarPlayers[playerName].canPressSpace and keyCode == 32 then
for i=1, #_loadBarPlayers[playerName].imageStorage do
tfm.exec.removeImage(_loadBarPlayers[playerName].imageStorage[i])
end
_loadBarPlayers[playerName] = {seconds = loadBarTime, imageStorage = {}, canPressSpace = false, loadBarSpace = 0, secondsNoChange = loadBarTime}

----------------
--DO SOMETHING--
----------------

end
end

Dernière modification le 1671665700000
Pagoda
« Citoyen »
1671686220000
    • Pagoda#4165
    • Profil
    • Derniers messages
    • Tribu
#13284
  0
Okay, thank you for your response. I was just hoping to find out about whether I can use the meep bar. I could make my own load bar but I thought using the meep bar would be more resourceful.
Essme
« Consul »
1672096800000
    • Essme#9709
    • Profil
    • Derniers messages
    • Tribu
#13285
  0
Why the heck other people who don't speak portuguese say cafe and not coffee chat or something? Just realized that now and I'm wondering why
Valentina
« Consul »
1672106280000
    • Valentina#2683
    • Profil
    • Derniers messages
    • Tribu
#13286
  0
Essme a dit :
Why the heck other people who don't speak portuguese say cafe and not coffee chat or something? Just realized that now and I'm wondering why

from what i know, cafe is the french word for coffee, i didnt know its also the portuguese word for coffee but i think we say cafe cuz its faster to type
Laiba
« Sénateur »
1672124940000
    • Laiba#5965
    • Profil
    • Derniers messages
#13287
  1
They say cafofo too
Essme
« Consul »
1672144200000
    • Essme#9709
    • Profil
    • Derniers messages
    • Tribu
#13288
  0
Haha yes
Essme
« Consul »
1672144200000
    • Essme#9709
    • Profil
    • Derniers messages
    • Tribu
#13289
  0
Valentina a dit :
Essme a dit :
Why the heck other people who don't speak portuguese say cafe and not coffee chat or something? Just realized that now and I'm wondering why

from what i know, cafe is the french word for coffee, i didnt know its also the portuguese word for coffee but i think we say cafe cuz its faster to type

My french is just that bad, vocabulary went out the window
Alira
« Citoyen »
1672147200000
    • Alira#1742
    • Profil
    • Derniers messages
    • Tribu
#13290
  0
Essme a dit :
Why the heck other people who don't speak portuguese say cafe and not coffee chat or something? Just realized that now and I'm wondering why

Here is a good resource to answer your question;
From what I understand, a cafe is a place where coffee is served but not only, while coffee is just the plant and drink made out of its beans.
Preuclides
« Consul »
1672854060000
    • Preuclides#3383
    • Profil
    • Derniers messages
    • Tribu
#13293
  0
Pagoda a dit :
Okay, thank you for your response. I was just hoping to find out about whether I can use the meep bar. I could make my own load bar but I thought using the meep bar would be more resourceful.

you can easily make it looks like a meep bar with black, purple and cyan images

Dernière modification le 1672854240000
Pagoda
« Citoyen »
1674963960000
    • Pagoda#4165
    • Profil
    • Derniers messages
    • Tribu
#13294
  0
Hey guys, can you only collect a certain amount of tickets from Chinese New Year event?
Laiba
« Sénateur »
1674974340000
    • Laiba#5965
    • Profil
    • Derniers messages
#13295
  1
I guess we can only collect
I have made an new event Guide BTW


I just searched out that you can collect 250 golden ticket in you inventory maximum and 200 bootcamp and 200 red adventure tickets maximum in you inventory!!


You can check Click wikipedia

Dernière modification le 1674974640000
Pagoda
« Citoyen »
1674986460000
    • Pagoda#4165
    • Profil
    • Derniers messages
    • Tribu
#13296
  0
Yeah it seems that once you collect all the lanterns there is no other way to earn tickets :/
Mikakuran
« Citoyen »
1679899500000
    • Mikakuran#0000
    • Profil
    • Derniers messages
    • Tribu
#13297
  0
Anyone else getting the item default color getting saved over items on your already saved outfits even though you saved have it customized already.
I thought relogging would make it go back to normal, but it turns out I have to equip the outfit then change the color of the default item again and resave it.
Is it because I have too many outfits saved? (note there's currently 83 outfits and 24 out of the 83 has an item on it that for some reason got changed back to the default color.)
This has not affected any of my shaman items. Just a pain changing them back to their previous color when equipping outfits not sure if tfm has updated these items in any way shape or form and I haven't been on tfm in a while just curious.
Examples of the compromised colors on saved outfits #3 4 5 6 below
https://i.imgur.com/glmK4M1.png

Dernière modification le 1679899620000
Alira
« Citoyen »
1679920620000
    • Alira#1742
    • Profil
    • Derniers messages
    • Tribu
#13298
  0
Mikakuran a dit :
Anyone else getting the item default color getting saved over items on your already saved outfits even though you saved have it customized already.
I thought relogging would make it go back to normal, but it turns out I have to equip the outfit then change the color of the default item again and resave it.
Is it because I have too many outfits saved? (note there's currently 83 outfits and 24 out of the 83 has an item on it that for some reason got changed back to the default color.)
This has not affected any of my shaman items. Just a pain changing them back to their previous color when equipping outfits not sure if tfm has updated these items in any way shape or form and I haven't been on tfm in a while just curious.
Examples of the compromised colors on saved outfits #3 4 5 6 below
https://i.imgur.com/glmK4M1.png

I think this happens with any item that gets additional customizations thanks to flash squad. Yes, it can get annoying, it happened also to a few of my outfits that I used the same item with different colors for, but I understood that they are working on improving the items so I didn't complain and just re-customized the items and saved the slots again.
Evil
« Citoyen »
1680795780000
    • Evil#9023
    • Profil
    • Derniers messages
#13299
  0
hey i wanna know the last day my friend played in this game "im not friend with him" how can i know plz
also he have no other friends in the game so i didn't know who should i ask, and the last time i've seen him online was in july 2021
is there any sites similar to cheeseformice or a certain way to know the exact date?
Crysum
« Citoyen »
1681671420000
    • Crysum#0000
    • Profil
    • Derniers messages
    • Tribu
#13300
  0
Is there any way how I can dissolve a tribe I created?
  • Forums
  • /
  • Transformice
  • /
  • Discussions
  • /
  • Questions & Answers
« ‹ 665 / 667 › »
© Atelier801 2018

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

Version 1.27