3x3 Sliding Puzzle: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
Line 15: Line 15:
  187 entities
  187 entities
After editing the puzzle in large scale, it was made into a prefab and created in the desired location using the Block Tool in bounds of 11x32x32.
After editing the puzzle in large scale, it was made into a prefab and created in the desired location using the Block Tool in bounds of 11x32x32.
{{note|Compiling the shrunken puzzle will give you microbrush warnings. These are warnings only and do not have any effects on the compilation of the map.}}
[[Category:Prefabs]]
[[Category:Prefabs]]

Revision as of 21:06, 11 January 2007

This prefab, available here, really shows the capabilities of mapping on the Source engine. The puzzle randomly shuffles itself 50 steps (without bouncing the same piece) on map spawn. Once the puzzle is completed, the missing piece is shown.

  1 logic_auto
  1 logic_relay
  4 math_counter
  9 filter_activator_name
  9 func_brush
  9 func_button
 15 logic_compare
 11 logic_case
 24 func_train
 24 logic_branch
 32 trigger_multiple
 48 path_corner
-------------------------
187 entities

After editing the puzzle in large scale, it was made into a prefab and created in the desired location using the Block Tool in bounds of 11x32x32.

Note.pngNote:Compiling the shrunken puzzle will give you microbrush warnings. These are warnings only and do not have any effects on the compilation of the map.