Skip to content

Commit

Permalink
Started introduction to the resources files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Kochanowicz committed Nov 22, 2013
1 parent 05245c1 commit c5acfbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manual/opencs/files_and_directories.tex
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,5 @@ \subsection{Basics}
Project files are stored inside the user directory, in the \textbf{projects} subfolder. This is the path location for both freshly created project files, and a place where Open{CS} looks for already existing files.\\
\paragraph{Resources files}
%textures, sounds, whatever
%textures, sounds, whatever
Unless we are talking about the fully text based game, like Zork or Rogue, you are expecting that a video game is using some media files: models with textures, pictures acting as icons, sounds and everything else. Since content files, no matter if it is esp, esm or new Open{MW} file type do not contain any of those, it's clear that they have to be deliver with a different file. It is also clear that this, let's call it ``resources file``, have to be supported by the engine. Without code handling those files, it is nothing more than a mathematical abstraction -- something, that lacks meaning for human beings\footnote{Unless we call programmers a human beings.}. Therefore this section must cover ways to add resources files to your content file, and point out what is supported. We are going to do just that. Later, you will learn how to make use of those files in your content.

0 comments on commit c5acfbf

Please sign in to comment.