Changes between Version 1 and Version 2 of Mod_Layout


Ignore:
Timestamp:
Feb 29, 2012, 8:25:33 AM (12 years ago)
Author:
historic_bruno
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Mod_Layout

    v1 v2  
    55[[TOC]]
    66
    7 Most of the time, when we talk about file "paths" in 0 A.D., we mean relative to the mods directory. Examples: `\art\animation`, `\simulation\components`. These directories may match more than one real directory on the user's computer (if they're using multiple mods). The exact structure can vary from one mod to another, but the standard is based on the `public` mod included with the game. This is an overview of that layout. '''Note: file and directory names are case sensitive.'''
     7Most of the time, when we talk about file "paths" in 0 A.D., we mean relative to the mods directory. Examples: `\art\animation`, `\simulation\components`. These directories may match more than one real directory on the user's computer (if they're using multiple mods). This means of abstraction is called the VFS ([wiki:Virtual_File_System Virtual File System]).
     8
     9The exact directory structure can vary from one mod to another, but the standard is based on the `public` mod included with the game. This is an overview of that layout. '''Note: VFS paths are case sensitive.'''
    810
    911=== art ===