This article's documentation is for the "GoldSrc" engine. Click here for more information.

OL: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "The '''Object Library''' ('''OL''') is a format that stores prefabs used by the {{Hammer3|4|nt=6}} up to Version 3.5. Image:Hammer 3.4 - Prefab Factory.png|thumb|right|3...")
 
(temporary links)
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{gldsrc topicon}}
The '''Object Library''' ('''OL''') is a format that stores [[prefabs]] used by the {{Hammer3|4|nt=6}} up to Version 3.5.
The '''Object Library''' ('''OL''') is a format that stores [[prefabs]] used by the {{Hammer3|4|nt=6}} up to Version 3.5.
[[Image:Hammer 3.4 - Prefab Factory.png|thumb|right|300px|The Prefab Factory Window in Hammer Editor 3.4: Each Library is a Object Library file.]]
[[File:Hammer 3.4 - Prefab Factory.png|thumb|right|300px|The Prefab Factory Window in Hammer Editor 3.4: Each Library is a Object Library file.]]


This File Format acts as a container and can store several [[.map]] and [[.rmf]] prefabs in it. With the ''Prefab Factory'' Menu in Hammer Editor it is possible to add or remove Objects to the Libary.
This File Format acts as a container and can store several [[.map]] and [[.rmf]] prefabs in it. With the ''Prefab Factory'' Menu in Hammer Editor it is possible to add or remove Objects to the Libary.


Object Libary Files are usually contained in the Hammer Editor Folder, for example: <code>common\Half-Life SDK\Hammer Editor\prefabs</code>.
Object Libary Files are usually contained in the Hammer Editor Folder, for example: {{path|common\Half-Life SDK\Hammer Editor\prefabs}}.
 
==See also==
* [https://github.com/erysdren/scratch/blob/main/kaitai/worldcraft_ol.ksy OL format] : erysdren's research.
* [https://github.com/craftablescience/sourcepp/blob/main/src/vpkpp/format/OL.cpp vpkpp] sourcepp's implementation.
 
[[Category:File formats|O]]

Latest revision as of 08:30, 28 May 2025

The Object Library (OL) is a format that stores prefabs used by the Hammer 3.x Valve Hammer Editor up to Version 3.5.

The Prefab Factory Window in Hammer Editor 3.4: Each Library is a Object Library file.

This File Format acts as a container and can store several .map and .rmf prefabs in it. With the Prefab Factory Menu in Hammer Editor it is possible to add or remove Objects to the Libary.

Object Libary Files are usually contained in the Hammer Editor Folder, for example: 🖿common\Half-Life SDK\Hammer Editor\prefabs.

See also