FLD Creation Guide: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
* 1. Extract the map (gat and rsw) | * 1. Extract the map (gat and rsw) | ||
* 2. Copy both to OpenKore | * 2. Copy both to the root of your OpenKore folder | ||
* 3. Execute script: gat_to_fld.pl | * 3. Execute script: gat_to_fld.pl (You will find the created .fld data in the root of your OpenKore folder.) | ||
* 4. Copy created .fld data to OpenKore\fields | * 4. Copy created .fld data to OpenKore\fields | ||
* 5. Enjoy | * 5. Enjoy | ||
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 this example the root folder was: C:\Openkore-SVN, yours can be different depending on where you have installed | '''Note:''' in this example the root folder was: C:\Openkore-SVN, yours can be different depending on where you have installed Kore. | ||
== See also == | == See also == | ||
[[Field file format]] | [[Field file format]] |
Revision as of 15:53, 18 April 2013
How to extract custom maps and create FLD file
(note: short version)
- 1. Extract the map (gat and rsw)
- 2. Copy both to the root of your OpenKore folder
- 3. Execute script: gat_to_fld.pl (You will find the created .fld data in the root of your OpenKore folder.)
- 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
- cd to kore's root folder
- 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.