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
Please visit https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1238175881
Where you will find the taunt menu re-coded with a step by step tutorial.
Thanks.
Credit has been given to you for being the author and myself for recoding it. <3 -- At the moment its completely recoded to work for my community however I will also make a template (for the taunts) and what not so it will work for everyone else and a step by step guide on how to edit the file <3
but no worries Vash, i'll re-code it from scratch myself and release development on it mate thanks.
Second look how I made the taunts in the code also make sure the frequency of the taunts you want to add is the same as the default taunts the mod has.
After a server owner contacted me to modify my menu for his server I encountered a few bugs I left out.
Also make sure the taunts are at 44100hz frequency, above or below that won't work.(GMod issue)
@jelmer_s, when you add a taunt you need to add it in the server side and also make that the client side can download it as well. Both server and client sides need the audio file, just adding it in the code won't help.
Oh and i have one more question: How can i add custom taunts to the menu? I looked at the code and i tried to add some custom taunts but it didn't work.
The file 327172650.gma will be in the folder after you subscribe and launch GMod(after you launch the game it will download)
In it look for 327172650.gma which is this mod but it is packed. go to this post: http://facepunch.com/showthread.php?t=1242185
and follow the instructions on how to unpack the .gma file. After that you put the files into the following folder on the server: C:\Program Files\Steam\steamapps\common\GarrysMod\garrysmod\lua\autorun
after you extract look for phtm.lua file that is the file you need to put into the autorun folder in the server files.