S&box Wiki

Revision Difference

#551021

<cat>Dev.Intro</cat> <title>The s&box wiki</title> <upload src="41122/8d905d3af45832c.jpg" size="56510" name="header_capsule.jpg" /> # Current Status⤶ ⤶ ## Code⤶ ⤶ The API is 90% stable. No massive globally breaking changes are expected. It could happen, but we're taking care to mark things obsolete and give you time to move to changed APIs where possible. ⤶ ## Addons⤶ ⤶ Addons are supported. Check our [October 2022 blog](https://sbox.facepunch.com/news/october2022#Addons) for more info.⤶ ⤶ ## Mapping and Entities⤶ ⤶ We're moving the majority of entities and entity IO to addon code. This has two big advantages.. first of all you can look at the code and see precisely how it works, what it should do and what it shouldn't. Secondly, it forces us to make a bunch of stuff work in our addon code - meaning a more flexible API for everyone to use.⤶ ⤶ We're taking this as an opportunity to rename, sort and throw away a bunch of obsolete entities. This is still an ongoing process, so if you can't find an entity in Hammer that you used to use, have a look around for a better-named alternative - if it's still not there, open an issue and we'll sort you out.⤶ ⤶ ## Developer Preview⤶ ⤶ Access to the developer preview is done via an invite key system. Invite keys are periodically given out to existing members, which they can then give out to people who want access.⤶ ⤶ Go to the [Dev Backend](https://asset.party/) site for more information.⤶ # Getting Started⤶ ⤶ The easiest way to get started making stuff is to start.⤶ ⤶ * [How To Make A Game](Games/GettingStarted). # Issues # Reporting Issues For bugs and feature requests, please use [Github Issues](https://github.com/sboxgame/issues) # Other Resources There are a few other sites you should keep an eye on for updates. + [Monthly Dev Blogs](https://sbox.facepunch.com/news/) + [Development Updates](https://github.com/sboxgame/issues/discussions) + [asset.party](https://asset.party/) + [API Reference](https://asset.party/api)