安裝 Steam
登入
|
語言
簡體中文
日本語(日文)
한국어(韓文)
ไทย(泰文)
Български(保加利亞文)
Čeština(捷克文)
Dansk(丹麥文)
Deutsch(德文)
English(英文)
Español - España(西班牙文 - 西班牙)
Español - Latinoamérica(西班牙文 - 拉丁美洲)
Ελληνικά(希臘文)
Français(法文)
Italiano(義大利文)
Bahasa Indonesia(印尼語)
Magyar(匈牙利文)
Nederlands(荷蘭文)
Norsk(挪威文)
Polski(波蘭文)
Português(葡萄牙文 - 葡萄牙)
Português - Brasil(葡萄牙文 - 巴西)
Română(羅馬尼亞文)
Русский(俄文)
Suomi(芬蘭文)
Svenska(瑞典文)
Türkçe(土耳其文)
tiếng Việt(越南文)
Українська(烏克蘭文)
回報翻譯問題
1. AddEntityText - gamemodes/fretta/gamemode/vgui/vgui_gamenotice.lua:37
2. AddText - gamemodes/fretta/gamemode/vgui/vgui_gamenotice.lua:54
3. Run - gamemodes/fretta/gamemode/cl_deathnotice.lua:96
4. func - gamemodes/base/gamemode/cl_deathnotice.lua:182
5. unknown - lua/includes/extensions/net.lua:38
I was told to report this. The pack is causing errors, but I'll try reinstalling it to see if it fixes itself. I do not speak coding whatsoever.
>.< I'm sorry :S
░░░░░▐█▄█▌░░░░░░▀█▄░░
░░░░░░▀▄▀░░░▄▄▄▄▄▀▀░░
░░░░▄▄▄██▀▀▀▀░░░░░░░
░░░█▀▄▄▄█░▀▀░░
░░░▌░▄▄▄▐▌▀▀▀░░ THIS IS BOB
▄░▐░░░▄▄░█░▀▀ ░░
▀█▌░░░▄░▀█▀░▀ ░░ COPY AND PASTE HIM,
░░░░░░░▄▄▐▌▄▄░░░ SO, HE CAN TAKE
░░░░░░░▀███▀█░▄░░ OVER STEAM
░░░░░░▐▌▀▄▀▄▀▐▄░░ AND THAT, WILL TELL VALVE
░░░░░░▐▀░░░░░░▐▌░░ TO GIVE US HALF LIFE 3
░░░░░░█░░░░░░░░█░░░
Push alt and F4 at the same time. if that doesn't work, delete system32
Open the notepad and copy this
{
"title" : "My Test Addon",
"type" : "gamemode",
"tags" : [ "fun", "cartoon" ],
"ignore" :
[
"*.psd",
"*.vcproj",
"*.svn*"
]
}
Change My test Addon with the name of your addon and then follow the steps I explained yesterday. Hope this helps! :D ^^
Finally you have to publish it in Steam Workshop and let your friends install it. Write in CMD this command:
gmpublish create -addon "C:\Users\YOUR USERNAME\Desktop\prophuntlotsoftaunts.gma" -icon "HERE GOES THE ROUTE OF THE ICON FOR YOUR ADDON. NEEDS TO BE JPG AND 512x512"
-------------
This will publish the addon in Workshop. Then go to your Workshop files in Steam and change visibility from private to friends-only. Tell your friends to install it from Workshop and that's all! Hope you understood all and worked for you! :D (If you don't understand something, just ask me ;D)
Go to gamemodes/prop_hunt/gamemode and open the file called sh_config.lua with your notepad. Look for the names of the taunts and write them there.
Once you have added the taunts, you have to convert the folder into a .gma file again (Don't rename the folder!). Open the CMD and write these commands:
cd ..
cd ..
cd ..
cd "Program files (x86)"
cd Steam
cd SteamApps
cd common
cd GarrysMod
cd bin
gmad create -folder "C:\Users\YOUR USERNAME\Desktop\prophuntlotsoftaunts" -out "C:\Users\YOUR USERNAME\Desktop\prophuntlotsoftaunts.gma"
-------------
but yeah thx
"play taunts/props/number.mp3" or "play taunts/hunters/number.wav" without the quotes. Write a number from 1 to 86 to play a prop taunt or a number from 1 to 16 to play hunters taunts. Remember, this sounds will only play for you, not for the other players.
I don´t know if I explained well, but that´s the only way to choose which taunt sound you want t play :S Hope this helped you, and thanks for asking! :D