nwn

Imports everything needed to work on NWN files

Modules

biowaredb
module nwn.biowaredb

Bioware campaign database (Foxpro db)

constants
module nwn.constants

NWN constants (not nwscript builtin constants)

dds
module nwn.dds

DirectDraw Surfaces (DDS files)

erf
module nwn.erf

ERF file format (erf, hak, mod, ...)

fastgff
module nwn.fastgff

Faster and more memory efficient GFF file reading without writing support

gff
module nwn.gff

Generic File Format (gff)

mdb
module nwn.mdb

MDB file parsing

nwnserver
module nwn.nwnserver

Query the nwn2 server

nwscript
module nwn.nwscript

Imports everything from nwn.nwscript

tlk
module nwn.tlk

TalkTable (tlk)

trn
module nwn.trn

Terrain (trn, trx)

twoda
module nwn.twoda

Two Dimentional Array (2da)

types
module nwn.types
Undocumented in source.

Public Imports

nwn.biowaredb
public import nwn.biowaredb;
Undocumented in source.
nwn.constants
public import nwn.constants;
Undocumented in source.
nwn.dds
public import nwn.dds;
Undocumented in source.
nwn.erf
public import nwn.erf;
Undocumented in source.
nwn.fastgff
public import nwn.fastgff;
Undocumented in source.
nwn.gff
public import nwn.gff;
Undocumented in source.
nwn.mdb
public import nwn.mdb;
Undocumented in source.
nwn.nwnserver
public import nwn.nwnserver;
Undocumented in source.
nwn.nwscript
public import nwn.nwscript;
Undocumented in source.
nwn.tlk
public import nwn.tlk;
Undocumented in source.
nwn.trn
public import nwn.trn;
Undocumented in source.
nwn.twoda
public import nwn.twoda;
Undocumented in source.
nwn.types
public import nwn.types;
Undocumented in source.

Meta