Difference between revisions of "FLD Creation Guide"

From OpenKore Wiki
Jump to navigation Jump to search
m (added the run from start.exe method)
Line 16: Line 16:
 
   C:\Openkore-SVN>start.exe ! .\fields\tools\gat_to_fld.pl
 
   C:\Openkore-SVN>start.exe ! .\fields\tools\gat_to_fld.pl
  
'''Note:''' in my case this was the root folder was: C:\Openkore-SVN, yours can be different depending on where you have installed kore.
+
'''Note:''' in this example the root folder was: C:\Openkore-SVN, yours can be different depending on where you have installed kore.

Revision as of 22:17, 31 January 2010

How to extract custom maps and create FLD file

(note: short version)

  • 1. Extract the map (gat and rsw)
  • 2. Copy both to OpenKore\fields\tools
  • 3. Execute script: gat_to_fld.pl
  • 4. Copy created .fld data to OpenKore\fields
  • 5. Enjoy


You can either execute the script by using:

  • a perl interpreter of choice
  • the perl interpreter kore uses: start.exe
  1. cd to kore's root folder
  2. run the following command:
 C:\Openkore-SVN>start.exe ! .\fields\tools\gat_to_fld.pl

Note: in this example the root folder was: C:\Openkore-SVN, yours can be different depending on where you have installed kore.