- CryENGINE 3 Cookbook
- Dan Tracy Sean Tracy
- 287字
- 2021-04-02 19:13:09
Essential game objects
Even though we covered how to export your level to be used in Pure Gamemode, you may find that when you launch your level, you are not in the correct location in the map. This quick recipe will show you how to create a Spawn point for Pure Gamemode and also remind you the importance of having a physical surface to spawn on.
Getting ready
- Have
My_Level
open inside of Sandbox (after completing either the Terrain sculpting or Generating a procedural terrain recipe). - Review the Navigating a level with the Sandbox Camera to get familiar with the Perspective View.
- Review the Placing the objects in the world and Refining object placement recipes.
- Have the Rollup Bar available in your Sandbox layout and ready.
How to do it...
Unless your game supports some sort of Player flying mechanic, we recommend you choose a location where the Player can stand when he initially spawns within your level. Any physical surface (Floor, Roof, Terrain, Rock, and so on) will do.
To place a Spawn Point follow these steps:
- Go to your Rollup Bar.
- Open the Objects tab and click the Entity button.
- Open the Others folder in the Entity List.
- Place Spawn Point in the location you wish to spawn the player.
How it works...
This initial spawn point will automatically work as the main spawn point for your map in Pure Gamemode (as long as you keep to the default SinglePlayer.lua
gamerules). If you jump into your map from the Launcher now, you will be spawned at this location.
Any additional spawn points will not function unless there is some game logic hooked into their functionality.
See also
- The Running a map from the Launcher recipe
- Joomla! 1.5 Site Blueprints
- 常用工具軟件案例教程
- Photoshop CS6 互聯(lián)網(wǎng)應用設(shè)計教程
- PHP應用開發(fā)與實踐
- 皮膚鏡圖像分析與識別
- Photoshop插畫藝術(shù)火星風暴
- Elgg Social Networking
- SOLIDWORKS中文版實用教程
- 中文版Flash CS6動畫制作(慕課版)
- 社會調(diào)查數(shù)據(jù)管理:基于Stata 14管理CGSS數(shù)據(jù)
- FLUENT 15.0流場分析實戰(zhàn)指南
- SOLIDWORKS 2023中文版機械設(shè)計從入門到精通
- 中文版AutoCAD 2021完全自學教程
- Excel數(shù)據(jù)分析與可視化
- Agile Web Application Development with Yii1.1 and PHP5