FLD Creation Guide: Difference between revisions
Jump to navigation
Jump to search
m (4epT moved page fLD Creation Guide to FLD Creation Guide over a redirect without leaving a redirect) |
No edit summary |
||
Line 4: | Line 4: | ||
* 1. Extract the map (gat and rsw) | * 1. Extract the map (gat and rsw) | ||
* 2. Copy both to the root of your OpenKore folder | * 2. Copy both to the root of your OpenKore folder | ||
* 3. Execute script: | * 3. Execute script: <code>fields\tools\gat_to_fld2.pl</code> (You will find the created .fld data in the root of your OpenKore folder.) | ||
* 4. Copy created . | * 4. You can pack the files into a gz archive or skip this step | ||
* | * 5. Copy created '''.fld2''' data to <code>OpenKore\fields</code> | ||
* 6. Enjoy | |||
Line 12: | Line 13: | ||
* a perl interpreter of choice | * a perl interpreter of choice | ||
* the perl interpreter kore uses: start.exe | * the perl interpreter kore uses: start.exe | ||
# cd to kore's root folder | # cd to kore's root folder; | ||
# run the following command: | # run the following command: | ||
C:\Openkore-SVN>start.exe ! .\fields\tools\ | C:\Openkore-SVN>start.exe ! .\fields\tools\gat_to_fld2.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 OpenKore. | ||
== See also == | == See also == | ||
[[Field file format]] | [[Field file format]] |
Revision as of 17:54, 17 July 2021
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:
fields\tools\gat_to_fld2.pl
(You will find the created .fld data in the root of your OpenKore folder.) - 4. You can pack the files into a gz archive or skip this step
- 5. Copy created .fld2 data to
OpenKore\fields
- 6. 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_fld2.pl
Note: in this example the root folder was: C:\Openkore-SVN, yours can be different depending on where you have installed OpenKore.