PHP Warning: Use of undefined constant MYSQL_NUM - assumed 'MYSQL_NUM' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 151

PHP Warning: Use of undefined constant MYSQL_ASSOC - assumed 'MYSQL_ASSOC' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 151

PHP Warning: Use of undefined constant MYSQL_BOTH - assumed 'MYSQL_BOTH' (this will throw an Error in a future version of PHP) in ..../includes/init.php on line 151

PHP Warning: Use of undefined constant privacyurl - assumed 'privacyurl' (this will throw an Error in a future version of PHP) in ..../global.php(834) : eval()'d code on line 41

PHP Warning: Use of undefined constant tosurl - assumed 'tosurl' (this will throw an Error in a future version of PHP) in ..../global.php(834) : eval()'d code on line 42
GameFileForums - View Single Post - Copying program files
View Single Post
  #6  
Old 31-10-2005
Crypton
Guest
 
Posts: n/a
Default

some games do not require anything in the registry to get file paths, and some games read entires in the registry to get where their files are located.

Some use relative path, such as ./pathtofolder or ../pathtofolder, ect..

instead of absolute such as c:\games\ut2004\pathtofolder

So not all games will work without the reg entries. If you know how to use regedit, you can however export the paths.
Reply With Quote