Jump to content
TeardownMods

102 files

  1. Map Icons

    Rework of original one and did some scripting
    two files are the same
    Installation Guidance
    open the file, you should see a 'hud.folder' and a 'map.lua' replace original ones with these restart game then enjoy 😄

    88 downloads

       (2 reviews)

    6 comments

    Updated

  2. YLVF Library

    A framework library which supports extended vehicle features
    more extended features will be added in the future

    sample of using this mod and TAT: https://steamcommunity.com/sharedfiles/filedetails/?id=2414729430&searchtext=

    87 downloads

       (0 reviews)

    0 comments

    Updated

  3. 0.5.2 Quickloader (Skips Splashscreens)

    This Quickload mod will save you time.  Previous splashscreen skippers do not work with the current Teardown version (0.5.2), so I made this extremely simple fix/mod is for those who don't mess with coding.
    To install:
    Unzip (right click and choose unzip) Copy "0.5.2 Quickloader - skips splashscreens" mod folder (right click and choose copy or press ctrl+c) Open your Teardown install location (open Steam, Right click Teardown and click -> Properties -> Local files tab -> Browse local files button.)  Backup original file splash.lua (navigate to data\ui and rename splash.lua to splash-original.lua to create a backup of original file, then go back to parent folder "Teardown" Paste in the folder where you see Teardown.exe (right click and choose paste or press ctrl+v ). Play Teardown and save time not watching the intro again and again 🤪

    81 downloads

       (0 reviews)

    0 comments

    Updated

  4. 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

  5. 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

  6. TAT Llibrary

    A framework library which turn trucks and trailers detachable
    this frame work will support more different types of trucks and trailers in the future

    sample of using this mod and YLVF : https://steamcommunity.com/sharedfiles/filedetails/?id=2414729430&searchtext=

    76 downloads

       (0 reviews)

    0 comments

    Updated

  7. 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

  8. minecraft building tool 2

    not mine....
     
    place blocks 
    invetory
    destroy blocks 

    69 downloads

       (0 reviews)

    0 comments

    Submitted

  9. 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

  10. No crosshair[Not work]

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

    66 downloads

       (2 reviews)

    1 comment

    Updated

  11. Axe

    The right way axe.
     
    Made by !Z.Moore#0415

    57 downloads

       (0 reviews)

    0 comments

    Updated

  12. Voxel info and Bomb Tools (v1.0)

    This is the Nixkuchen Voxel info and Bomb tool with more stuff following for using the mode enable it and press (ingame) "h" to get the help message.
     
    More fixes and Tools will come later 
    Tested on 30/12/20

    53 downloads

       (0 reviews)

    0 comments

    Submitted

  13. Mayhem instant win (5 star win)

    Instant win for mayhem to use drop the data folder into teardown folder
    Info
    You get 5 stars on win
    Control
    Break 1000 voxels to win

    49 downloads

       (0 reviews)

    0 comments

    Updated

  14. Speedometer

    Adds a speedometer at the top of the screen

    47 downloads

       (2 reviews)

    0 comments

    Submitted

  15. Teardown Italian translation

    This is a replace of the ui files witch translate almost all the game in italian!
    sorry for my bad english and enjoy the translation
    (not all the game is translated)
    Installation:
    Replace the original ui files with the downloaded
    File is located at Teardown\data\ui

    44 downloads

       (1 review)

    1 comment

    Updated

  16. Smiles A.I (spawnable)

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

    37 downloads

       (0 reviews)

    0 comments

    Submitted

  17. Impossible Challenge

    Just Impossible....
    DM Me On Discord If There Is Any Bugs Cooperkit Gaming#1223
     

    36 downloads

       (4 reviews)

    0 comments

    Updated

  18. dash[Not work]

    dash forward(u)
    dash backward(j)
    dash right(h)
    dash left(k)

    36 downloads

       (1 review)

    0 comments

    Updated

  19. Better fonts

    Mod information
    The mod has 2 different font files which are better than basic fonts.
    Installation guide
    Drop data folder in teardown folder and replace files. Restart the game if it's running. My other mods
    Small costruction site Broken tools

    32 downloads

       (3 reviews)

    1 comment

    Submitted

  20. Speedometer

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

    31 downloads

       (2 reviews)

    1 comment

    Updated

  21. minecraft building tool 1

    not mine....
     
    place blocks 
    invetory
    destroy blocks 

    31 downloads

       (0 reviews)

    0 comments

    Submitted

  22. TV

    This is the TV for your map
    Installation:Upload files from the archive to the folder with your map and rename the file " basic.xml" in the "name_of_you_map.xml"
    Discord:Blueray_19#9684

    30 downloads

       (4 reviews)

    0 comments

    Submitted

  23. test

    test

    26 downloads

       (0 reviews)

    1 comment

    Submitted

  24. 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

  25. Game reset

    Just resets your whole game

    21 downloads

       (2 reviews)

    0 comments

    Submitted


×
×
  • Create New...

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

I have disabled AdBlocker. Refresh the page.