Menu

Tree [c4bfde] master /
 History

HTTPS access


File Date Author Commit
 AUTHORS 2006-01-11 Avenger Avenger [62c9fa] added missing GPL files for Utilities
 COPYING 2006-01-11 Avenger Avenger [62c9fa] added missing GPL files for Utilities
 StdAfx.cpp 2005-07-11 Avenger Avenger [a5ab64] Added IeLister to the Utilities (compiles on Wi...
 StdAfx.h 2005-07-11 Avenger Avenger [a5ab64] Added IeLister to the Utilities (compiles on Wi...
 build 2005-07-11 Avenger Avenger [a5ab64] Added IeLister to the Utilities (compiles on Wi...
 ielister.cpp 2014-03-24 Avenger Avenger [c4bfde] new unknowns
 ielister.def 2005-07-11 Avenger Avenger [a5ab64] Added IeLister to the Utilities (compiles on Wi...
 ielister.dsp 2005-07-11 Avenger Avenger [a5ab64] Added IeLister to the Utilities (compiles on Wi...
 ielister.dsw 2005-07-11 Avenger Avenger [a5ab64] Added IeLister to the Utilities (compiles on Wi...
 ielister.h 2005-07-11 Avenger Avenger [a5ab64] Added IeLister to the Utilities (compiles on Wi...
 listplug.h 2005-07-11 Avenger Avenger [a5ab64] Added IeLister to the Utilities (compiles on Wi...
 readme.txt 2005-07-11 Avenger Avenger [a5ab64] Added IeLister to the Utilities (compiles on Wi...
 resource.h 2005-07-11 Avenger Avenger [a5ab64] Added IeLister to the Utilities (compiles on Wi...
 version.rc 2006-11-27 Avenger Avenger [352606] ielister update (added missing version.rc too)

Read Me

IELister V1.0

This is an Infinity Engine filetype lister plugin written for TotalCmd (5.5 or higher).
It currently lists item, spell, store, creature, user interface, effect, videocell,
area, dialog, game and projectile files of all Infinity Engine variations.

To install, copy the .wlx into your totalcmd directory.
Modify your wincmd.ini (in the windows dir) by adding these lines

[ListerPlugins]
0=C:\totalcmd\ielister.wlx
 
If you already have other lister plugins, just add a new entry.
Modify the path to your totalcmd path, of course.
If you have TC 6.0 or higher, you can add the lister plugin
by configuration/options/ls-plugins.
In this case you might want to remove the detection string when you upgrade this plugin.


IELISTER also works with Midnight Commander, you have to compile it as a unix executable. Add it to your command path and add these lines to your bindings file:

#listing creatures
shell/.cre
        View=%view{ascii} ielister %f

Allowed extensions: .itm, .spl, .cre, .sto, .are, .chu, .eff, .vvc, .pro, .dlg, .chr, .gam, .wed, .wmp

Avenger