Compressed file library: Difference between revisions

Content deleted Content added
External links: *Doom WAD, a similar file system
 
(12 intermediate revisions by 12 users not shown)
Line 1:
__NOTOC__
A '''compressed file library''' ('''CFL''') is designed to work as a [[virtual file system]] for programs, especially for [[video game|games]]. By compressing various game resources into one file, it is able to keep the number of file accesses down. The resources can also be encrypted in the CFL.
{{More citations needed|date=June 2013}}
{{Infobox software
| name = Compressed file library
| developer = [[Fathammer]] Ltd.
| genre = [[Data compression]]
| programming language = [[C++]]
| license = [[Public ___domain software]]<ref>[http://sol.gfxile.net/code.html Code] ''"These sources have been released to the public ___domain without any warranty. All I wish is that you would send me an email if you use any of them. I will consider releasing more code if there is interest. Or when I feel like it."''</ref>
| website = {{URL|sol.gfxile.net/code.html}}
}}
{{Infobox file format
| name = Compressed file library
| extension = .cfl
| genre = [[data compression]]
| container for = [[archive format]], [[file system]]
}}
 
A '''compressed file library''' ('''CFL''') is designed to work as a [[virtual file system]] for programs, especially for [[video game|games]]s. By compressing various game resources into one file, it is able to keeplower the number of file accesses down. The resources can also be encrypted in the CFL.
CFL is used by X-Forge, the multi-platform wireless 3D game engine developed by [[Fathammer|Fathammer Ltd]]. It is also used by [[IMVU]] for its 3D character models and accessories.
 
CFL is used by X-Forge, the multi-platform wireless 3D game engine developed by [[Fathammer|Fathammer Ltd]] Ltd. It is also used by [[IMVU]] for its 3D character models and accessories.
 
==See also==
* [[Doom WAD]], a similar file system
 
== References ==
{{reflist}}
 
==External links==
*[http://filext.com/file-extension/cfl .CFL file] at FILExt.com
*[https://web.archive.org/web/20080704060216/http://sol.gfxile.net/code.html Public ___domain resources including Compressed File Library]
*{{Freshmeat|cfl3|Compressed File Library}}
 
 
[[Category:Video game development]]
[[Category:Public-___domain software with source code]]
 
 
{{compu-prog-stub}}
 
[[ko:압축 파일 라이브러리]]