Difference between revisions of "Category:tables"

From OpenKore Wiki
Jump to navigation Jump to search
m
Line 3: Line 3:
 
[http://openkore.svn.sourceforge.net/viewvc/openkore/tablepack/trunk/tables/ Subversion trunk]
 
[http://openkore.svn.sourceforge.net/viewvc/openkore/tablepack/trunk/tables/ Subversion trunk]
  
Files should be in UTF-8 without BOM with Unix line endings (LF).
+
All files must be in [[wikipedia:UTF-8|UTF-8]] without [[wikipedia:byte order mark|BOM]] with Unix [[wikipedia:newline|line endings]] (LF). Almost any [[wikipedia:text editor|text editor]] (except Notepad) can do these conversions without problems.
 +
 
 +
== Auto-generated Files ==
 +
 
 +
Empty in distribution, filled with information from the server on the go.
 +
 
 +
{|class="TablePager"
 +
|-
 +
! File name
 +
! Purpose
 +
|-
 +
| monsters.txt
 +
| Monster name cache
 +
|-
 +
| npcs.txt
 +
| NPC name cache
 +
|}
 +
 
 +
== Compatible Files ==
 +
 
 +
Formats compatible with files from other RO clients, except they still must be (converted) to UTF-8 etc. These files may be updated using files from other RO clients, which would resolve problem with some skill and item names displayed as "Unknown #".
 +
 
 +
{|class="TablePager"
 +
|-
 +
! File name
 +
! Original file name
 +
! Purpose
 +
! Optional
 +
|-
 +
| items.txt
 +
| idnum2itemdisplaynametable.txt
 +
| [[i|Item]] names
 +
|-
 +
| itemsdescriptions.txt
 +
| idnum2itemdesctable.txt
 +
| Item descriptions
 +
| ✓
 +
|-
 +
| itemslotcounttable.txt
 +
| itemslotcounttable.txt
 +
| Item slot counts
 +
|-
 +
| itemslots.txt
 +
| itemslottable.txt
 +
| Item [[References#Equipment_Slots|equipment slots]]
 +
|-
 +
| maps.txt
 +
| mapnametable.txt
 +
| Map names
 +
|-
 +
| quests.txt
 +
| questid2display.txt
 +
| [[Quest]] information
 +
| ✓
 +
|-
 +
| resnametable.txt
 +
| resnametable.txt
 +
| Map aliases
 +
|-
 +
| skillnametable.txt
 +
| skillnametable.txt
 +
| [[skills|Skill]] names
 +
| ✓
 +
|-
 +
| skillsdescriptions.txt
 +
| skilldesctable.txt
 +
| Skill descriptions
 +
| ✓
 +
|-
 +
| skillssp.txt
 +
| leveluseskillspamount.txt
 +
| Skill SP costs
 +
|}

Revision as of 15:10, 15 July 2011

tables directory.

Subversion trunk

All files must be in UTF-8 without BOM with Unix line endings (LF). Almost any text editor (except Notepad) can do these conversions without problems.

Auto-generated Files

Empty in distribution, filled with information from the server on the go.

File name Purpose
monsters.txt Monster name cache
npcs.txt NPC name cache

Compatible Files

Formats compatible with files from other RO clients, except they still must be (converted) to UTF-8 etc. These files may be updated using files from other RO clients, which would resolve problem with some skill and item names displayed as "Unknown #".

File name Original file name Purpose Optional
items.txt idnum2itemdisplaynametable.txt Item names
itemsdescriptions.txt idnum2itemdesctable.txt Item descriptions
itemslotcounttable.txt itemslotcounttable.txt Item slot counts
itemslots.txt itemslottable.txt Item equipment slots
maps.txt mapnametable.txt Map names
quests.txt questid2display.txt Quest information
resnametable.txt resnametable.txt Map aliases
skillnametable.txt skillnametable.txt Skill names
skillsdescriptions.txt skilldesctable.txt Skill descriptions
skillssp.txt leveluseskillspamount.txt Skill SP costs

Subcategories

This category has only the following subcategory.

Pages in category "tables"

The following 12 pages are in this category, out of 12 total.