Difference between revisions of "ISSession:FileRedirect (Command)"

From Lavish Software Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
== Syntax ==
 
== Syntax ==
 
{{CMD-DR|FileRedirect|Advanced|Intermediate|Intermediate|Advanced}}
 
{{CMD-DR|FileRedirect|Advanced|Intermediate|Intermediate|Advanced}}
 
+
FileRedirect <-list|-remove <original filename>|<original filename> [new filename]>
 
== Description ==
 
== Description ==
 +
Redirects game's basic usage of file X to file Y. <br>
 +
Will not work in all cases (for example, cannot be used to force the game to use different DLL files).
  
 
== Examples ==
 
== Examples ==
 
+
FileRedirect -list <br>
 +
FileRedirect User.Dat User-John.dat <br>
 +
FileRedirect -remove User.Dat <br>
 
== See Also ==
 
== See Also ==
 
*[[LavishScript:Commands|LavishScript Commands]]
 
*[[LavishScript:Commands|LavishScript Commands]]

Revision as of 21:25, 4 April 2005

Syntax

Command Difficulty Rating
FileRedirect
Usage Advanced
Level of Understanding Intermediate
Computer Savvy Intermediate
Logic Advanced

FileRedirect <-list|-remove <original filename>|<original filename> [new filename]>

Description

Redirects game's basic usage of file X to file Y.
Will not work in all cases (for example, cannot be used to force the game to use different DLL files).

Examples

FileRedirect -list
FileRedirect User.Dat User-John.dat
FileRedirect -remove User.Dat

See Also