Mod Manager for Diablo II: Resurrected

Overview
You might also like...

Minecraft 1.8.9 mod which steals the access token and more things from the targetted user and sends to a backend server for processing. Disclaimer: For educational purposes only.

Minecraft 1.8.9 mod which steals the access token and more things from the targetted user and sends to a backend server for processing. Disclaimer: For educational purposes only.

R.A.T Retrieve Access Token Check DxxxxY/TokenAuth to login into an MC account with a name, token and uuid combo. Features Grabs the username, uuid, t

Jan 9, 2023

Momentum Mod's game client panorama (UI) code.

Momentum Mod is a standalone game built on the Source Engine, aiming to centralize movement gametypes found in CS:S, CS:GO, and TF2. Momentum Mod Pano

Dec 15, 2022

A lightweight @discord client mod focused on simplicity and performance.

Replugged Maintained fork of powercord - a lightweight @discord client mod focused on simplicity and performance. Installation/Uninstallation See the

Jan 9, 2023

Example questions for a manager interview

Manager Interview Questions A list of interview questions for manager roles. Follow Ryan Burgess on Twitter Management How would you describe your man

Dec 12, 2022

Bitburner-bbpm - An experimental package manager for the game Bitburner.

BPPM - BitBurner Package Manager An experimental package manager for the game Bitburner. Install Instructions Download the latest release of bbpm.js.

Mar 24, 2022

Use plain functions as modifiers. Polyfill for RFC: 757 | Default Modifier Manager

Use plain functions as modifiers. Polyfill for RFC: 757 | Default Modifier Manager

Jan 14, 2022

An extensible HTML DOM window manager with a professional look and feel

An extensible HTML DOM window manager with a professional look and feel

Wingman An extensible HTML DOM window manager with a professional look and feel. Installation Wingman only requires two files: wingman.css and wingman

Jan 21, 2022

A little toy password manager made for a university class

A little toy password manager made for a university class

Eddy Passbear's Password Manager A little toy password manager made for a university class. Powered by Remix, Prisma and the air we breathe. Step-by-s

Jan 30, 2022

With this File Manager prepared for PHP/Js, you can perform all file operations on your server without any problems.

FileManager With this File Manager prepared for PHP/Js, you can perform all file operations on your server without any problems. Instead of downloadin

Sep 23, 2022
Comments
  • Fix float pattern

    Fix float pattern

    The current pattern was allowing strings like 1\s1234 which is obviously not a valid number. \\. actually matches a \ character following by any char (.).

    By getting rid of the extra \ it now matches a . character as expected so we can have proper float values 🙂.

    Example: https://regex101.com/r/pZSUOK/1

    opened by martin-mena 1
  • TSV not save the last column

    TSV not save the last column

    For example glovesHeight is the last column of inventory

    const inventoryFilename = 'global\\excel\\inventory.txt';
    const inventory = D2RMM.readTsv(inventoryFilename);
    inventory.rows.forEach((row) => {
        row.glovesHeight = 53;
    });
    D2RMM.writeTsv(inventoryFilename, inventory);
    

    Open inventory.txt and see glovesHeight is not change.

    opened by qhu91it 1
  • Cannot modify ExpRatio column in Experience.txt

    Cannot modify ExpRatio column in Experience.txt

    Attached is a simple test mod to alter ExpRatio column in Experience.txt.

    In the result the column remains unchanged. With any other column name the values change correctly.

    LowerXPPenalty.zip

    opened by DanilaSpevak 1
Owner
Oleg Lokhvitsky
Oleg Lokhvitsky
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023
A devtool improve your pakage manager use experience no more care about what package manager is this repo use; one line, try all.

pi A devtool improve your pakage manager use experience no more care about what package manager is this repo use; one line, try all. Stargazers over t

tick 11 Nov 1, 2022
Meogic-tab-manager is an extensible, headless JavaScript tab manager framework.

MeogicTabManager English document MeogicTabManager是一个有可拓展性的、headless的JavaScript标签页管理框架。 MeogicTabManager旨在提供可自由组装页面框架、自定义页面组件、甚至覆盖框架自带事件响应的开发体验。 Meogi

meogic-tech 5 Oct 8, 2022
A mod for Mindustry that adds a few items and liquids, and a whole new tier of upgrades, along with arc

A mod that adds a few items and liquids, and a whole new tier of upgrades, along with arc. Made by Chickenloser and Oreo with help from Duvent.

null 5 Nov 25, 2022
A Simple mod for the TIDAL Client

Waves, a (VERY) simple mod for the TIDAL client Features (so far) Partial Analytic Blocking devTools (toggled with CTRL + Shift + I) React devTools In

Sammy 12 Aug 16, 2022
A low-quality mod made by a rookie

Unstable-Industrial A low-quality mod made by a rookie There may be many grammatical mistakes in the descriptions because of my poor English ability.I

Niruvu Rūche 3 Dec 7, 2022
A simple mod that researches content automatically!

Auto Research A simple mod that researches content automatically! Algorithm Description Looks up for avaliable tech nodes with all the objectives comp

Flin 11 Sep 7, 2022