Emp info params: Difference between revisions
Jump to navigation
Jump to search
Warning:Every Empires map must have exactly one of these entities on map start. Attempting to load a map that does not contain an emp_info_params entity will crash the game!
(Created from FGD.) |
m (Changed parameters of {{this is a}} to comply with the updated version. This action was performed by a bot.) |
||
Line 6: | Line 6: | ||
}} | }} | ||
{{Empires topicon}} | {{Empires topicon}} | ||
{{this is a| | {{this is a|point entity|game=Empires|name=emp_info_params}} It contains various gameplay parameters and is a bridge for team-related IO. | ||
{{Warning|Every Empires map must have ''exactly'' one of these entities on map start. Attempting to load a map that does not contain an emp_info_params entity will crash the game!}} | {{Warning|Every Empires map must have ''exactly'' one of these entities on map start. Attempting to load a map that does not contain an emp_info_params entity will crash the game!}} | ||
Revision as of 20:45, 17 May 2024
emp_info_params | |
---|---|
Type | Point entity |
Engine | ![]() |
Availability | ![]() |
emp_info_params
is a point entity available in Empires. It contains various gameplay parameters and is a bridge for team-related IO.

Keyvalues
- start ([todo internal name (i)])
- skin ([todo internal name (i)]) <choices>
- Map Theme
- AutoResearch ([todo internal name (i)]) <choices>
- Research Starts Complete
- eng_restrict_NF ([todo internal name (i)]) <choices>
- Prevent NF Engineer Building
- eng_restrict_Imp ([todo internal name (i)]) <choices>
- Prevent Brenodi Engineer Building
- turretRestrict ([todo internal name (i)]) <choices>
- Prevent turret building
- {{{1}}} ([todo internal name (i)])
- end ([todo internal name (i)])
Inputs
- InputNFWin <void>
- Input for Northern Faction winning.
- InputImpWin <void>
- Input for Brenodi Empire winning.
- SetNFTickets <integer >
- Set the Northern Faction tickets.
- SetBETickets <integer >
- Set the Brenodi Empire tickets.
- ModifyNFTickets <integer >
- Modify the Northern Faction tickets.
- ModifyBETickets <integer >
- Modify the Brenodi Empire tickets.
- SetNFResources <float >
- Set the Northern Faction resources.
- SetBEResources <float >
- Set the Brenodi Empire resources.
- ModifyNFResources <float >
- Modify the Northern Faction resources.
- ModifyBEResources <float >
- Modify the Brenodi Empire resources.
- GetNFTickets <integer >
- Get the Northern Faction tickets from OnGetNumber.
- GetBETickets <integer >
- Get the Brenodi Empire tickets from OnGetNumber.
- GetNFResources <integer >
- Get the Northern Faction resources from OnGetNumber.
- GetBEResources <integer >
- Get the Brenodi Empire resources from OnGetNumber.
Outputs
- OnGetNFTickets <integer >
- Outputs NF Tickets when requested.
- OnGetBETickets <integer >
- Outputs BE Tickets when requested.
- OnGetNFResources <integer >
- Outputs NF Resources when requested.
- OnGetBEResources <integer >
- Outputs BE Resources when requested.
OnWaitPhaseEnd <integer >- Deprecated.
Fires when the wait phase ends. Parameter is set to 1 if this map is a commander map.
- OnPhaseBeginTactics <void>
- Fires when the tactics phase begins or is skipped.
- OnPhaseBeginWait <void>
- Fires when the commander vote/player wait phase begins.
- OnPhaseBeginGame <void>
- Fires when the game begins.
- OnPhaseBeginInfSuddenDeath <void>
- Fires when infantry sudden death begins.
- OnPhaseBeginCVSuddenDeath <void>
- Fires when the CV sudden death begins.
- OnGameEnd <void>
- Fires when the game ends, one way or another.
- OnGameOutcomeNFWin <void>
- Fires when NF wins the game.
- OnGameOutcomeNFLose <void>
- Fires when NF loses the game.
- OnGameOutcomeBEWin <void>
- Fires when BE wins the game.
- OnGameOutcomeBELose <void>
- Fires when BE loses the game.