Sledge: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with "'''Sledge''' is a free and open source drop-in replacement for Valve's Hammer Editor. == External links == *[http://sledge-editor.com/ Official Homepage] *[https://github.com/Lo...")
 
No edit summary
Line 1: Line 1:
'''Sledge''' is a free and open source drop-in replacement for Valve's Hammer Editor.
'''Sledge''' is an open source alternative to Valve's Hammer Editor for the Goldsource and Source engines. It is written in .NET and uses OpenGL as a rendering platform.
 
Currently Sledge supports Goldsource mapping in a limited capacity - features will be added during the alpha. A number of file format parsers are currently available, including FGD, RMF, VMF, MDL (limited support), and WAD (via HLLib).
 
The current focus is on Goldsource support. After that, Source will be added, followed by a plugin system and more features.
 
The Sledge Editor is GPL. All other components are LGPL.


== External links ==
== External links ==

Revision as of 01:40, 3 December 2013

Sledge is an open source alternative to Valve's Hammer Editor for the Goldsource and Source engines. It is written in .NET and uses OpenGL as a rendering platform.

Currently Sledge supports Goldsource mapping in a limited capacity - features will be added during the alpha. A number of file format parsers are currently available, including FGD, RMF, VMF, MDL (limited support), and WAD (via HLLib).

The current focus is on Goldsource support. After that, Source will be added, followed by a plugin system and more features.

The Sledge Editor is GPL. All other components are LGPL.

External links