S&box Wiki
Home
/
Edit Getting Started With Hammer
View
Edit
History
No Category
Developer Overview
The Project System
Publishing To Asset Party
Getting Started With Hammer
Mapping Basics
Mapping Entities
Advanced Mapping Techniques
Getting Started with Modeldoc
Animgraph & Animation
Physics
Modeldoc Nodes
Advanced Modelling
UI Basics
Styles & Stylesheets
Razor Templates
Game Menus
Materials
Built In Shaders
Shaders
Shader Reference
Sounds & Audio
Particles
Getting Started
Making Games
Input
Networking
Physics
Rendering
Editor & Tools
VR
Misc
Playing Guides
Console Commands & Variables
Dedicated Server
Log in to edit
Getting Started With Hammer
<cat>Hammer.Intro</cat> <title>Getting Started With Hammer</title> # Getting Started ## Setting Up Before you can start mapping, you'll need to have a Project setup, if you don't have one you can make one by opening s&box in Editor Mode and clicking "New Project", The Minimal template will be fine for the purpose of creating and loading a map. <upload src="b3f81/8dc33228980a8f9.png" size="69785" name="image.png" /> ## Creating a new map Once you have a project created, you can navigate to it using the Asset Browser and then create your first map file. Select your project from the project list in the Asset Browser, right click on any empty space in the Asset List and select `New Asset...` then `Map`: <upload src="70c/8db8471e5059429.png" size="44413" name="image.png" /> A popup will show up asking for a name, and save location. You will want to create a new folder called `maps/`, open it, give the map a name, and save it. The game will create a sample map file for you with some basic mesh and some info_players to get you started! You can now open and edit your new map. <upload src="70c/8db84740a83f540.png" size="31789" name="image.png" /> ## Compiling your map On your quest to running your map in-game, you'll want to compile it, this can be done by pressing the Hotkey <key>F9</key>, alternatively you can find the button to compile the map here: <upload src="b3f81/8dc3323a9da96e3.png" size="21120" name="8db8473cbdbc96f.png" /> For the purpose of getting your map up and running, we'll be using `Fast Compile`. Once compiled, you should be given a horribly contrasted green banner of Sweet Success! <upload src="b3f81/8dc332406356863.png" size="3053" name="sbox-dev_xRJ39v8pgL.png" /> # Running your map In-Game <note> If you're a Entity System Veteran checking out s&box today, running a map in-game is not as simple as it used to be, read carefully! </note> Below are two methods you can use to check out your map In-Game, choose which works best for you, don't worry, neither require programming knowledge! ## Method 1 : Running the map through a Map Instance Component This method is valuable if you're planning on using your map in a game. To start, let's leave hammer for a minute and head back over to our Editor. <upload src="b3f81/8dc33256507ebe3.png" size="1162499" name="sbox-dev_vb52AAXpwL.png" /> First, you'll want to create a new GameObject, this can be done by simply right clicking in the hierachy and clicking "Create Empty". <upload src="b3f81/8dc332599c554b4.png" size="13202" name="sbox-dev_InaSfWozRj.png" /> Now, click on your newly created GameObject, let's give it a name by pressing <key>F2</key> and call it `Map Instance`. Next, head to your Inspector, by default this is underneath your hierarchy. Click `New Component`, and in the Search Bar type `Map Instance` <upload src="b3f81/8dc33260222250a.png" size="19942" name="sbox-dev_XeP9DBx2op.png" /> Now, all you need to do is type your map's directory in the `Map Name` field, in our case, it should be `maps/my_map.vmap`, if you named your map something else, shrimply replace the "my_map" with your map's name. <note> In some cases, you may need to close and reopen your editor, remember to save! </note> Congrats! Your map is now loaded! ## Method 2 : Running the map through Walker/Scenebox <note> This Method requires your map to be Released on Asset.Party, aswell as it being re-uploaded to Asset.Party anytime you make a change. </note> This method is valuable if you're just wanting to test your map using a basic FPS controller. To start, let's leave hammer and return to our Editor. We'll want to publish our project to Asset.Party first by following [this guide](UploadingAssets) Your map won't need to be set to released for it to appear, as long as you're part of the Org the map is in. Then, open s&box in normal Game Mode, and open either "Walker" (For a barebones First Person Controller.) or "Scenebox" (For a more Sandbox like experience.) <upload src="b3f81/8dc3327f070e0b0.png" size="274522" name="sbox_W9k27zaJyd.png" /> You should be able to find your map by typing in it's name, and you'll be good to go! ## What's next? Once your map feels complete to you. Let's do a Final Compile before uploading to Asset.Party (Or re-uploading if you've followed Method 2) Back in the Compile Window, you'll have the option of a `Final` or `Full Compile`. Final Compile offers the best visual quality, however the compile time will be longer than a Full Compile. If you aren't completely certain about your map, it's best to do a Full Compile first to see how things will generally look, and do one last pass for any mistakes. <upload src="b3f81/8dc3328a3fde017.png" size="10582" name="sbox-dev_HZaNYDvsT4.png" /> <note> Advanced Users may find Custom Settings useful for increasing the Lightmap quality all the way up to 8k, aswell as using the `Use all available CPU threads` setting for a faster compile time.</note> Assuming everything looks good to you, Upload (or re-upload) your map using this guide! You can then [upload your map to asset.party by following this guide](UploadingAssets).
S&box Wiki
Development
Developer Overview
6
Editor Overview
General FAQ
System Requirements
The s&box wiki
Troubleshooting
Useful Links
The Project System
4
Adding Assets
Creating a Game Project
Project Settings Window - Games
Project Types
Publishing To Asset Party
2
Uploading assets
Uploading projects
Hammer
Getting Started With Hammer
3
Getting Started With Hammer
Making Your First Map
Mapping Resources
Mapping Basics
7
Cordons
Hotspot Materials
Selection Sets
Standard Mapping Dimensions
Tool Materials
Tools Visualisation Modes
Using Entities That Require a Mesh
Mapping Entities
2
Creating a Door
Light Entities
Advanced Mapping Techniques
8
Collaborating With Prefabs and Git
Instances
Prefabs
Quixel Bridge Plugin
Tilesets
Tilesets-Advanced
Tilesets-Proxies
VIS Optimizations
Models & Animation
Getting Started with Modeldoc
7
Automatic Model Setup
Breakpieces
Creating a Model
Guide to Models
Importing Rust Weapons
LODs
ModelDoc FAQ & best practices
Animgraph & Animation
4
Animations without Animgraph
AnimEvents, AnimGraph Tags, Attachments
Animgraph
Delta Animations
Physics
3
Cloth Physics
Collisions, Physics & Surface Types
Jiggle Bones
Modeldoc Nodes
1
Custom ModelDoc nodes
Advanced Modelling
6
Bodygroups
Citizen
First Person
IKChains and Stride Retargeting
Morphs
Vertex Normals
User Interface
UI Basics
7
Custom Fonts
Embedding Websites
Enabling Pointer Events
Events and Input
Localization
UI Basics
UI with Components
Styles & Stylesheets
1
Video Backgrounds
Razor Templates
4
A Razor Overview
Aliases and SetProperty Attributes
Generic Components
Templates
Game Menus
1
Making a Custom Pause Screen
Materials & Shaders
Materials
5
Guide to Materials
Material Attributes
Material Resources
Texture Settings
Using Dynamic Expressions
Built In Shaders
2
Foliage Shader
Glass Shader
Shaders
4
Compute Shaders
Constant Buffers
Material API
Shading Model
Shader Reference
5
Anatomy of Shader Files
Getting rid of Tex2D macros
Shader Reference
Shader States
Texture Format Cheat-Sheet
Other Assets
Sounds & Audio
3
Guide to Sounds
Sound Events
Soundscapes
Particles
5
Creating animated sprites
Creating your first particle effect
Understanding Particle Editor
Using custom sprites
Using particle systems from C#
Coding
Getting Started
5
Cheat Sheet
Learning Resources
Setting up Rider
Setting up Visual Studio
Setting up Visual Studio Code
Making Games
2
Components
GameObjects
Input
4
Commands
ConVars
Input System
Speech Recognition
Networking
7
Auth Tokens
Http Requests
Lobby System
Networked Types
Networking Basics
RPCs
WebSockets
Physics
5
Collisions
Hitboxes
Joints
Traces
Triggers
Rendering
3
Render Tags
RenderHooks
Scenes
Editor & Tools
7
Creating a Tool
Custom Asset Types
Guide to Widgets
Hammer API
Hammer Gizmos
Hotload Performance
Widget Docking
VR
3
Getting Started
VR Input
VR Overlays
Misc
13
Asset Types
Attributes and Component Properties
Backend API
Cloud Assets in code
Code Accesslist
CPU Performance Profiling
DisplayInfo
FileSystem
Mounting assets at runtime
package/find
Setting Up A Navigation Mesh
Threaded Tasks
TypeLibrary
Playing
Playing Guides
3
Default Keybinds
Proton
s&box on macOS (Experimental)
Console Commands & Variables
1
Launch Arguments
Dedicated Server
1
Dedicated Servers