Mapping: Difference between revisions

From Empires Wiki
Jump to navigation Jump to search
No edit summary
 
(30 intermediate revisions by 8 users not shown)
Line 1: Line 1:
{{Sitenav|Mapping}}
{{MappingDocumentation}}
__NOTOC__
==Overview==
From a technical standpoint, mapping for Empires is very much the same as mapping for any other Source game or mod, but with a collection of additional, necessary entities. The mapping section of the Empires Wiki will explain how to configure the Source SDK for Empires, and offer additional learning resources with which to get started.


Mapping for Empires Mod is very similar to normal Half-Life 2 Deathmatch, just with additional entities and other fun things. These pages will help you get to work making maps for the mod.
From a gameplay standpoint, mapping for Empires is very different from mapping for other Source games or mods. Empires maps are predominantly larger than those of other games and mods. Most often, Empires maps are nearly as large as the Source engine will allow. Optimization is more stringent in both limitations on mappers and requirements of maps.


* [[Configuring Hammer for Empires]]
There are two types of maps common to Empires: ''classic maps'' and ''conquest maps'', each entailing a unique style of gameplay.
* [[Basic Mapping]]
* [[Entity Index]]


== Other Links ==
===Classic Maps===
* [http://developer.valvesoftware.com/wiki/Category:Level_Design Valve Mapping Documentation]
Classic maps are the flagship maps which champion the core gameplay that Empires was built to provide. Each team has a commander, and some sort of starting base (be it a barracks or an arbitrary spawn point). The teams must venture out, take control of territories for resources or strategic vantage. A commander views the battlefield from above and leads the team in the completion of its objectives. Some classic maps include capture point objectives (flags, most often) to create a hybrid style of play, where building refineries is mixed with capturing points that offer resources or some other territorial benefit, such as a spawnpoint, ammo/health crate, or layout-changing event.
* [http://interlopers.net/index.php?page=hl2.htm Interlopers HL2 Tutorials]
 
* [http://www.hl2world.com/wiki/index.php/Category:Entities Base HL2 Entity Index]
===Conquest Maps===
[[Category:Mapping|Mapping]]
Conquest maps segment Empires gameplay by removing the command vehicles from each team. Each team must venture forward to capture objectives and control territories. Conquest maps can involve standalone infantry or a combination of infantry and vehicles.
 
===Editing entities without recompiling whole map===
e.g. to fix vehicle ids or loadouts 
https://imgur.com/a/RJcHCma
 
==Other Resources==
*[http://developer.valvesoftware.com/ Valve Developer Wiki]
**[http://developer.valvesoftware.com/wiki/Category:Level_Design Level Design]
**[http://developer.valvesoftware.com/wiki/Category:Entities Entities]
**[http://developer.valvesoftware.com/wiki/Category:Hammer Hammer Editor Documentation]
*[http://interlopers.net/index.php?page=tutorials Interlopers Tutorials]
*[http://halfwit-2.com/?page=tutorials Halfwit-2 Tutorials]
 
[[Category: Mapping]]

Latest revision as of 01:20, 15 April 2021

Empires Mapping Documentation
Mapping Overiew | Hammer Configuration | Entity Index | Basic Mapping | Setup Resources | Tutorials | Useful FGD Modifications | Bots and NPCs | Dimensions | Skyboxes



Overview

From a technical standpoint, mapping for Empires is very much the same as mapping for any other Source game or mod, but with a collection of additional, necessary entities. The mapping section of the Empires Wiki will explain how to configure the Source SDK for Empires, and offer additional learning resources with which to get started.

From a gameplay standpoint, mapping for Empires is very different from mapping for other Source games or mods. Empires maps are predominantly larger than those of other games and mods. Most often, Empires maps are nearly as large as the Source engine will allow. Optimization is more stringent in both limitations on mappers and requirements of maps.

There are two types of maps common to Empires: classic maps and conquest maps, each entailing a unique style of gameplay.

Classic Maps

Classic maps are the flagship maps which champion the core gameplay that Empires was built to provide. Each team has a commander, and some sort of starting base (be it a barracks or an arbitrary spawn point). The teams must venture out, take control of territories for resources or strategic vantage. A commander views the battlefield from above and leads the team in the completion of its objectives. Some classic maps include capture point objectives (flags, most often) to create a hybrid style of play, where building refineries is mixed with capturing points that offer resources or some other territorial benefit, such as a spawnpoint, ammo/health crate, or layout-changing event.

Conquest Maps

Conquest maps segment Empires gameplay by removing the command vehicles from each team. Each team must venture forward to capture objectives and control territories. Conquest maps can involve standalone infantry or a combination of infantry and vehicles.

Editing entities without recompiling whole map

e.g. to fix vehicle ids or loadouts https://imgur.com/a/RJcHCma

Other Resources