Editing
Games:Halo 5: Guardians/Forge/Guides & Tutorials/Lighting/Cube Mapping
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
Hey ForgeHub! Whenever I start a map nowadays, I build it with the location of the cube map in mind. It is a very useful piece of knowledge to have so I thought I'd spread the love and share what I know. In the spoiler below is a list of all the cube map locations. <div class="spoiler">''': Blue Planet = -700,~2000,~1750 (outside forgeable space)<span style="color: rgb(64, 64, 64)"> 8/17/16</span> Exosphere = 0,0,0 <span style="color: rgb(64, 64, 64)">8/17/16</span> Ascendence = -700,~2000,~1750 (outside forgeable space) <span style="color: rgb(64, 64, 64)">8/17/16</span> Halo Ring = 0,0,0 <span style="color: rgb(64, 64, 64)">8/17/16</span> '''<span style="color: rgb(255, 255, 255)">TIDAL</span>''' Paradise = 0,0,120<span style="color: rgb(64, 64, 64)"> 8/17/16</span> Stormy = 0,0,120 <span style="color: rgb(64, 64, 64)">8/17/16</span> Meteor Shower = 0,0,120 <span style="color: rgb(64, 64, 64)">8/17/16</span> Clear = 0,0,-248 <span style="color: rgb(64, 64, 64)">8/17/16</span> '''<span style="color: rgb(255, 255, 255)">ALPINE</span>''' Cirrus = -200,-80,-30 <span style="color: rgb(64, 64, 64)">8/17/16</span> Sunset = -200,-80,-30 <span style="color: rgb(64, 64, 64)">8/17/16</span> Overcast = -200,-80,-30 <span style="color: rgb(64, 64, 64)">8/17/16</span> '''<span style="color: rgb(255, 255, 255)">GLACIER</span>''' Midday = 50,-90,230 <span style="color: rgb(64, 64, 64)">8/17/16</span> Nighttime = 50,-90,230 <span style="color: rgb(64, 64, 64)">8/17/16</span> Sunrise = 50,-90,230 <span style="color: rgb(64, 64, 64)">8/17/16</span> '''<span style="color: rgb(255, 255, 255)">BARRENS</span>''' Twilight = 0,0,0 <span style="color: rgb(64, 64, 64)">1/6/17</span> Dust Storm = 0,0,48 <span style="color: rgb(64, 64, 64)">1/6/17</span> Sunrise = 0,0,60 <span style="color: rgb(64, 64, 64)">1/6/17</span> '''<span style="color: rgb(255, 255, 255)">DEPTHS</span>''' Depths = 0,0,24 <span style="color: rgb(64, 64, 64)">1/6/17</span></div> I will try to revisit this list every once in a while to keep it up to date, I believe 343 has moved the cube map locations around before. If you think a location has moved, shoot me a message and I will update the list with the new one. Don't have any idea what a cube map is or what I'm talking about? <div class="spoiler">What is a cube map? </span>''' Ripped from wikipedia: <span style="text-size: 12px">"In computer graphics, '''cube mapping''' is a method of environment '''mapping''' that uses the six faces of a '''cube''' as the '''map''' shape. The environment is projected onto the sides of a '''cube''' and stored as six square textures, or unfolded into six regions of a single texture." </span> <div style="text-align: center"><span style="text-size: 12px">[https://upload.wikimedia.org/wikipedia/commons/e/e2/Panorama_cube_map.png https://upload.wikimedia.org/wikipedia/commons/e/e2/Panorama_cube_map.png]</span></div> Example: <div style="text-align: center">[http://learnopengl.com/img/advanced/cubemaps_skybox.png http://learnopengl.com/img/advanced/cubemaps_skybox.png]</div> This is part of how the skybox surrounding each forge space is created. Often when a forger refers to the cube map, they are talking about a unique cube that the map creates and then uses to project surface reflections onto the forge pieces. Think of a 360Β° camera that snaps a picture of your map from a single point somewhere on the canvas. This picture is created every time the user generates lighting. Another nice little picture I found on Google: <div style="text-align: center">[https://www.panda3d.org/manual/images/7/7c/Mapped_cube_map.png https://www.panda3d.org/manual/images/7/7c/Mapped_cube_map.png]</div> So when the 360Β° camera looks up into the sky in the example above, it snaps a picture of the 4. And when players look down at a surface (the yellow surface in the picture) which is reflecting what's above it, they will see the 4. </div> <span style="color: rgb(191, 191, 191)"><div class="spoiler"> Now that we know the location of a cube map and how it works, we can control the reflections that are projected onto the forge pieces within the map! For example, one could surround the cube map location in a box. If the box is dark, all reflections will be dark. This is one way I like to darken my maps. The box could also be colored. But for the cube map to see the color, there needs to be a light inside the box. A yellow box will add a yellow hue to your entire map. <div style="text-align: center">[http://i.imgur.com/5G4Adgu.jpg http://i.imgur.com/5G4Adgu.jpg]</div> <div style="text-align: center">[http://i.imgur.com/u4q7Ipw.png http://i.imgur.com/u4q7Ipw.png]</div> <span style="text-size: 12px">Scripting not necessary ;)</span> <div style="text-align: center">[http://i.imgur.com/PfATR0P.jpg http://i.imgur.com/PfATR0P.jpg]</div> Can you guess how I did this: <div style="text-align: center">[http://i.imgur.com/o8A6xlZ.png http://i.imgur.com/o8A6xlZ.png]</div> The map [https://www.halowaypoint.com/en-us/games/halo-5-guardians/xbox-one/map-variants?lastModifiedFilter=Everything&sortOrder=BookmarkCount&page=1&gamertag=Darkprince909#ugc_halo-5-guardians_xbox-one_mapvariant_Darkprince909_aadf78b7-4371-4c82-9e1d-90a85c304088 https://www.halowaypoint.com/en-us/games/halo-5-guardians/xbox-one/map-variants?lastModifiedFilter=Everything&sortOrder=BookmarkCount&page=1&gamertag=Darkprince909#ugc_halo-5-guardians_xbox-one_mapvariant_Darkprince909_aadf78b7-4371-4c82-9e1d-90a85c304088] is another good example. On it [USER=34943]@darkprince909[/USER] created a mini mountain scape around the camera so when players see a reflection, they see the "mountains" around them and not the outside boundaries of the map. There are so many possibilities with things that can be done with a cube map. Over at CreativeForce, we've even thrown around a few minigame ideas ;) </div> '''Author''' - [https://www.forgehub.com/members/mythicfritz.28695/ https://www.forgehub.com/members/mythicfritz.28695/] '''Source''' - [https://www.forgehub.com/threads/cube-map-locations.153601/ https://www.forgehub.com/threads/cube-map-locations.153601/]
Summary:
Please note that all contributions to [DEV] Forgehub Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
DEV Forgehub Wiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Log in
Namespaces
Games
Discussion
English
Views
Read
Edit
View history
More
Search
Games:
Halo 2: Anniversary
Forge
Guides & Tutorials
Frame Rate
Static Weapon Timers
Scripting
Sandbox
Vehicles
Weapons
Halo 3
Forge
Forge Canvases
UI & Controls
Spawning
Match Making
Official Maps
Community Maps
Sandbox
Weapons
Equipment
Vehicles
Halo 4
Forge
Forge Canvases
Lighting
UI & Controls
Spawning
Matchmaking
Official Maps
Community Maps
Sandbox
Game Modes
Weapons
Armor Abilities
Vehicles
Ensuring Level & Game Mode Compatibility
Halo 5: Guardians
Forge
Audio
FX Objects
Forge Canvases
Lighting
Scripting
1. Conditions
2. Actions
3. Mod Selection Filters
4. 'Numbers'
5. Scripting Gameplay Elements
6. Resources for Scripters
7. Video Tutorials
UI & Controls
Spawning
Matchmaking
Official Maps
Community Maps
Action Sack
Big Team Battle
Breakout
Community Doubles
Community Slayer
Extermination
Ghost in the Shell
Grifball
Halo 1 Anniversary Throwback Playlist
Halo 3 Classic Throwback
Halo Championship Series (HCS)
Head to Head
Husky Raid
Infection
Mythic Arena
ODST Slayer
Roaming King
Social Slayer
Sandbox
Weapons
Spartan Abilities
Vehicles
Halo: Infinite
Forge
Audio
FX Objects
Forge Canvases
Lighting
Scripting
UI & Controls
Spawning
Matchmaking
Official Maps
Community Maps
Sandbox
Game Modes
Weapons
Equipment
Vehicles
Custom Game Editor Options
Halo: Reach
Forge
Forge Canvases
Object Tagging
Tagging Chart
Unorthodox Tagging
UI & Controls
Spawning
Sandbox
Game Modes
Weapons
Armor Abilities
Vehicles
Visual Aides for each Game Mode
ForgeHub:
Game & Level Design
Level Design
Multiplayer Level Design Fundamentals
Games
Support
Getting Help
Wiki Index
Tools
What links here
Related changes
Special pages
Page information