QuArK: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
'''QuArK''' (Quake Army Knife) is a game level editor and multi-purpose tool for games using engines similar to or based on the Quake engine by id Software. QuArK has the ability to create and directly edit maps, and to a limited extent, models, and can import, export and convert sounds, textures and various other game assets. It is also able to modify .pak and .pk3 files, as well as importing compiled BSP's in order to study the entities as well as add/change/delete entities from these files.
{{quark|4}} ({{quark|3|nt=1}}) is a game level editor and multi-purpose tool for games using engines similar to or based on the Quake engine by id Software. QuArK has the ability to create and directly edit maps, and to a limited extent, models, and can import, export and convert sounds, textures and various other game assets. It is also able to modify [[PAK]] and [[PK3]] files, as well as importing compiled [[BSP]]s in order to study the entities as well as add/change/delete entities from these files.


QuArK can support Half-Life 1 through the <code>.map</code> file format as well import from and export to Half-Life 2's <code>.vmf</code> file format.
QuArK can support Half-Life 1 through the [[MAP]] file format, as well as import from and export to Half-Life 2's [[VMF]] file format.


== External links ==
== External links ==
Line 7: Line 7:
*[http://quark.sourceforge.net/ Official Homepage]
*[http://quark.sourceforge.net/ Official Homepage]
*[http://quark.sourceforge.net/forums/ Official Forums]
*[http://quark.sourceforge.net/forums/ Official Forums]
*[http://en.wikipedia.org/wiki/Quake_Army_Knife QuArK on Wikipedia]
* {{wikipedia|Quake_Army_Knife|QuArK}} on Wikipedia
* Dark-Forge QuArK Forums (down) - [http://web.archive.org/web/*/http://www.dark-forge.com/forums archived version]
* Dark-Forge QuArK Forums (down) - [http://web.archive.org/web/*/http://www.dark-forge.com/forums archived version]
*[http://games.groups.yahoo.com/group/quark/ QuArK's Yahoo Group]
*[http://games.groups.yahoo.com/group/quark/ QuArK's Yahoo Group]

Revision as of 13:19, 20 June 2023

QuArK QuArK (Quake Army Knife) is a game level editor and multi-purpose tool for games using engines similar to or based on the Quake engine by id Software. QuArK has the ability to create and directly edit maps, and to a limited extent, models, and can import, export and convert sounds, textures and various other game assets. It is also able to modify PAK and PK3 files, as well as importing compiled BSPs in order to study the entities as well as add/change/delete entities from these files.

QuArK can support Half-Life 1 through the MAP file format, as well as import from and export to Half-Life 2's VMF file format.

External links