- 10mm Pistol Resize - https://www.nexusmods.com/fallout4/mods/19446
- 1950's Feminine Outfits // CBBE+BodySlide - https://www.nexusmods.com/fallout4/mods/20105
- Additional Body Textures // Performance Choice - https://www.nexusmods.com/fallout4/mods/7432
- ANiceOakTree's Diverse Children // No Settlers - https://www.nexusmods.com/fallout4/mods/16289
- Armor and Weapon Keywords Community Resource (AWKCR) - https://www.nexusmods.com/fallout4/mods/6091
- Autosave Manager - https://www.nexusmods.com/fallout4/mods/14104
- Barefoot Footstep - https://www.nexusmods.com/fallout4/mods/14790
- Better Explosives - https://www.nexusmods.com/fallout4/mods/3648
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| CONTAINER="" | |
| CQLSH=() | |
| # Parse options | |
| while [[ $# -gt 0 ]] | |
| do | |
| key="$1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| if [ $# -lt 1 ] || [ $# -gt 2 ]; then | |
| cat << EOF | |
| Usage: vault_find [needle] [haystack*] | |
| Searches through the entire vault directory to find the given needle in the given haystack. | |
| Warning: This script uses "vault list" and can be quite slow. | |
| options: |
SVG file embedded with Javascript <script> to play a keyframed animation. Looks for layers named frame_X, where X is parsed as the frame number.
You can add the following HTTP query paramaters for additional control:
- fps (default: 12)
- reload (default: false) - Reload after one full animation
The rotating star is not the best example, since rotation can be done by SVG animations. I may update this with a proper example at some point.
Based on https://www.reddit.com/r/Inkscape/comments/ut05ra/keyframe_animation_svg_open_in_browser_to_play/
OlderNewer