home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fanclub Das Freakmagazin 2
/
FANCLUB2.ISO
/
patches
/
frontpba
/
regdraft.bat
< prev
next >
Wrap
DOS Batch File
|
1994-12-01
|
508b
|
17 lines
@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]