GAMESTOLVL: estimated # of games needed to play for the next level. calculated off the amount of xp gained from your previous run.
TIMETOLVL: hh:mm:ss estimate to level based on the same stats as above.
LASTXPPERCENT: % xp you gained in the last game.
LASTXPPERSEC: % xp per sec of your last game.
LASTGAMETIME: time your last run took.
Also this branch adds a post build event to copy the dll/pbd/other built resources to your D2 directory if you set the environment variable D2Path. If the env variable is undefined nothing new happens.
Adds the following automap info keys.
GAMESTOLVL
: estimated # of games needed to play for the next level. calculated off the amount of xp gained from your previous run.TIMETOLVL
: hh:mm:ss estimate to level based on the same stats as above.LASTXPPERCENT
: % xp you gained in the last game.LASTXPPERSEC
: % xp per sec of your last game.LASTGAMETIME
: time your last run took.Also this branch adds a post build event to copy the dll/pbd/other built resources to your D2 directory if you set the environment variable
D2Path
. If the env variable is undefined nothing new happens.