Lost Souls directory structure
From LSWiki
Revision as of 18:46, 8 January 2007
This structure of this file mirror the LS directory structure. If you don't know how to navigate the directory structure, please read the Developer Primer.
Contents |
/d
(What does "d" stand for? -Twi) This is where the world is.
/d/Affiliations
/d/Almeria
/d/System
/d/Misc
/d/(various planes)
/daemon
This is where daemons are. What are daemons you ask? Good question. Basically I think they are objects that control, handle, and store data. Right?
/def
This is where definition files reside. Definitions are abstract files that determine certain generic properties of particular files. Races, anatomies, weapon types, damage types, are all examples of things that have definitions.
/etc
A few general lib files are here, like item.h
/lib
More particular, but still very general, lib files are here. Project lib files can usually be found in /d/Almeria/lib, or /d/Affiliations/lib, or something of that sort.
/lib/dev
This is where developer work-in-progress lib files go; everyone has write access to this directory.