Compressed file library: Difference between revisions

Content deleted Content added
Is notable and remove neologism tag, add unref tag
 
(6 intermediate revisions by 6 users not shown)
Line 1:
__NOTOC__
{{UnreferencedMore citations needed|date=June 2013}}
{{Infobox software
| name = Compressed Filefile Librarylibrary
| logodeveloper = [[Fathammer]] = Ltd.
| developergenre = [[Fathammer|FathammerData Ltdcompression]]
| programming language = [[C++ (programming language)|C++]]
| frequently updated = yes
| 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>
| operating system = [[Cross-platform]]
| genre website = [[data compression]]{{URL|sol.gfxile.net/code.html}}
| programming language = [[C++ (programming language)|C++]]
| license =
| website =
}}
 
{{Infobox file format
| name = Compressed Filefile Librarylibrary
| icon =
| extension = .cfl
| mime =
| type code =
| magic =
| uniform type =
| owner =
| genre = [[data compression]]
| container for = [[archive format]], [[file system]]
| contained by =
| extended from =
| extended to =
| standard =
}}
 
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]] 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]]