Dungeon Siege SNO Viewer 0.1.0 BETA
www.game-editing.net


This is a beta of our "Sno Engine" rather than  the program. 

Filter the filenames with regular expressions, I.E: t_xxx_rmp_* would only
show the generic ramp nodes.

Regexp meta chars:
'*' : Zero or more chars.
'?' : Any one char.
[adgj] : Individual chars (inclusion).
[^adgj] : Individual chars (exclusion).
[a-d] : Range (inclusion).
[^a-d] : Range (exclusion).
[a-dg-j] : Multiple ranges (inclusion).
[^a-dg-j] : Multiple ranges (exclusion).
[ad-fhjnv-xz] : Mix of range & individual chars (inclusion).
[^ad-fhjnv-xz] : Mix of range & individual chars (exclusion).


Known issues:

 -It can ONLY read .raw files.
 -You have to have Dungeon Siege installed (the program 
  will automatically check in the registry where DS is
  installed and load all nodes/textures from
  Terrains.dsre.
 -It can't load textures from Objects.dsres so they will 
  show up as white.
 -The camera controls are a little weird.


Like I said this is only a beta,test,demo,whatever app
so don't expect too much.

This program may not be mirrored on another webpage.

Dan <dan@game-editing.net>


June 11 2002, 03:54 AM.