home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem **** This batch file simply deletes the PGENTABL.DAT file
- rem **** from the game directory, returning the range of
- rem **** attributes generated for Free Agents to the normal
- rem **** level.
-
- echo Converting Free Agent generation to normal values...
- del PGENTABL.DAT > nul
- echo .
- echo .
- echo .
- echo finished.
- echo.
- echo Free agents players will now be generated with normal attribute
- echo values. To return free agent generation to enhanced levels,
- echo type: FADRAFT [enter]
-