Compressed file library: Difference between revisions

Content deleted Content added
added external links
 
(22 intermediate revisions by 19 users not shown)
Line 1:
__NOTOC__
'''Compressed File Library''' ('''CFL''') is designed to work as a virtual file system for programs, usually games. It is able to keep the number of file accesses down, all game resources can be compressed, and encrypted. CFL is used by X-Forge, the multi-platform wireless 3D game engine by Fathammer Ltd. It is also used by [[IMVU]] for its 3D Character models, and accessories.
{{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]]s. By compressing various game resources into one file, it is able to lower the number of file accesses. 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]] 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
*[http://sol.gfxile.net/code.html/ Home/Download page]
*[https://web.archive.org/web/20080704060216/http://sol.gfxile.net/code.html Public ___domain resources including Compressed File Library]
*[http://freshmeat.net/projects/cfl3/ Freshmeat Project page]
*{{Freshmeat|cfl3|Compressed File Library}}
 
[[Category:Video game development]]
{{compu-prog-stub}}
[[Category:Public-___domain software with source code]]
 
 
[[ko:압축 파일 라이브러리]]
{{compu-prog-stub}}