Teardown
0 of 0

File information

Last updated

Original upload

Created by

antopilo

Uploaded by

Shellanto

Virus scan

Safe to use

About this mod

This mods adds a working portal gun that replaces the spraycan.

Permissions and credits
Donations
This mods adds a working portal gun that replaces the spraycan.

Known bugs
1. Portal orientation bugs in some cases.
2. You cant teleport with objects

Installation
0. Make a backup of your game.
1.  Drag and drop the data folder next to your teardown.exe
2. Choose Replace files when windows asks.

How to remove the mod

Go into data/ui/modloader.lua and paste in:

-- This is called when you enter into a map.
function modloaderinit()
    -- call init function of your mod here
    
end

-- This is called every frame.
function modloadertick()

end

-- This is called every frame when drawing UI.
function modloaderdraw()

end

Then go into data/vox/tools/ and delete spraycan.vox and rename spraycan.vox.backup to spraycan.vox