garry's mod addon with stuff™
Find a file
2024-06-16 21:09:51 -05:00
.vscode add hl2pickup support 2024-05-26 22:09:43 -05:00
micromod add drop_weapon 2024-06-16 21:09:51 -05:00
.gitignore add estrogen and remove micro(mod)* prefix 2024-05-24 21:23:32 -05:00
c_arms_definebones.qci initial commit 2024-05-18 17:55:57 -05:00
estrogen.blend add estrogen and remove micro(mod)* prefix 2024-05-24 21:23:32 -05:00
estrogen.xcf add estrogen and remove micro(mod)* prefix 2024-05-24 21:23:32 -05:00
generate_skins_you_dont_need_to_run_this.rs finish work 2024-05-21 10:36:21 -05:00
inderix.xcf add inderix 2024-05-21 14:58:10 -05:00
inderix_blobcat.blend fix collisions 2024-05-21 15:10:59 -05:00
LICENSE.md add license 2024-05-18 17:59:03 -05:00
limineow_new.blend move weapon_limineow down 3 metres 2024-05-20 11:00:48 -05:00
limineow_world.blend add ent_limineow and miscellaneous changes 2024-05-20 08:45:48 -05:00
micromod.sfd add hl2pickup support 2024-05-26 22:09:43 -05:00
neocat.blend [wip] add spinny neocat and start work on (neo)fox 2024-05-21 09:53:00 -05:00
patch_in_this_file.qc initial commit 2024-05-18 17:55:57 -05:00
pullsounds.sh make script Better 2024-06-07 14:58:03 -05:00
README.md make script Better 2024-06-07 14:58:03 -05:00
spinny_blobfox.blend pack resources 2024-05-21 10:43:10 -05:00
spinny_cat_new.blend add skins 2024-05-20 17:12:04 -05:00
spinny_neofox.blend add spinny neofox 2024-05-21 11:10:45 -05:00

micromod

garry's mod addon with stuff™

requirements

  • a minecraft installation using prism launcher (i have no idea what versions work but i use 1.20.1)
  • jq
  • ffmpeg

addon support

  • hl2pickup

usage

  1. run pullsounds.sh <PRISM_LAUNCHER_DATA_DIR>

example: ./pullsounds.sh /home/niko/.var/app/org.prismlauncher.PrismLauncher/data/PrismLauncher/

  1. copy micromod to <STEAMAPPS_SLASH_COMMON>/GarrysMod/garrysmod/addons

example: cp -r micromod ~/.var/app/com.valvesoftware.Steam/.local/share/Steam/steamapps/common/GarrysMod/garrysmod/addons

contents

everything should be in a category called "micromod"

  • weapon_limineow
    • by default, the user has damage from the explosion scaled down to only do 10 damage. this can be disabled by setting limineow_user_resists_explosion to 0 in the console
    • the damage that limineow does can be changed by setting limineow_damage. the default is 1048576
  • ent_spinny_cat, ent_spinny_neocat, ent_spinny_fox, ent_spinny_neofox, ent_inderix
    • you need to interact with it to get it to spin,,,
    • the non-neo and non-inderix variants all have skins (check the console commands list)
  • ent_limineow
    • press e to give yourself one limineow
    • be careful not to shoot or knock it or something bad might happen,,, (can be disabled by changing ent_limineow_is_inert to 1)
  • ent_estrogen
    • press e to estrogenize yourself (lasts until you die/disconnect)
    • press x to dash (doesn't work if you're running for some reason)
    • press m to meow
  • console commands (run help <COMMAND> for more information):
    • set_vitals
    • give_vitals
    • set_magazine
    • give_magazine
    • set_ammo
    • give_ammo
    • give_ammo_checked
    • dump_weapon_info
    • list_spinny_cat_skins
    • list_spinny_fox_skins

credits