Coder Social home page Coder Social logo

nwn-ctl's Introduction

Neverwinter Nights module management utility

Options

  -backup-extension string
         (default ".bak")
  -command string
         (default "install")
  -dry-run
        Dry Run
  -excluded value
        excluded files
  -extensions-dir string
         (default "Extensions")
  -module string
    
  -nwn-dir string
         (default ".")
  -overwrite-existing
        Overwrite Existing files
  -skip-errors
        Skip file errors
  -target-dir string

Usage

assuming that NWN was installed into /home/user1/.wineprefixes/nwn/drive_c/GOG Games/NWN Diamond/ under which sub-folder Extensions exist that contains unzipped module foo (inside directory with the same name):

/home/user1/.wineprefixes/nwn/drive_c/GOG Games/NWN Diamond/
 \_ Extensions 
     \_ foo
         \_ ...

we can install foo:

nwn-cli -nwn-dir "/home/user1/.wineprefixes/nwn/drive_c/GOG Games/NWN Diamond/" \
   -extensions-dir Extensions \
   -module foo \
   -skip-errors

which will result in creation of foo.json outlining details of install:

/home/user1/.wineprefixes/nwn/drive_c/GOG Games/NWN Diamond/
 \_ Extensions 
     \_ foo
         \_ ...
     \_ foo.json

foo.json:

{
  "name": "foo",
  "extensionsDir": "Extensions",
  "nwnDir": "/home/user1/.wineprefixes/nwn/drive_c/GOG Games/NWN Diamond",
  "backupExtension": ".bak",
  "overwriteExisting": false,
  "files": [
   "hak/foo1.hak"
  ],
  "installed": [
   "hak/foo1.hak"
  ],
  "skipped": [],
  "excluded": null,
  "saved": null
}

which sufficiently outlines install to be used in reverse to remove module:

nwn-cli -command=uninstall \
   -nwn-dir="/home/user1/.wineprefixes/nwn/drive_c/GOG Games/NWN Diamond/" 
   -extensions-dir=Extensions \
   -module foo

which will instruct nwn-cli to read foo.json manifest and will replace name, extensionsDir and nwnDir with values provided in CLI and remove all the installed (declared to be installed) files and rename foo.json to foo.uninstalled preserving install information for later.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.