Garry's Mod
Bullet Override
Εμφάνιση 1-10 από 10 καταχωρίσεις
Ενημέρωση: 10 Οκτ 2020 στις 12:30

Removed non-functional "Reset to Default button" (This was left over from a previous version)

Created github repository for mod: https://github.com/andrewpratt64/BulletOverride

Ενημέρωση: 10 Σεπ 2020 στις 12:18

- Settings now persist between sessions
- Added a presets tab

Ενημέρωση: 22 Ιουλ 2020 στις 12:25

(Finally) fixed some features (such as tracer effects) not working in multiplayer

Ενημέρωση: 5 Απρ 2020 στις 20:02

Duplicate of previous; unintentional

Ενημέρωση: 5 Απρ 2020 στις 19:55

- Added ability to ignite entities: May be filtered by players, npcs, and misc entities. Allows for custom fire lifetime, ignition radius (ignites nearby flammable objects), and ignition chance. Also allows fire lifetime and radius to optionally be scaled by the bullet's damage
- Split settings into seperate categories
- Added a mod info category

Ενημέρωση: 24 Μαρ 2020 στις 22:05

- "hi" no longer prints to the console upon initialization
- Removed redundant tests that checked if the server code was running on the server and client code was running on the client
- Renamed a function that was accidentally the same name as ENTITY:DoImpactEffect()
- Removed a non-functional effect from code (left over code from debugging)
- Fixed some features that only worked for players other than the one who was shooting. Some things (such as
explosions and the magic lines impact effect) still have not been fixed, i hope to get them working in the near future. So
far I've only noticed this bug in multiplayer, so singleplayer might fully work

Ενημέρωση: 23 Μαρ 2020 στις 19:20

Changed the folder structure of the addon to prevent client code from being called on the server and server code from being called on the client

Ενημέρωση: 22 Μαρ 2020 στις 20:02

Added ability to override the number of bullets per shot, bullet force scale, and bullet spread scale. Convars to set all of these were added as well.

Ενημέρωση: 21 Μαρ 2020 στις 15:10

Changed the help text for the convar bullet_override_impact_value to remove a typo, and make the explanation more detailed

Ενημέρωση: 20 Μαρ 2020 στις 17:46

Initial addon creation.