Nainstalovat Steam
přihlásit se
|
jazyk
简体中文 (Zjednodušená čínština)
繁體中文 (Tradiční čínština)
日本語 (Japonština)
한국어 (Korejština)
ไทย (Thajština)
български (Bulharština)
Dansk (Dánština)
Deutsch (Němčina)
English (Angličtina)
Español-España (Evropská španělština)
Español-Latinoamérica (Latin. španělština)
Ελληνικά (Řečtina)
Français (Francouzština)
Italiano (Italština)
Bahasa Indonesia (Indonéština)
Magyar (Maďarština)
Nederlands (Nizozemština)
Norsk (Norština)
Polski (Polština)
Português (Evropská portugalština)
Português-Brasil (Brazilská portugalština)
Română (Rumunština)
Русский (Ruština)
Suomi (Finština)
Svenska (Švédština)
Türkçe (Turečtina)
Tiếng Việt (Vietnamština)
Українська (Ukrajinština)
Nahlásit problém s překladem
1. create your logos make sure they are png
2. convert them to vtf
3. create a folder and name it how you like it to
4. add the following folders in the folder
5. in the lua folder add a new folder called autorun
6. in the autorun folder create a .lua file and name it whatever you like (for later)
7. go back to the root of the folder and go to materials
8. make a folder called effects and in that folder make another one called flashlight
9. move the logo you recently created and converted into vtf in the flashlight folder
10. go back to the root of the folder and then go to lua > autorun > insertnamehere.lua
11. in the lua file add the following line
list.Set( "LampTextures", "vtf location here", { Name = "name here" } )
12. replace the vtf location here with the location where you placed the vtf and the "name here" with any name you would like for example
list.Set( "LampTextures", "list.Set( "LampTextures", "effects/flashlight/mylogo", { Name = "aperture logo" } )", { Name = "my logo" } )
13. save it
14. close out of the folder and move the folder with all of the stuff in it into
C:\Program Files (x86)\Steam\steamapps\common\GarrysMod\garrysmod\addons
15. done