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
Read the known Bugs:
"Nova shotgun doesn't reload fully, and gets stuck in the reload. I'm not a big lua coder, so I don't know how to fix this. Sorry. I'm only a weapon coder so... I can only do so little."
Maybe this occured the Error.
TEST [lua/weapons/weapon_csgo_nova/shared.lua][lua/weapons/weapon_csgo_nova/shared.lua]
FOUND IN ADDON [302932225]
[Counter-Strike: Global Offensive Weapon Pack for TTT] lua/weapons/weapon_csgo_nova/shared.lua:168: attempt to index field 'BaseClass' (a nil value)
1. unknown - lua/weapons/weapon_csgo_nova/shared.lua:168
http://facepunch.com/showthread.php?t=1181671
you can try it out and see if that's the issue
Go to the weapon's Lua file (weapon_ttt_glock.lua for example) and find the "ShootBullet" tab.
Once you're there look for this:
bullet.Damage = dmg * GetConVarNumber("sv_buu_damagemultiplier")
and change the right side to how much damage you want the gun to do, like this:
bullet.Damage = 25