Lucki

joined 1 year ago
[–] Lucki@feddit.org 4 points 1 month ago* (last edited 1 month ago)

https://vdo.ninja/

  • Bring live video from your smartphone, remote computer, or friends directly into OBS or other studio software.
  • We use cutting edge Peer-to-Peer forwarding technology that offers privacy and ultra-low latency
[–] Lucki@feddit.org 4 points 1 month ago (1 children)

https://dearrow.ajay.app/

Beware that it can make the stupidest videos look interesting.

[–] Lucki@feddit.org 2 points 4 months ago

https://docspell.org/ for organizing your documents using machine learning.

[–] Lucki@feddit.org 2 points 5 months ago (2 children)

uBlock in expert mode provides a similar interface. It's not able too fine tune at the same level though.

[–] Lucki@feddit.org 4 points 7 months ago* (last edited 7 months ago)

https://hydrusnetwork.github.io/hydrus/index.html is a file-management application written for internet-fluent media nerds who have large file collections. It browses with tags instead of folders […]

[–] Lucki@feddit.org 4 points 7 months ago (1 children)

If you don't want the whole calling thing, this is just doing the share thing: https://linkgen.vdo.ninja/

Useful if you're already sitting in a voice chat.

[–] Lucki@feddit.org 0 points 10 months ago (1 children)

Looking in the aur libstdc++5-bin package it's getting it from Debian pre-compiled: https://packages.debian.org/bullseye/libstdc++5

I don't know about Nobara, but if isn't available there you can get the library from the same source and use LD_LIBRARY_PATH to load that library.

[–] Lucki@feddit.org 3 points 10 months ago* (last edited 10 months ago)

I tested in these games - ls -1 "$XDG_CONFIG_HOME/mod-manager":

  • Bloodstained: Ritual of the Night.toml
  • Cyberpunk 2077.toml
  • FlatOut 2.toml
  • Gotham Knights.toml
  • Grand Theft Auto: San Andreas.toml
  • Ready Or Not.toml
  • Stellar Blade.toml
  • The Witcher 3.toml

cat "$XDG_CONFIG_HOME/mod-manager/Gotham Knights.toml"

active = "my"

[my]
mods = [
    "nocape",
    "upscaler",
]

[upscaler]
# https://github.com/cdozdil/OptiScaler
# v0.7.7-pre9
mods = ["OptiScaler"]
[upscaler.environment]
WINEDLLOVERRIDES = "version=n,b"

[nocape]
mods = [
    # https://www.nexusmods.com/gothamknights/mods/330
    "BatGirl Cape Off",
]

tree "/mnt/games/mod-manager/Gotham Knights/"

/mnt/games/mod-manager/Gotham Knights/
├── BatGirl Cape Off
│   └── Mercury
│       └── Content
│           └── Paks
│               └── ~mods
│                   ├── BatGirl_Cape_OFF_Demon_26_P.pak
│                   ├── BatGirl_Cape_OFF_Demon_26_P.ucas
│                   ├── BatGirl_Cape_OFF_Demon_26_P.utoc
│                   ├── BatGirl_Cape_OFF_Eternal_13_P.pak
│                   ├── BatGirl_Cape_OFF_Eternal_13_P.ucas
│                   ├── BatGirl_Cape_OFF_Eternal_13_P.utoc
│                   ├── BatGirl_Cape_OFF_KnightOps_41_P.pak
│                   ├── BatGirl_Cape_OFF_KnightOps_41_P.ucas
│                   ├── BatGirl_Cape_OFF_KnightOps_41_P.utoc
│                   ├── BatGirl_Cape_OFF_Metal_36_P.pak
│                   ├── BatGirl_Cape_OFF_Metal_36_P.ucas
│                   ├── BatGirl_Cape_OFF_Metal_36_P.utoc
│                   ├── BatGirl_Cape_OFF_NeonNoir_22_P.pak
│                   ├── BatGirl_Cape_OFF_NeonNoir_22_P.ucas
│                   ├── BatGirl_Cape_OFF_NeonNoir_22_P.utoc
│                   ├── BatGirl_Cape_OFF_NewGuard_5_P.pak
│                   ├── BatGirl_Cape_OFF_NewGuard_5_P.ucas
│                   ├── BatGirl_Cape_OFF_NewGuard_5_P.utoc
│                   ├── BatGirl_Cape_OFF_Privateer_31_P.pak
│                   ├── BatGirl_Cape_OFF_Privateer_31_P.ucas
│                   ├── BatGirl_Cape_OFF_Privateer_31_P.utoc
│                   ├── BatGirl_Cape_OFF_Shinobi_46_P.pak
│                   ├── BatGirl_Cape_OFF_Shinobi_46_P.ucas
│                   ├── BatGirl_Cape_OFF_Shinobi_46_P.utoc
│                   ├── BatGirl_Cape_OFF_Titan_9_P.pak
│                   ├── BatGirl_Cape_OFF_Titan_9_P.ucas
│                   ├── BatGirl_Cape_OFF_Titan_9_P.utoc
│                   ├── BatGirl_Cape_OFF_YearOne_18_P.pak
│                   ├── BatGirl_Cape_OFF_YearOne_18_P.ucas
│                   └── BatGirl_Cape_OFF_YearOne_18_P.utoc
└── OptiScaler
    └── Mercury
        └── Binaries
            └── Win64
                ├── amd_fidelityfx_dx12.dll
                ├── amd_fidelityfx_vk.dll
                ├── D3D12_Optiscaler
                │   └── D3D12Core.dll
                ├── libxess.dll
                ├── libxess_dx11.dll
                ├── nvngx.dll
                ├── OptiScaler.ini
                └── version.dll

No idea why that tree is broken in monospace - it works in the preview, sorry!

[–] Lucki@feddit.org 17 points 10 months ago (2 children)

I've built my own folder based mod-manager: https://github.com/Lucki/mod-manager

It's using OverlayFs to lay mods on top of the game files which allows for easy switch-arounds of mod sets while keeping each mod separated in their own folder. It's based upon config files and allows to freely collect mods in sets, even nested.

It's probably full of unnoticed bugs because I'm the only one using it, but it works 🤷 I do have a bunch of convenience stuff queued up locally though. They need a bit of polishing but soon it's ready for another push.

view more: next ›