View Single Post
  #24  
Old 07-15-2007, 03:05 AM
saweb's Avatar
saweb
Sarnak
 
Join Date: Jul 2007
Posts: 40
Default

I found this tool very interesting.
-The games settings are stored in the form of vdl's
-Take for example "gamecmds.vdl" This file contains all the games in-game commands, including all emotes.

Code:
//------------------------------------------------------------------------------
// File:    x:\eq2live\worldbuilding\alias_output\Clientvdl/gamecmds.vdl
//------------------------------------------------------------------------------

GameCmdList
{
    aGameCmds = 
    [
        GameCmd
        {
            cmdType = "window"
            cmdline = "toggleinventory"
            cmdName = "inventory"
            displayName = ":f9cae121cc23376a:Inventory"
            iconType = "command"
            iIconID = 5
        }
        GameCmd
        {
            cmdType = "window"
            cmdline = "togglepersona"
            cmdName = "persona"
            displayName = ":f9cae12161a770f8:Persona"
            iconType = "command"
            iIconID = 6
        }
        GameCmd
        {
            cmdType = "window"
            cmdline = "toggleknowledge"
            cmdName = "knowledge"
            displayName = ":f9cae121e3095341:Knowledge"
            iconType = "command"
            iIconID = 22
        }
        GameCmd
        {
            cmdType = "window"
            cmdline = "toggletradeskills"
            cmdName = "tradeskills"
            displayName = ":f9cae121932b24d6:Recipes"
            iconType = "command"
            iIconID = 23
        }
        GameCmd
        {
            cmdType = "window"
            cmdline = "toggleskills"
            cmdName = "skills"
            displayName = ":f9cae1212d62ecb9:Skills"
            iconType = "command"
            iIconID = 6
        }
        GameCmd
        {
            cmdType = "window"
            cmdline = "togglequestjournal"
            cmdName = "quest_journal"
            displayName = ":f9cae12163cc54ac:Quest Journal"
            iconType = "command"
            iIconID = 20
        }
        GameCmd
        {
            cmdType = "window"
            cmdline = "togglewaypointwindow"
            cmdName = "waypoints"
            displayName = ":f9cae121fc0cddb9:Waypoints"
            iconType = "command"
            iIconID = 14
        }
        GameCmd
        {
            cmdType = "window"
            cmdline = "togglemap"
            cmdName = "map"
            displayName = ":f9cae121541f13a4:Map"
            iconType = "command"
            iIconID = 28
        }
        GameCmd
        {
            cmdType = "window"
            cmdline = "togglecommunity"
            cmdName = "community"
            displayName = ":f9cae121666e3d6f:Community"
            iconType = "command"
            iIconID = 4
        }
        GameCmd
        {
            cmdType = "window"
            cmdline = "togglesocials"
            cmdName = "socials"
            displayName = ":f9cae12158e17e0a:Socials"
            iconType = "command"
            iIconID = 15
       

ETC ETC ETC
__________________
[Focus]---> EQ2EMU <---[Focus]

StAy FoCuSSed on EQ2EMU
EQ2EMU is alive!,by gods, I swear it!
Reply With Quote