Teardown

Teardown

Teardown video player test
41 kommentarer
Carter2920 10. sep. 2024 kl. 20:03 
AD CAMODO GAMEING
super_kamaron 26. aug. 2024 kl. 16:21 
bucth
-= ☆ Gabriel ☆ =- 21. aug. 2024 kl. 3:36 
so im gonna put nick jr anomaly in tv.lua
DivingLight 15. sep. 2023 kl. 13:19 
:3
jchalley89 15. sep. 2023 kl. 12:09 
YOU ARE HE
jchalley89 15. sep. 2023 kl. 12:09 
YOU SIR
akua  [ophavsmand] 14. sep. 2023 kl. 19:20 
He?
jchalley89 1. sep. 2023 kl. 12:12 
OH CRAP HE'S GONA COMMIT WAR CRIMES
Trondrew 8. juli 2023 kl. 13:23 
I CANT FIND TGE FILE
Pame 17. juni 2023 kl. 20:45 
can someone tell me where I can find the files?
DivingLight 3. maj 2023 kl. 19:44 
reginald j teardown would never use a nuke
KingLavaCreeper 3. maj 2023 kl. 19:24 
bro i got a nuke
Pame 14. apr. 2023 kl. 23:33 
where can I find it?
nightshade 21. mar. 2023 kl. 15:10 
where is it
kreativity22 19. feb. 2023 kl. 19:16 
gg
Jasarkirion 7. feb. 2023 kl. 2:44 
Nah, I use a SPACA gun. (Download one, you will see.)
Jenna 26. jan. 2023 kl. 11:01 
i have ak47 mod tight now
DivingLight 25. jan. 2023 kl. 11:07 
ak47 are so non teardown
Streamy Games 25. jan. 2023 kl. 1:18 
i would aim a ak47 at it a shoot
DivingLight 31. juli 2022 kl. 12:20 
what else are you supposed to aim at a tv
AUTOlvlCTRL 31. juli 2022 kl. 0:06 
bro why you aiming a rail gun at the tv
Toycoolbonnie18 Puro 16. apr. 2022 kl. 16:12 
this is sus mod
akua  [ophavsmand] 19. feb. 2022 kl. 9:18 
@BerBer0s your looking at the tv.lua in the game's data folder, you need to make a copy of the mod and open the tv.lua in the mod's asset folder
akua  [ophavsmand] 19. feb. 2022 kl. 9:15 
wait what
h4cK3r_dXg666 19. feb. 2022 kl. 7:35 
"read tv.lua in the assets folder to learn how to import your own video"
I readed, but there is just turn on\off script :steamdeadpan:
akua  [ophavsmand] 19. feb. 2022 kl. 7:17 
@BerBer0ws why would you add the ability to turn it off and on when you could just smash it to bits, it has the same outcome :griefer:...
h4cK3r_dXg666 19. feb. 2022 kl. 5:57 
function init()
screen = FindScreen("tv")
body = GetShapeBody(GetScreenShape(screen))
end

function tick(dt)
if HasTag(body, "interact") then
if IsBodyBroken(body) then
RemoveTag(body, "interact")
else
if IsScreenEnabled(screen) then
SetTag(body, "interact", "Turn off")
else
SetTag(body, "interact", "Turn on")
end
end
end
if GetPlayerInteractBody() == body and InputPressed("interact") then
if IsScreenEnabled(screen) then
SetScreenEnabled(screen, false)
SetTag(body, "interact", "Turn on")
else
SetScreenEnabled(screen, true)
SetTag(body, "interact", "Turn off")
end
end
end


Yea, now i know how to import it
jovita.jonas 5. jan. 2022 kl. 17:00 
Please
:steamthumbsup:
WDGrimm 4. jan. 2022 kl. 12:19 
hey spittin fax mind friending me?
MIRROR 6. okt. 2021 kl. 2:51 
just dont put McV or MVEGS videos on it, if this is on a map and its playing that one easter egg video from MVEGS, id rather spam the place with meteors
ithrowpoodles 10. sep. 2021 kl. 3:59 
I can't stop putting this on every map i have
DivingLight 27. aug. 2021 kl. 16:59 
time to make it play some totally not horny shit
Glorp 26. juli 2021 kl. 14:57 
i put it in the water but it still played
8th Wonder of the World 26. juli 2021 kl. 14:23 
Ah it was named something else hopefully it should work now, thanks!
akua  [ophavsmand] 26. juli 2021 kl. 10:47 
8th Wonder of the World make sure you name the frames, they should be named like "img001" - "img014" - "img153" - "img8888"
8th Wonder of the World 25. juli 2021 kl. 20:39 
I keep getting a black screen with a checkboard pattern in the middle, I followed everything but still no luck
FerdiBerdiii 24. juli 2021 kl. 6:07 
You could potentially load in the whole video as an audio file, and seperate images.

And just have it look for like image_1, image_2 and etc.

Then to find the end of the video have like a double wide blank image that you detect using the UI to get it's width.

Sounds like a lot of hassle though.
Canine 23. juli 2021 kl. 18:11 
The name of the mod is called "Assetpack Video Test" if anyone is searching for it in their list like I was.
StrainZex 23. juli 2021 kl. 13:14 
Ah I see well alright maybe some day.
akua  [ophavsmand] 23. juli 2021 kl. 12:02 
@StrainZex the api doesn't currently support http requests atm, but it would be cool if someone made a mod that adds on stuff like that to the lua api
StrainZex 23. juli 2021 kl. 11:52 
Nice, about time someone did something with this, pretty sure someone could make a mod to where you can use youtube or the full internet on the pc in the game