From 5b9f441d4df2194feddde37be6e91b7d8ee9c883 Mon Sep 17 00:00:00 2001 From: Chev Date: Sat, 21 Oct 2023 15:49:42 -0700 Subject: [PATCH] Add README for each of the addons --- README.md | 3 +++ addons/README.md | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 addons/README.md diff --git a/README.md b/README.md index bce9017..87e5849 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # gmod-addons A collection of Garry's Mod addons I've made. +## Addons +For information on each addon in this repo, check the `README.md` for it [here](addons/README.md). + ## Contributing If you would like to make improvements for the addons on this repo, feel free to fork & make a pull request. I'll have to review your PR before it can be merged and the addon updated. diff --git a/addons/README.md b/addons/README.md new file mode 100644 index 0000000..d205eee --- /dev/null +++ b/addons/README.md @@ -0,0 +1,22 @@ +# Addons + +Listed below is all of the addons you can find in this repo. + +- `arabic_phone`: A Nokia phone that plays hilarious ringtones. An alteration of the IED SWEP from M9K. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=1888185700) +- `auto_flashlight`: Automatically switches your flashlight on when you are in dark areas, and will switch it off when in brighter areas. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=3037894257) +- `cinema_construct`: A variation of gm_construct, specifically designed for use with the Cinema gamemode. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=1863634133) +- `clear_voice_icon`: Replaces the default yellow, low-quality voice chat icon with a better-suited one. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=1728593528) +- `flying_nimbus`: A flying nimbus from the Dragon Ball series. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=1721993950) +- `funny_alien_dancing`: A funny alien dancing playermodel. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=1888234070) +- `gg_bathwater`: A joke SWEP that lets you drink gamer girl bath water. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=1798627065) +- `gm_construct_flipped`: A variation of gm_construct that has been flipped about its axis. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2099599586) +- `gm_krustykrab_night`: A nighttime version of the Krusty Krab from SpongeBob Squarepants, based off of the episode 'Graveyard Shift'. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2048870398) +- `llb_ball`: A working baseball from the game Lethal League Blaze. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=1932329430) +- `map_randomizer`: Allows you to randomize textures in a map as well as error map textures. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=1851936315) +- `no_viewmodel_sway`: Disables the built-in viewmodel sway entirely. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2294303979) +- `prop_yelling`: Props yell when they are spawned. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=1805582384) +- `ror2_hud`: A Risk of Rain 2-inspired replacement to the default HUD. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2210715789) +- `screenshot_editor`: Lets you customize & save your Garry's Mod screenshots by applying effects and filters. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2910871996) +- `simple_bunnyhop`: A gamemode designed for bunnyhopping. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=1767781900) +- `vector_loc`: A developer tool that allows you to visualize the locations of vector coordinates on a map. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=1782161573) +- `vm_velocity`: Makes viewmodels move up and down depending on how fast you moving vertically. [Steam Workshop](https://steamcommunity.com/sharedfiles/filedetails/?id=2294290206)