Half-Life 2: Sandbox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
EmSourceDev (talk | contribs) No edit summary |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{ | {{Dead end|date=January 2024}} | ||
Half-Life 2: | '''Half-Life 2: Sandbox''' is an open-source sandbox modification of the Source Engine which provides Lua as a scripting platform for developers to quickly prototype game ideas. The minimalistic game includes a sandbox gamemode for playing with the many aspects of the Source Engine. | ||
== Features == | |||
* A Lua implementation which has support for [https://wiki.facepunch.com/gmod/Structures/SWEP SWeps] | |||
== External links == | |||
* [http://www.lua.org/about.html About Lua] | |||
* [http://code.google.com/p/hl2sb/ Half-Life 2: Sandbox's google code page] | |||
[[Category:Mods]] | |||
{{stub}} |
Latest revision as of 08:35, 24 April 2025

This article has no
links to other VDC articles. Please help improve this article by adding links
that are relevant to the context within the existing text.
January 2024


January 2024
Half-Life 2: Sandbox is an open-source sandbox modification of the Source Engine which provides Lua as a scripting platform for developers to quickly prototype game ideas. The minimalistic game includes a sandbox gamemode for playing with the many aspects of the Source Engine.
Features
- A Lua implementation which has support for SWeps
External links