The Achievements Script - v1.0 stable
#31
When installed using the first method your file structure will look like this:

/config/tools.cfg
/config/achievements.cfg

and your autoexec will look something like this:

exec config\tools.cfg
exec config\achievements.cfg

If using the second method the file structure will look like this:

/config/tools.cfg
/scripts/achievements.cfg

...and the autoexec.cfg will look something like this:

exec config\tools.cfg
execdir scripts

The first method *can* be shortened to this in the autoexec.cfg by using the "run" command that flowtron mentioned:

run tools
run achievements

...the second method can be shortened to:

run tools
execdir scripts

HTH! :)
Thanks given by:


Messages In This Thread
RE: The Achievements Script - v1.0 beta - by ph4ntom - 11 Feb 11, 08:28PM
RE: The Achievements Script - v1.0 beta - by Bukz - 14 Feb 11, 01:23AM