Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
1. right click on this page and copy the URL
2. paste the url in notepad or something, you need to copy the actual ID (the numbers) of this mod
3. go to steam library and right click on teardown and browse local files
4. look at the address bar and press back arrow until you are at "steamapps"
5. click workshop, then content, then find the folder named "1167630" (teardown mods)
6. go to search bar and paste the ID of the mod
7. once you find the folder for the mod, find main.lua
8. open up main.lua, press control F (to find) and search for "function Shoot()"
9. inside that function there should be a line that says "local gunpos"
10. set the third value inside of the vec() to like -3 or -4
^^ should look like this "local gunpos = TransformToParentPoint(gt, Vec(0.275, -0.6, -3))"
11. DONT mess with the first two values, they are up and down and left to right, they arent the right directions
12. save the file and load up the gun AND YOU ARE DONE