Difference between revisions of "Category:tables"

From OpenKore Wiki
Jump to navigation Jump to search
m
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<code>tables</code> directory.
+
<code>tables</code> directory ([https://github.com/OpenKore/openkore/tree/master/tables GIT])
 
 
[http://openkore.svn.sourceforge.net/viewvc/openkore/tablepack/trunk/tables/ Subversion trunk]
 
  
 
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.
 
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.
Line 9: Line 7:
 
Empty in distribution, filled with information from the server on the go.
 
Empty in distribution, filled with information from the server on the go.
  
{|class="TablePager"
+
{|class="wikitable" border="1" cellspacing="0"
 
|-
 
|-
 
! File name
 
! File name
Line 25: Line 23:
 
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 #".
 
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"
+
{| class="wikitable" border="1" cellspacing="0" width="100%"
 
|-
 
|-
 
! File name
 
! File name
 
! Original file name
 
! Original file name
 
! Purpose
 
! Purpose
 +
! Compiled lua name
 
! Optional
 
! Optional
 
|-
 
|-
Line 35: Line 34:
 
| idnum2itemdisplaynametable.txt
 
| idnum2itemdisplaynametable.txt
 
| [[i|Item]] names
 
| [[i|Item]] names
 +
| iteminfo.lub
 +
| No
 
|-
 
|-
 
| itemsdescriptions.txt
 
| itemsdescriptions.txt
 
| idnum2itemdesctable.txt
 
| idnum2itemdesctable.txt
 
| Item descriptions
 
| Item descriptions
|
+
| iteminfo.lub
 +
| Yes
 
|-
 
|-
 
| itemslotcounttable.txt
 
| itemslotcounttable.txt
 
| itemslotcounttable.txt
 
| itemslotcounttable.txt
 
| Item slot counts
 
| Item slot counts
 +
| iteminfo.lub
 +
| No
 
|-  
 
|-  
 
| itemslots.txt
 
| itemslots.txt
 
| itemslottable.txt
 
| itemslottable.txt
| Item [[equipment slot]]s
+
| Item [[References#Equipment_Slots|equipment slots]]
 +
|
 +
| No
 
|-
 
|-
 
| maps.txt
 
| maps.txt
 
| mapnametable.txt
 
| mapnametable.txt
 
| Map names
 
| Map names
 +
|
 +
| No
 +
|-
 +
| msgstringtable.txt
 +
| msgstringtable.txt
 +
| Miscellaneous messages
 +
|
 +
| Yes
 
|-
 
|-
 
| quests.txt
 
| quests.txt
 
| questid2display.txt
 
| questid2display.txt
 
| [[Quest]] information
 
| [[Quest]] information
|
+
| OngoingQuestInfoList_True.lub
 +
| Yes
 
|-
 
|-
 
| resnametable.txt
 
| resnametable.txt
 
| resnametable.txt
 
| resnametable.txt
 
| Map aliases
 
| Map aliases
 +
|
 +
| No
 
|-
 
|-
 
| skillnametable.txt
 
| skillnametable.txt
 
| skillnametable.txt
 
| skillnametable.txt
 
| [[skills|Skill]] names
 
| [[skills|Skill]] names
|
+
| skillinfolist.lub
 +
| Yes
 
|-
 
|-
 
| skillsdescriptions.txt
 
| skillsdescriptions.txt
 
| skilldesctable.txt
 
| skilldesctable.txt
 
| Skill descriptions
 
| Skill descriptions
|
+
| skilldescript.lub
 +
| Yes
 
|-
 
|-
 
| skillssp.txt
 
| skillssp.txt
 
| leveluseskillspamount.txt
 
| leveluseskillspamount.txt
 
| Skill SP costs
 
| Skill SP costs
 +
| skillinfolist.lub
 +
| No
 +
|-
 +
| hateffect_id_handle.txt
 +
|
 +
| Hat Effects List
 +
| hateffectinfo.lub
 +
| Yes
 +
|-
 +
| hateffect_name.txt
 +
|
 +
| Hat Effects Names
 +
| hateffectinfo.lub
 +
| Yes
 +
|-
 +
| STATUS_id_handle.txt
 +
|
 +
| Status List
 +
| efstids.lub
 +
| Yes
 +
|-
 +
| item_options.txt
 +
|
 +
| Item Options
 +
| addrandomoptionnametable.lub
 +
| Yes
 +
|-
 +
| ITEMOPTION_id_handle.txt
 +
|
 +
| Item Options
 +
| enumvar.lub
 +
| Yes
 +
|-
 +
| statusnametable.txt
 +
|
 +
| Status Names
 +
| stateiconinfo.lub
 +
| Yes
 +
|-
 +
| title_name.txt
 +
|
 +
| Player Title
 +
| titletables.lub
 +
| Yes
 
|}
 
|}

Revision as of 13:54, 2 January 2020

tables directory (GIT)

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 Compiled lua name Optional
items.txt idnum2itemdisplaynametable.txt Item names iteminfo.lub No
itemsdescriptions.txt idnum2itemdesctable.txt Item descriptions iteminfo.lub Yes
itemslotcounttable.txt itemslotcounttable.txt Item slot counts iteminfo.lub No
itemslots.txt itemslottable.txt Item equipment slots No
maps.txt mapnametable.txt Map names No
msgstringtable.txt msgstringtable.txt Miscellaneous messages Yes
quests.txt questid2display.txt Quest information OngoingQuestInfoList_True.lub Yes
resnametable.txt resnametable.txt Map aliases No
skillnametable.txt skillnametable.txt Skill names skillinfolist.lub Yes
skillsdescriptions.txt skilldesctable.txt Skill descriptions skilldescript.lub Yes
skillssp.txt leveluseskillspamount.txt Skill SP costs skillinfolist.lub No
hateffect_id_handle.txt Hat Effects List hateffectinfo.lub Yes
hateffect_name.txt Hat Effects Names hateffectinfo.lub Yes
STATUS_id_handle.txt Status List efstids.lub Yes
item_options.txt Item Options addrandomoptionnametable.lub Yes
ITEMOPTION_id_handle.txt Item Options enumvar.lub Yes
statusnametable.txt Status Names stateiconinfo.lub Yes
title_name.txt Player Title titletables.lub Yes

Subcategories

This category has only the following subcategory.

Pages in category "tables"

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