安装 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