Jump to content
TeardownMods

112 files

  1. Sandbox Mod v11

    Based off the work of @zorz on their Sandbox Mod v10 Link
     
    Upon further testing done I can see that it does not apply sandbox mode properly, limiting your ammo, I am working on a fix but it will take a while.
    This mod adds extra maps to the Sandbox menu! Such as Flooded Lee, Raining Marina and Evertide Mall!
     
    Instructions can be found in the included ReadMe file or read below. This if fully compatible with UMF and 0.5.2 and the Experimental Branch!
    1. Backup your files, so that if things go wrong you can recover your progress Do this by copying the folder "Documents\Teardown" and the game installation folder to a safe location so you can restore them later if need be. You can find the game installation folder from Steam: Right click the game > Properties > Local files > Browse local files It is likely to be at this location, if you haven't selected a different steam folder: C:\Program Files (x86)\Steam\steamapps\common\Teardown 2. Extract the contents of this zip into the Teardown installation folder and overwrite any files necessary. This mod will overwrite following files(be sure to back these up first): data\game.lua data\ui\hud.lua data\ui\menu.lua data\ui\terminal.lua data\ui\map.lua data\script\demolish.lua data\script\escape.lua data\script\alarmbox.lua data\script\heist.lua Additional files include images files to populate the sandbox menu:about.png flood.png frustrum.png hub.png mall.png Tstrom.png 3. Launch Teardown, open the "Sandbox" menu and Enjoy.  
    Alarms, fire alarms and timers are disabled in the Sandbox mode, so you're free to spend as much time as you'd like in the area. 

    2,183 downloads

       (6 reviews)

    3 comments

    Updated

  2. Electrical substation WIP

    Put 'substation' folder in ".../teardown/mods/"
     
    An electrical substation to put in your map. Fully destructible and mostly made of metal.
    Includes only the substation.
    You can rename the .vox file, just make sure to update the paths for everything in the .xml editor.
    Enjoy.

    62 downloads

       (1 review)

    5 comments

    Updated

  3. Teardown Tool

    Teardown Tool
    Put savegame.xml and Teardown Tool.exe at the SAME FOLDER, or it won't work, and this is still WORKING and TESTING. More functions will be added, and don't ask why this program is so ugly, I am still new to C#.
    (You may not need to Select game install path and teardown.exe now, it is useless now). 
     

    111 downloads

       (0 reviews)

    0 comments

    Submitted

  4. Pillar Tower

    A simple, fully destructible tower thing made of brick and wood. Includes two objects for furnishing.

    49 downloads

       (0 reviews)

    1 comment

    Updated

  5. OSRS stonehenge pillars

    The .vox file includes two pillars, one angled and one not angled. Their legs and tops are objects.
    You need to access the built-in .xml editor in Teardown. Insert the objects in a dynamic body and set them all to prop=true. Rescale the objects to 0.5. Place the tops on the legs.
    Add your own texture, and bob's your uncle.
    P.S. you don't need to do any of the above, but then you just have a solid pillar that's all connected.

    8 downloads

       (0 reviews)

    0 comments

    Updated

  6. FrenchDown

    Voici un patch Français de Teardown ! toute traduction a était réaliser par mes connaissance en anglais et revu a lettre pour une traduction la plus fidèle possible, merci d'avoir télécharger , je vous souhaite de bonne partie ! (traduction non faites : Outils inGame, Nom des items)
    ________________________________________________________________________________________________________________________________________________________________________________________
    Here is a French Teardown patch! any translation was done by my knowledge in English and revised letter for the most accurate translation possible, thank you for downloading, I wish you a good game!

    292 downloads

       (2 reviews)

    9 comments

    Updated

  7. PATCH FR - TearDown French patch 0.1 (pas complet)

    Voici un patch Français de Teardown ! toute traduction a était réaliser par mes connaissance en anglais et revu a lettre pour une traduction la plus fidèle possible, merci d'avoir télécharger , je vous souhaite de bonne partie ! (traduction non complétes)
    -TilkSama
     
     
     
    Here is a French Teardown patch! any translation was done by my knowledge in English and revised letter for the most accurate translation possible, thank you for downloading, I wish you a good game!
    -TilkSama

    302 downloads

       (1 review)

    6 comments

    Updated

  8. TARDIS

    The most accurate model I could get with the current size.
    This is Not a vehicle it is just a prop or something fun to destroy while looking like a TARDIS/Police box!
    Below is a sample of what it currently looks like! 🔻
     
     

    45 downloads

       (0 reviews)

    5 comments

    Updated

  9. Teardown Logo

    Teardown Logo Made from Single voxels
    (Pretty useless)

    8 downloads

       (2 reviews)

    1 comment

    Submitted

  10. Nuclear bomb

    “the Little Boy” ladies and gents..

    Some customization avbiable in lua.. I will add more later.
    How to install:
    1. Copy all the files (nuclearbomb.lua, nuclearbomb.vox and nuclearbomb.xml) in your LEVEL folder (for example vehicle folder)
    2. Copy this code in your LEVEL xml file (for example vehicle.xml)
    <instance file="LEVEL/nuclearbomb.xml" pos="0.0 0.0 0.0" rot="0 0 0"/> Change position and rotation as you prefer.
    3. Play
    *You can change the explosion power in the lua file.

    **Perfectly fits over the yellow van 😉

     

    2,331 downloads

       (0 reviews)

    2 comments

    Submitted

  11. Unofficial API.lua Workspace Library Converted from xml for VSCode

    After getting frustrated by having to search the api.xml file every time I needed to call a function, rather than being able to use VSCode's Intellisense to autocomplete and check them, as well as getting no good answer on how I could use the XML as a library or what IDE would support it; I decided to use a series of long regex replacements to convert it from .xml format to .lua format so that I could use the lua.workspace.library setting in Sumneko's LUA extension to add the api to intellisense. I am providing it here because I put 7 hours into this and I don't want anyone who has the same problem to have to do the same thing if I can provide a solution for them.
    Bear in mind that this was done with regex replacement, so it's not perfect. And also note that I could not find a way to mark an argument/parameter as optional in a lua library... I may rebuild it and add that to the description section if I get the motivation.
     
    Special thanks to https://regexr.com/ for making the process achievable for me. Without it and it's tools, I would never have been able to finish this project.
     
     
    If you are interested, here is an example of the crazy regex I ended up using... This isn't even the longest one...
    Find: (?:---@return (\b\w+\b ).+?[\s\S]+?)?(?:---@return (\b\w+\b ).+?[\s\S]+?)?(?:---@return (\b\w+\b ).+?[\s\S]+?)?(?:---@return (\b\w+\b ).+?[\s\S]+?)?function (?:\b\w+\b)
    replace:$&\n\treturn $1\n\treturn $2\n\treturn $3\n\treturn $4\n

    71 downloads

       (1 review)

    1 comment

    Updated

  12. | Parthenon Ruins | Solid |

    The Parthenon in ruin form. It's solid and large.
    Looks great with texture.
    Enjoy.
     
    This model was converted by me, from the original model made by the original author, found below:
    Parthenon by utechlab
    CC BY 4.0

    44 downloads

       (1 review)

    1 comment

    Updated

  13. OSRS deposit box

    The first object I ever made for Teardown, an OSRS deposit box.

    14 downloads

       (1 review)

    1 comment

    Updated

  14. Logos Pack

    A Pack Of Logos
    Add Credit If Wanted

    6 downloads

       (0 reviews)

    0 comments

    Updated

  15. 256x256x(2-6) ground tiles for any use (No Attribution Needed)

    NO ATTRIBUTION - 100% for the community.
    Everything I upload to this site is given to the community for modifying and adding into their own work, or to do with it whatever they want.
    If you are a modder, please consider adding NO ATTRIBUTION to your uploads, that way we can share together an efficient creative workflow.
    (These ground tiles are extremely basic.  Just wait, soon I will share much more interesting elements.  Please bear with me...)
    256x256x2-dark-dirt-sparse-rocks.vox 256x256x2-mixed-dirt-sparse-rocks-uneven.vox 256x256x2-mixed-dirt-sparse-rocks-uneven-grass.vox 256x256x2-mixed-dirt-uneven.vox 256x256x2-grass-short.vox 256x256x2-grass-short-sparse.vox 256x256x4-grass-medium-sparse.vox 256x256x6-grass-tall.vox 256x256x6-grass-tall-sparse.vox

    49 downloads

       (1 review)

    0 comments

    Updated

  16. TEARDOWN Half Life Sound Pack

    TEARDOWN Half Life Sound Pack
    This mod replaces all sound files in the game with sounds from Half Life (1998), including music!
    To install this mod, unpack the ZIP file and drag it into your Teardown installation folder.
    IMPORTANT: This mod replaces a significant amount of the game's files. I highly recommend you back up your Teardown data folder before installing this mod!

    187 downloads

       (3 reviews)

    1 comment

    Submitted

  17. Smaller Map FOV

    Just Makes The Player Map FOV Better

    11 downloads

       (2 reviews)

    0 comments

    Updated

  18. Go Camping!

    Still waiting on the hook function to be released by developers so you need to use planks to hook this to your car, also have a radio inside for those long rides up the mountain.

    61 downloads

       (2 reviews)

    0 comments

    Submitted

  19. Russifier

    (I understand, it is quite pointless to upload a Russian translation to an English-speaking site, but I just want to note here the fact that this mod exists)
    This mod translates the game into Russian (most of it is translated: e-mail, interface, TV)
    > Installation instructions are located inside the archive;
    Steam guide: https://steamcommunity.com/sharedfiles/filedetails/?id=2283908690

    523 downloads

       (5 reviews)

    1 comment

    Updated

  20. Mega Prop Pack (NOW ON WORKSHOP)

    GUYS PLEASE USE THIS VERSION INSTEAD. ITS WAYYYYY BETTER
    https://steamcommunity.com/sharedfiles/filedetails/?id=2414764881
    The Mega Model Pack!
    This was a project i did to recreate every single prop used on every single map in Teardown.
    This list will update as i update the mod and add more models. Right now there are more than 920 models! 923 to be exact. don't credit me if you choose to use these models. They are not mine!
    To use the model you have to use XML. Or, the ingame editor added in the experimental version. They all use different color palettes so they wouldnt match any of your maps colors if you were to add them through MagicaVoxel.
    Thank you SO MUCH to Rubikow, TTFH and Scandal for tricking out my vehicle recreations with proper light and for remaking vehicle models for everyone to use! ENJOY!
    Biggest thanks to Thomasins for the measuring mod I used for 90% of this mod. It has been such a help.

     

    743 downloads

       (15 reviews)

    49 comments

    Updated

  21. Cacodemon from DOOM [replace basic level]

    Hi! It's a Cacodemon... yeah I know, other weapons will come soon but in the meanwhile have fun shooting at this giant meatball! XD
    Video demonstrationI
     
    n the future I may update a bit the materials, stay tuned!
     
     

     

    22 downloads

       (2 reviews)

    0 comments

    Submitted

  22. Xmas Gift's (Prop Pack)

    It's time to get
    festive!
    Hello everyone,
    Today I bring you my pack of gift's I've made.
    There's about 10 gifts in the pack with different sizes and color combos.
    If you decide to use any of my props please credit me in the map XML or on the map description!
    Enjoy,
    Echo
    btw there's an easter egg in one of the gifts! comment if you find it!

    22 downloads

       (3 reviews)

    2 comments

    Submitted

  23. Starter Kit

    Sort Description
    It's a kit that should help anyone get into modding and creating maps, I have made a few basic objects, I as well added important links, Images and a template for door joints.
    Features
    Basic Objects Links that you will need a template for doors and images that will help you You can request anything And I will try to add it in a newer version! Notes
    You can as well use base game files like the "create" files and files in the "data" folder, just make sure to edit only file that you have backed up, you can verify file Integrity in steam it should not take long and it will fix any issues.
    Credits
     
    ONSVRG - For providing helpful tips and feedback.
    Resident Emil - For allowing me to add the basic door joints.
    Tuxedolabs For the amazing game.
    MagicaVoxel Which is the program used to make the objects.
    You for using my content❤️.

    124 downloads

       (3 reviews)

    0 comments

    Updated

  24. mario and tank

    added a tank to destroy mario 

    77 downloads

       (2 reviews)

    3 comments

    Submitted

  25. Chirstmas Tree

    It's time to get
    festive!
    Hello everyone,
    This is going to be the first of many Christmas based props I'm going to be uploading.
    Hopefully By the end of the month I'll have a prop pack out for ease of use.
    If you decide to use any of my props please credit me in the map XML or on the map description!
    Have a wonderful day,
    Echo

    15 downloads

       (3 reviews)

    0 comments

    Updated


×
×
  • Create New...

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

I have disabled AdBlocker. Refresh the page.