npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

skyrim-mod-alternatives

v0.1.2

Published

A collaborative mod preservation and availability project for Skyrim

Downloads

8

Readme

SkyrimModAlternatives

This is a project that aims to put together the Skyrim Mod Community and creating efforts to:

1- Create a free and explorable database of existing mods
2- Create a free and community-driven alternative to download them
3- Preserve mods while avoiding takedowns or just dissapearing with the pass of time
4- Decentralized system, all this code can run in any computer and anyone can use this software, it's opensource and based on the webtorrent project. 

This tool does not endorse piracy

Modders usually work as a hobby, others do plan to earn money doing what they love. Some platforms pay them for their downloads, some don't, but at the end of the day, it's their work.

You may contribute to the database using information from mods that does not have permission to be reuploaded.

For such mods, no TorrentHash will be uploaded to the database until the Author gives their explicit permission, making them searchable through the database but not downloadable.

Explore the database (Contributors wanted to make it awesome!)

https://rucadi.github.io/ExploreModDatabase.html

Install the command line interface

  • You must have node installed
  • Do the following command in Windows Terminal: npm -global i mod-alternatives or visit the website: https://www.npmjs.com/package/mod-alternatives

Usage

Notice that only files that match the database will be seeded.

Helper Scripts for other platforms

The Helper Scripts are scripts that expand the download buttons from NexusMods and LoversLab in order to show the #hash that you need to use for creating a modlist, and a link to download that file from your browser (or generate a torrent/magnet file)

Install helper script for NexusMods

Install Helper Script for LoversLab

Contribute adding new mods (And seeding them!)

While this is a decentralized project, we still need to create the database of mods. This database, once created, is shared as a torrent like all the other mods. So while there is people using the system, the database will live on.

The database is a sqlite database generated from the SkyrimModAlternatives.json file. This file contains the following information that uniquely identifies a mod:

{
  "mods": [
    {
      "SkyrimVersion": "SE",
      "Name": "Unofficial Skyrim Special Edition Patch",
      "ModVersion": "4.2.6a",
      "FileName": "Unofficial Skyrim Special Edition Patch-266-4-2-6a-1636838663.7z",
      "TorrentHash": "d09b972082830f89649a3ac66c610ee6d9637b9d",
      "FileSize": "134034173", 
      "Url": "https://www.nexusmods.com/skyrimspecialedition/mods/266",
      "NexusId": "266",
      "LoversId": "",
      "FileId": "241103",
      "NSFW": false,
      "Author": "Unofficial Patch Project Team",
      "Permissions" : "You may upload unmodified copies of the latest version of the patch to any website of your choosing so long as the documentation is retained as-is."
    }
  ]
}

This information probes useful to:

1 - Know the origin of the mod
2 - Identify the mod
3 - Create web extensions that allow us to download from an alternative location when looking for mods on a mod website.