Jump to content
TeardownMods

102 files

  1. NegativeSpeedometer

    !!!This mod only works on the experimental version of the game!!!

    This mod is just a joke.
    It makes the speedometer that was added with the new experimental API go into the negative.

    Credit goes to:
    Original mod creator - Dennis Gustafsson
    GreatLordDax - Created the new Image
    Nebur7420 - removed 6 lines of code and put everything together.

    Instalation:
    put the NegativeSpeedometer in the teardown->mods folder

    13 downloads

       (0 reviews)

    0 comments

    Updated

  2. No crosshair[Not work]

    этот мод убирает прицел !!! Его можно использовать для красивых видеороликов.
    при установке замените файл hud.lua на путь steam \ steamapps \ common \ Teardown \ data \ ui

    66 downloads

       (2 reviews)

    1 comment

    Updated

  3. Noclip mod

    This mod allows you to pass through everything on the map. It also has super easy controls. I hope you enjoy it! Thanks to @MyCresta for adding far better movement and and cleaning up the code.
    Controls
    q: enter and exit noclip mode
    rmb: move faster while you are in noclip mode
    w, a, s, d, and space: move around while in noclip mode

    4,953 downloads

       (8 reviews)

    20 comments

    Updated

  4. NOT WORKING Stronk Mod

    NOT WORKING WITH LATEST VERSION OF TEARDOWN
    NEW: Thors Hammer added! Bring down powerful lightning strikes with the sledge!
    Demo of thors hammer: https://youtu.be/4cfHwN2j5RY
    ADDED a vox model for Thors Hammer which looks awsome, thanks to cCheerSs for making it and letting me use it
    To use it: place thorhammer.vox in "Teardown/data/vox/tool", rename sledge.vox to something else to save it, then rename thorhammer.vox to sledge.vox and voila!
    Features:
    Bring down powerful lightning that leaves smoke and fire like the real ones. Store up to ten objects, they are teleported below the map, you can teleport them in front of you with the spray (Very experimental) Grow big biceps and throw objects with very high velocity, the bigger the thing you can grab, the harder you throw it. Blink like a mage without cooldown using the mouse scroll down Grab and rotate stuff (Very experimental, works well with vehicles and some interactables, does not work well with world shapes) Functions:
    Swing your hammer to smack down a violent lightning bolt Throw something with plank equipped to store it Spray with can to spawn it in front of you Throw something very hard with extinguisher equipped Scroll down with rocker launcher equipped to teleport 10m in aim direction Grab things with blowtorch equipped to rotate it Press TAB and click the Stronk Mod button in the bottom left corner for options menu
      I have included two ways of installation, use one of them:
    If you don't have any other modded ui files and just want to test this mod, use the first method.
    If you already have modded files and would like to run this mod together with it, you can install with method 2, it will only place a hook at the end of the needed lua files without replacing any of your existing code.
    Second method also includes a console in the main menu and esc menu.
    You can read more about this on the git link below.
    To use vox model: place thorhammer.vox in "Teardown/data/vox/tool", rename sledge.vox to something else to save it, then rename thorhammer.vox to sledge.vox and voila!
    Installation method 1:
    Download Stronk Install 1.rar and extract files Place all three files in Teardown/data/ui Enjoy! Installation method 2:
    Download Stronk Install 2.rar and extract files Place the mods folder and hook_modloader.bat directly in the Teardown game folder next to teardown.exe Run hook_modloader.bat ONCE to initialize Enjoy! If you need help installing DM me on discord: My Cresta#4859
    Ideas for future:
    Options to change keybinds/tools used List stored objects to be able to spawn selected one
    Creds to the creator of the mod framework:
    Thomasims
    https://github.com/Thomasims/TeardownUMF
    Please leave a review and/or suggestions as this has many areas which can be improved upon.

    2,930 downloads

       (12 reviews)

    35 comments

    Updated

  5. NOT WORKING!! Click Spawn Mod (AKA Click Smoke Mod)

    DM Me On Discord If There Is Any Bugs Cooperkit Gaming#1223
    Features:
    Click Smoke
    Random Smoke Movement Pool
    Smoke Pool Mode
    Smoke Lasting Time
    Smoke Size
    Particle Type
    Click Fire
    Click Explosion
    Drag Explosion 
    Detonator Click Mode
    Detonator Mode
    Detonator Explosion
    Explosion Power
    Click Tp
    Click Tool
    Click TP Tool
    Spawn/Detonate Tool
    Smoke Wall Mode
    Smoke Wall Spawn
    Click Spawn Default Tab
    Smoke Vector

    831 downloads

       (6 reviews)

    13 comments

    Updated

  6. OBSOLETE Speedometer

    It is a speedometer above the vehicle condition that you can enable in the settings

    230 downloads

       (4 reviews)

    8 comments

    Updated

  7. Performance Mod

    Moved to https://steamcommunity.com/sharedfiles/filedetails/?id=2419552682

    7,212 downloads

       (3 reviews)

    19 comments

    Updated

  8. Quick Level Changer With Mod Installer

    Installation
    Extract to your Teardown directory What is this?
    This mod allow you to move between level without having to go main menu
    Mod Installer?
    Yes, now you can install this mod with other mod installed!
     
    Question and Answer
    Can you create mod installer for me please? Message me MrAdhit#1296 for discussion  
    It show warning when i launch the mod installer Don't worry, it just because i'am not sign it, the mod installer is 100% safe  
    How do i download without the installer? Just download the zip compressed file  
    Did i still need to download the zip when i use the installer? No you didn't need it

    275 downloads

       (3 reviews)

    1 comment

    Updated

  9. Quick Save Manager

    This is a python script that I wrote that allows you to save and load quicksaves.
    The process is pretty self explanatory and the program guides you through pretty well, but just make sure that when loading a save you first quicksave BEFORE you load the save and then you can load it in the program and then in the game. As of right now there is no ui, although I will most likely add it soon.
    Although the program gives you simple explanations, if you find yourself confused I recommend you read the READ.txt in the zip.
    How to install:
    1. Extract the file anywhere you want.
    2. Move the quicksaves folder to Documents\Teardown (The folder where your save files are). You can delete the txt in the quicksaves folder if you want; it is completely useless other then allowing me to put the folder into a zip file.
    3. Run the script when you're ready and:
    Enjoy!
    Also make sure to check out another save manager made by MrAdhit that improves on the idea a lot!
     
     
    If you would prefer not to download the zip, the code is below:
    from shutil import copyfile from os import remove from getpass import getuser def startSave(): choose = input('save (s) or load/delete (l)? ') if choose == 's': print() save() else: if choose == 'l': print() loadChoose() def save(): try: saveListTxt = loadlist() except: print('savelist.txt not found, creating new file') saveListTxt = loadlist('x') saveListTxt.close() saveListTxt = loadlist() saveName = input('What do you want to call your save? ') saveNameNl = saveName + '\n' saves = saveListTxt.readlines() count = 0 for i in saves: count += 1 if saveNameNl == i: print() print('you already have a save with this name :(') print() saveListTxt.close() break else: if count == len(saves): saveListTxt.close() saveListTxt = loadlist('a') copyfile(r'C:\Users\\' + username + r'\OneDrive\Documents\Teardown\quicksave.bin', r'C:\Users\\' + username + r'\OneDrive\Documents\Teardown\quicksaves\\' + saveName + '.bin') saveListTxt.write(saveNameNl) saveListTxt.close() print() print('Save created') print() break if len(saves) == 0: saveListTxt.close() saveListTxt = loadlist('a') copyfile(r'C:\Users\\' + username + r'\OneDrive\Documents\Teardown\quicksave.bin', r'C:\Users\\' + username + r'\OneDrive\Documents\Teardown\quicksaves\\' + saveName + '.bin') saveListTxt.write(saveNameNl) saveListTxt.close() print() print('Save created') print() def loadlist(method = 'r'): resultlist = open(r'C:\Users\\' + username + r'\OneDrive\Documents\Teardown\quicksaves\savelist.txt', method) return resultlist def loadChoose(): saveTxt = loadlist('r') saveList = saveTxt.readlines() saveTxt.close saveTxt = loadlist('r') saveListOg = saveTxt.readlines() saveTxt.close if len(saveListOg) > 0: for i in range(len(saveList)): print(i + 1) print(saveList[i]) print() saveNum = int(input('type the number of the save you want to load/delete ')) print() if not saveNum > len(saveList) and not saveNum < 1: delOrLoad = input('delete (d) or load (l)? ') if delOrLoad == 'd': for i in range(len(saveList)): saveList[i] = saveList[i].rstrip('\n') remove(r'C:\Users\\' + username + r'\OneDrive\Documents\Teardown\quicksaves\\' + saveList[saveNum - 1] + '.bin') print() print('deleted!') print() newTxt = loadlist('w') saveListOg.pop(saveNum - 1) newTxt.writelines(saveListOg) else: if delOrLoad == 'l': for i in range(len(saveList)): saveList[i] = saveList[i].rstrip('\n') copyfile(r'C:\Users\\' + username + r'\OneDrive\Documents\Teardown\quicksaves\\' + saveList[saveNum - 1] + '.bin', r'C:\Users\ypier\OneDrive\Documents\Teardown\quicksave.bin') print() print('loaded!') print() else: print() print('You don\'t have any saves! Input \'s\' to save!') print() username = getuser() debug = 'false' while 'true': #debug = 'true' if debug == 'false': try: print() startSave() except: print() print() print('oops, something went wrong') print() print() else: startSave()  

    75 downloads

       (3 reviews)

    0 comments

    Updated

  10. Quick Save Saver

    Installation
    There's no installation, just double click it What is this?
    This application will save your current quicksave, so you can have multiple quicksave
    Original Mod Idea
     
    Question and answer
    Help i can't quick load, the button disabled! You need to quick save first then load from the application  
    Can i have the source code please? Of course you can, it open source! GitHub

    67 downloads

       (2 reviews)

    0 comments

    Updated

  11. Remote explosive mod

    UPDATE: This mod file may be corrupted. If you have the steam version of the game use this link for the workshop version:
    steam://openurl/https://steamcommunity.com/sharedfiles/filedetails/?id=2641727908&searchtext=explosion+placer
    Installation: Place the explosion folder inside the zip file into your mods folder
    Allows you to plant explosives on objects and detonate them.
    The explosives move with the object they are placed on
    Controls:
    X - Place explosive
    C - Detonate explosives
    U - Clear explosives
    Options:
    Strength slider from 0.0 to 4.0 (max)
    If the mod does not work for you, please don't leave a negative review. Message me on discord jackson#6745 and I can help you

    5,586 downloads

       (10 reviews)

    6 comments

    Updated

  12. Renderscale slider

    Simple mod that turns the renderscale option into a slider, ranging from 0.1 to 2x renderscale, it might help performance if you're willing to play what looks to be an early 90's doom game
    --How to install--
    If you ARE using the timed explosives mod and/or minigun mod then delete "options.lua" and rename "optionsTimedExplosives.lua" to "options.lua". Then place options.lua into /teardown/data/ui replacing the original options.lua. Included is "hud.lua" this makes it so the explosion mod and minigun mod can work together, drag this file into the same directory.
    If you are NOT using the time explosives mod just take the options.lua file and put it in the same directory as previously stated. (/teardown/data/ui)
     

    12,607 downloads

       (9 reviews)

    2 comments

    Updated

  13. Retrowave main menu

    Replaces the main menu, main menu music, mission complete and mission fail music. (music credit can be found in the folder)
    To install, extract the zip and drag the data folder into the root of your teardown replacing any files it asks.
    Only known incompatibilities: mods that change loading.lua and menu.lua, best to make a backup.

    511 downloads

       (3 reviews)

    0 comments

    Submitted

  14. Sample of Controlled Lights on Vehicles

    A sample for how to make vehicle lights controlled by player while driving
    Feel free to use in your own mods, no credit required😉

    21 downloads

       (1 review)

    1 comment

    Submitted

  15. Show Player Coordinates

    Installation
    Just drag and drop to your Teardown directory Saving Coordinates
    Pause your game Click Save Coords Button Check your last line of savegame.xml file (Normally in your documents/Teardown folder)

    79 downloads

       (5 reviews)

    7 comments

    Updated

  16. Singularity Mode

    Press Enter to turn yourself into a gravitational singularity, sucking things up from the direction you're facing! Press Enter again to deactivate. Press CTRL+P to open/close the mod's quick menu.

    This mod acts like the Dust Buster mod, but it is not a tool. This means you can use whichever tool you'd like while objects are being sucked up.

    New Repel Mode: Does the opposite of Singularity Mode. Access it from the quick menu!
     
    Bug: Using this mod in experimental can make the game crash randomly. My best guess is that it's a problem with the game's physics engine, since the mod's code seems to be working correctly. Use with caution.
     
     
    To install: Extract the folder inside into Teardown's mods folder. 

    1,502 downloads

       (1 review)

    12 comments

    Updated

  17. SirCode's Cheats Mod - A simple fiddler and cheat menu

    As of Friday the 19th, February 2021, this mod will NO LONGER be updated on this site.
    Same thing goes for the version on NexusMods
    Its going to be living on the Steam Workshop later on, as all my mods eventually will.
    all downloads on this page will still be available, and as of posting, the menu is fully functional still, even in 0.6.0. I will update this mod description one more time with a link to the mod on the steam workshop after its out of beta.

    This project was a little creation of mine that's entire goal was to create a working Cheat menu using the new modloader, without modifying ANY of the default scripts of the game.
    What I mean is, this entire script runs within the modloader's options.lua and main.lua
    It doesn't replace any of the game's default scripts, which means its compatible with any other mod.
    It also doesn't replace any default assets of any kind. Its a completely compatible standalone mod.
    I know only 2 cheats work right now, but getting cheats to work without modifying default scripts is DIFFICULT alright?
    Currently it supports these cheats:
    Infinite Mission Time Just makes the timer on every mission super long so its essentially infinite. Infinite Ammo  Whatever weapon you're holding will just have infinite ammo, just like sandbox mode. Simple as that. Infinite Health Literally in the name, refills the health as you take damage. Nearly impossible to die unless you spam hundreds of bombs per frame (Like using click explode hack for example) NoClip Flight / Static Camera Flight Allows you to fly around the world without being affected by boundaries or forces and gravity. Vehicle Boost / Fly Configurable speed and the controls are located inside of the mod options. Basically acts like a rocket engine attached to the car. Player Boost / Fly  Same as vehicle boost, but with more air control. You can easily accidentally fall through the world or send yourself to enormously high heights with this Temporarily Unlock All Tools  Just gives you all weapons. It automatically gives you the weapons when you reload the current world / enter a new world Velocity Burst  / Blow Away Stuff Hack Small Parts will be sent everywhere destroying everything... so prepare for lag. If you dont have a decent processor, this hack will kind of suck to use.. This can destroy entire maps if used in the right way Debug Info This is a small mod that I've included as an extra option because its useful in development I left it in as an optional cheat option because some people also want it. It essentially just draws a line to where your facing, and draws a cross where it hit. It logs all the information on the top left ingame. Click Fire / Fire Wand I've made the tool that activates it customizable. (I recommend using the spraycan) Click Explode / Bomb Wand This can crash the game, as such I've made the tool that activates it customizable. I also added a button to toggle paint mode (So you have to spam or click for each individual bomb, rather than painting a line of explosives) Click Delete / NOTHING IS INDESTRUCTIBLE 😄 You can use this tool to literally delete chunks of the world. You can delete anything... Even if its indestructible or outside of the map. Click Destroy / #OBLITERATE This CAN and WILL crash your game if used incorrectly... This hack sets any object it touches as a massive explosive, as such, it can be used to utterly destroy and obliterate any building / vehicle or object in the game. Its essentially Click Explode on Steroids. Uses a small exploit in the game's engine to set an object explosive and blow it up. This has NO LIMITATIONS on the Explosive Power (Soon to be fully customizable) Currently locked it at power 10 while I'm working on the mod (For reference, the max explosion size is normally 4) If the object you clicked does not blow up immediately, then shoot it. It essentially turns objects into explosives. Ray Cutter / Line Cutter This is a small mod that allows you to use Very Precise cutting by cutting holes exactly where youre looking. Perfect for leveling a forest or cutting off a roof. Epic Ingame Menu You can enable this through the normal options Allows you to configure and change the settings of all the cheats within the game. Hit Enter ingame to open it. INSTALLATION INSTRUCTIONS:
    Extract the zip file and drag the "SirCodesCheatsMod" folder into your teardown savegame directory -> Teardown \ Mods \ SirCodesCheatsMod \ (Mod Files) Some zip extractors put the content into a second folder Make sure there is not 2 folders. Only 1 with the mod files in it. IMPORTANT This mod was created to work on versions 0.5.4 and above
    THIS IS NOT A TEARDOWN UMF MOD
    However it should still work with UMF 0.5.1 and above
     

    13,114 downloads

       (21 reviews)

    42 comments

    Updated

  18. Skip Splash Screen

    Instruction
    Just extract the file to your Teardown folder

    191 downloads

       (3 reviews)

    2 comments

    Submitted

  19. Slow Motion

    just made a tiny change on build-in slow motion, change 'Holding T to Enable' to 'Press T to Enable/ Reset'
     
    remember this is for 0.6 only

    1,394 downloads

       (2 reviews)

    3 comments

    Updated

  20. Slow Motion +

    I made the slow motion speed customizable via the options menu and I made the "t" keybind toggled.
    Credit to Teardown/Tuxedo Studios who made the base slow motion mod.

    1,253 downloads

       (0 reviews)

    4 comments

    Submitted

  21. Smiles A.I (spawnable)

    not mine....
     
    AI smile bots friendly and hostile

    37 downloads

       (0 reviews)

    0 comments

    Submitted

  22. Snowy Weather (require 0.50 Experimental)

    A cold weather type for your Teardown maps.
     
    Functions: Draws falling snow across screen if player is outside

    78 downloads

       (1 review)

    0 comments

    Updated

  23. Spartan Laser

    I'm too lazy to add screenshots, just watch this video: 
    THE MODEL HAS CHANGED, THE ONE IN THE VIDEO WAS A PLACEHOLDER.
    If you want the placeholder model, dm me (ChiefCloudyEye#0489).

    Spartan Laser, it goes boom after you shoot it at an object.
    Uhhhh... It has a charge up and fancy laser particles. It replaces the spraycan.
    Model made by SquishyAlpaca, used with permission. Give them love for the modelling work.

    205 downloads

       (1 review)

    1 comment

    Submitted

  24. Spawnable catapult

    Spawnable catapult
    installation 
    extract the lava gun file to the following path
    C:\Users\,,,\Documents\Teardown\mods
    Source
    https://steamcommunity.com/sharedfiles/filedetails/?id=2830245684
    By Autumnatc and DimasVoxel
     

    431 downloads

       (0 reviews)

    1 comment

    Submitted

  25. Speedometer

    A speedometer to show speed of vehicle
    two files are the same after extracted

    31 downloads

       (2 reviews)

    1 comment

    Updated


×
×
  • Create New...

How to Disable AdBlock - And why you should do it?

I have disabled AdBlocker. Refresh the page.