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
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=1926304694
maybe as an option too
here its just rays that hit the player/npcs and apply damage
bullets in gmod are raycasts which deal damage, force, etc and place bullet hole decals
thats what i want to be in this mod
from what i understand of the code is that it just rays being traced from a certain point... if it hits an npc.. it just applies damage... otherwise the ray will disappear.. what i want is that a fragmentation system that uses firebullet function so it can be like any other bullet shot by the player or the npcs
i dont know how to explain my idea but i hope i clarified it enough
Gmod guns use raycasts to hit targets, and so does this
tbh that is pretty stupid that it does that, it should use the normal boolet thing at least as an option.