[PHost Logo]©

Configuration Parameters
The Portable Host
Version 3.2.3.5g

INDEX


Introduction

PHOST 3 has over 210 configuration parameters that affect its operation. This gives the host a great deal of flexibility in how the game is run and provides many tools for the game designer who wishes to set up a custom scenario. With flexibility, however, comes the price of complexity. For players to memorize and understand the settings of over 210 parameters is a difficult task. Fortunately, all configuration parameters come with reasonable default settings. If the host does not wish to learn about the myriad configuration parameters, he/she can simply leave these settings at their default and rest assured that the game will work "sensibly". To reiterate PHOST's policy on complexity: ==> PHOST is only as complex as you want it to be. Match PHOST's complexity to your own ability and experience.

PHOST's configuration parameters are stored in a file named PCONFIG.SRC, which is expected to reside in the game directory. The format of this file is described in the next section.

If you are only familiar with the original HOST program, note that this differs from HOST's configuration in that there is no HCONFIG program and no HCONFIG.HST configuration file. The PCONFIG.SRC file is the only configuration-related object for PHOST.

If you are familiar with PHOST 2.x, note that PHOST now reads the PCONFIG.SRC file directly, hence there is no need to compile the source file into a PCONFIG.HST file. Both the PCONFIG.HST file and the PCONFIG program have been eliminated in PHOST 3.

The subsequent sections in this document list the configuration parameters in the same order as they appear in the provided example PCONFIG.SRC files. That is, they are grouped according to related functionality. There is also an alphabetical listing of configuration options provided for reference.

Back to the index


The PCONFIG.SRC File

The PCONFIG.SRC file is a plain text file consisting of comments, section delimiters, and assignment statements. It is the assignment statements that set values for the various configuration parameters. The various PCONFIG.SRC files included in the PHOST distribution provide examples which you can modify.

The basic format of each assignment statement is:

Item = Setting [, Setting, Setting, ...]

where Item represents a configuration setting such as AllowMinefields or MineSweepRange. The Setting token represents the value to assign to this parameter. Numeric settings are simply integers, while boolean settings may take the values True, False, Yes, or No (there is no difference between True/Yes and False/No). Multiple settings are required for configuration items which are arrays (although most array-valued parameters allow shortcuts -- see below). In this case, each element is separated by commas or whitespace.

Comments

Comments in the PCONFIG.SRC file are marked by a line beginning with # (after any amount of whitespace). Comments may also be placed following all settings for a configuration item.

Multiple-Valued Assignments

Many configuration parameters are configurable on a per-player basis. This means that each player in the game can have a different setting for the parameter. A common example is the ColonistTaxRate configuration option. There are two ways of setting these parameters. The longhand way is to specify each value, like this:

ColonistTaxRate = 100,120,100,140,100,100,100,100,100,100,100

PHOST also allows a shorthand form of assignment when all players are to use the same parameter value:

ColonistTaxRate = 100

This shorthand assignment simply assigns the same value to all players.

Note that no in-between assignment format is possible. Either a single value may be specified, or all 11 values must be specified.

Sections

The PCONFIG.SRC file may be broken up into sections for use by different add-on programs and utilities. Each section is introduced with a line that begins with a % character and is followed by a section name. For example:

PHOST will only process configuration option assignments in a section marked with a section name of PHOST (as in the example above). If there is no section marker, then PHOST assumes that by default all options apply to it and will therefore process all assignments up to the end of the file or the first section delimiter.

The purpose behind section delimiters is to allow add-on programs and utilities to have their own sections for configuring program operation, yet allow the host to only maintain a single configuration file (PCONFIG.SRC). Thus, the configuration information that applies to the add-on program can be placed in a separate section and it will not interfere with PHOST's operation. Note that the fine-grain hosting control configuration is also stored in the PCONFIG.SRC file, under the section name of PCONTROL.

Defaults

Each configuration item has a default setting. If a configuration setting is not specified in the PCONFIG.SRC file, PHOST uses the default value. A warning message will be displayed for each default assignment when PHOST runs. Default assignments are not recommended because they do not explicitly indicate to players the configuration parameters that are in use for a game.

Player Modifications

The PHOST command processor allows players to modify some of the configuration options, such as Language, AllowMoreThan50Targets, and FilterPlayerMessages. When these options are modified by players, a new PCONFIG.SRC file is written out by PHOST and the old file saved as PCONFIG.BAK. The new file is written to the game directory.

Back to the index


Parameters Grouped by Function

This section describes PHOST's configuration parameters, grouped according to related function. The order in which these descriptions appear matches the order of assignments in the PCONFIG.SRC files that are provided with the PHOST 3 distributions. See the next section for an alphabetical listing of configuration parameters.

Each configuration name is followed by the allowable range of values that this parameter can take, as well as icons that describe various attributes. These icons have the following meanings:

[PHost only]

This configuration parameter is only available in PHOST. Configuration parameters without this icon are also available in the original HOST program

[Array]

This configuration parameter is an array indexed by player number. This means that each player can have a different value for this parameter.

[Arrayized]

This is an original HOST configuration parameter that has been "array-ized" to be per-player configurable. This means that each player can have a different value for this parameter.

General Options

GameName valid values: strings up to 31 characters

[PHost only]

AllowRegisteredFunctions valid values: Yes No

[PHost only]

ScoringMethod valid values: None Compatible

[PHost only]

TonsScoreCountsPlanets valid values: Yes No

[PHost only]

DisablePasswords valid values: Yes No

CPEnableBigTargets valid values: Yes No

[PHost only]

AllowMoreThan50Targets valid values: Yes No

[PHost only] [Array]

CPEnableLanguage valid values: Yes No

[PHost only]

Language valid values: English German French Spanish Italian Dutch Russian Estonian Polish NewEnglish

[PHost only] [Array]

FilterPlayerMessages valid values: Yes No

[PHost only] [Array]

CPEnableRaceName valid values: Yes No

[PHost only]

RecycleRate valid values: 0 through 100 [Arrayized]

ScanRange valid values: 0 through 32767

[Arrayized]

SensorRange valid values: 0 through 32767

[Arrayized]

AllowNewNatives valid values: Yes No

AllowAlchemy valid values: Yes No

AllowScienceMissions valid values: Yes No

DamageLevelForTerraformFail valid values: 0 through 100

[PHost only]

TerraformRate valid values: 1 through 100

[PHost only] [Array]

CPEnableMessage valid values: Yes No

[PHost only]

AllowPlayerMessages valid values: Yes No

[PHost only]

DeleteOldMessages valid values: Yes No

CPEnableRumor valid values: Yes No

[PHost only]

CPEnableAllies valid values: Yes No External

[PHost only]

DelayAllianceCommands valid values: Yes No

[PHost only]

CPEnableGive valid values: Yes No External

[PHost only]

CPEnableRemote valid values: Yes No External

[PHost only]

AllowShipCloning valid values: Yes No

ShipCloneCostRate valid values: 0 through 32767

[PHost only] [Array]

IonStormActivity valid values: 0 through 100

CPEnableSend valid values: Yes No

[PHost only]

CPEnableJettison valid values: Yes No

[PHost only]

AllowExtendedMissions valid values: Yes No

[PHost only]

ExtMissionsStartAt valid values: 20 through 900

[PHost only]

WormholeUFOsStartAt valid values: 1 through 801

[PHost only]

AllowWraparoundMap valid values: Yes No

[PHost only]

WraparoundRectangle valid values: 0 through 10000

[PHost only]

AllowBeamUpClans valid values: Yes No

[PHost only]

AllowBeamUpMultiple valid values: Yes No

[PHost only]

AllowShipNames valid values: Yes No Allies

[PHost only]

ConfigLevel valid values: 0 1 2

[PHost only]

Movement Options

AllowGravityWells valid values: Yes No

GravityWellRange valid values: 0 to 32767

[PHost only]

RoundGravityWells valid values: Yes No

[PHost only]

AllowHyperWarps valid values: Yes No

AllowHyperjumpGravWells valid values: Yes No

[PHost only]

DamageLevelForHyperjumpFail valid values: 0 through 100

[PHost only]

AllowNoFuelMovement valid values: Yes No

UseAccurateFuelModel valid values: Yes No

[PHost only]

AllowOneEngineTowing valid values: Yes No

TowedShipsBreakFree valid values: Yes No

[PHost only]

AllowAlternativeTowing valid values: Yes No

[PHost only]

TowStrengthEngineScale valid values: 0 through 1000

[PHost only] [Arrayized]

TowStrengthDistanceScale valid values: 0 through 1000

[PHost only] [Arrayized]

Racial Abilities

PlayerRace valid values: 1 through 12

[PHost only] [Array]

MapTruehullByPlayerRace valid values: Yes No

[PHost only]

AllowFedCombatBonus valid values: Yes No

AllowSuperRefit valid values: Yes No

AllowAntiCloakShips valid values: Yes No

DamageLevelForAntiCloakFail valid values: 0 through 100

[PHost only]

AlternativeAntiCloak valid values: Yes No

[PHost only]

AntiCloakImmunity valid values: Yes No

[Arrayized]

AllowHiss valid values: Yes No

HissEffectRate valid values: 0 through 100 [Arrayized]

MaxShipsHissing valid values: 1 through 500

[PHost only]

SpyDetectionChance valid values: 0 through 100

[PHost only]

AllowGloryDevice valid values: Yes No

CumulativePillaging valid values: Yes No

[PHost only]

RobFailureOdds valid values: 0 through 100 [Arrayized]

AllowGamblingShips valid values: Yes No

AllowBoardingParties valid values: Yes No

AllowPrivateerTowCapture valid values: Yes No

[PHost only]

BorgAssimilationRate valid values: 0 through 100 [Arrayized]

AllowChunneling valid values: Yes No

DamageLevelForChunnelFail valid values: 0 through 100

[PHost only]

AllowAlliedChunneling valid values: Yes No

[PHost only]

MinimumChunnelDistance valid values: 0 through 5000

[PHost only]

AllowWebMines valid values: Yes No

CrystalsPreferDeserts valid values: Yes No

CrystalSinTempBehavior valid values: Yes No

[PHost only]

AllowCrystalTowCapture valid values: Yes No

[PHost only]

DarkSenseRange valid values: 0 through 32767 [Arrayized]

AllowImperialAssault valid values: Yes No

RobotsBuildFighters valid values: Yes No

RebelsBuildFighters valid values: Yes No

AllowRebelGroundAttack valid values: Yes No

AllowRGAOnUnowned valid values: Yes No

[PHost only]

RGANeedsBeams valid values: Yes No

[PHost only]

ColoniesBuildFighters valid values: Yes No

RamScoopFuelPerLY valid values: 0 through 100

AllowAdvancedRefinery valid values: Yes No

AllowBioscanners valid values: Yes No

Planetary Options

AllowPlanetAttacks valid values: Yes No

PlanetsAttackRebels valid values: Yes No

PlanetsAttackKlingons valid values: Yes No

DefenseForUndetectable valid values: 0 to 32767

[PHost only]

FactoriesForDetectable valid values: 0 to 32767

[PHost only]

MinesForDetectable valid values: 0 to 32767

[PHost only]

AllowEatingSupplies valid values: Yes No [Arrayized]

ClimateLimitsPopulation valid values: Yes No

ClimateDeathRate valid values: 0 to 100 [Arrayized]

NativeClimateDeathRate valid values: 0 to 100

[PHost only]

MaxColTempSlope valid values: 0 through 32767

[PHost only]

TransuraniumDecayRate valid values: 0 through 100

StructureDecayPerTurn valid values: 0 through 1000

[Arrayized]

StructureDecayOnUnowned valid values: 0 through 1000

[PHost only]

RaceMiningRate valid values: 0 through 1638

[Arrayized]

ColonistTaxRate valid values: 0 through 10000

[PHost only] [Array]

NativeTaxRate valid values: 0 through 10000

[PHost only] [Array]

RaceGrowthRate valid values: 0 through 32767

[PHost only] [Array]

ProductionRate valid values: 0 through 32767

[PHost only] [Array]

MaxPlanetaryIncome valid values: 31-bit integer >= 0 [Arrayized]

FreeFighters valid values: 0 through 60

[Array]

PlanetaryTorpsPerTube valid values: 0 through 100

[PHost only] [Arrayized]

UseBaseTorpsInCombat valid values: Yes No

[PHost only] [Arrayized]

MinimumHappiness valid values: -300 through 100

[PHost only]

Space Mines

AllowMinefields valid values: Yes No

CPNumMinefields valid values: 0 through 10000

[PHost only]

AllowMoreThan500Minefields valid values: Yes No

[PHost only] [Array]

MaximumMinefieldsPerPlayer valid values: 0 through 10000

[Arrayized]

AllowMinefieldIdentity valid values: Yes No Allies

[PHost only]

MineIdNeedsPermission valid values: True False

[PHost only]

MaximumMinefieldRadius valid values: 0 through 32767

[Arrayized]

MaximumWebMinefieldRadius valid values: 0 through 32767

[PHost only] [Arrayized]

UnitsPerTorpRate valid values: 0 to 32767

[PHost only] [Array]

UnitsPerWebRate valid values: 0 to 32767

[PHost only] [Array]

AllowMinesDestroyMines valid values: Yes No

AlternativeMinesDestroyMines valid values: Yes No

[PHost only]

AllowMinesDestroyWebs valid values: Yes No

AllowUniversalMinefieldFCode valid values: Yes No

[PHost only]

MineScanRange valid values: 0 through 32767

[Arrayized]

MineHitOdds valid values: 0 through 100

[Arrayized]

MineOddsWarpBonusX100 valid values: 0 through 10000

[PHost only] [Array]

MineTravelSafeWarp valid values: 0 through 9

[PHost only] [Array]

MineHitDamageFor100KT valid values: 0 to 327

[PHost only]

MineDecayRate valid values: 0 through 100

[Arrayized]

MineSweepRate valid values: 0 through 32767

[Arrayized]

MineSweepRange valid values: 0 through 32767

[Arrayized]

WebMineHitOdds valid values: 0 through 100

[Arrayized]

WebMineOddsWarpBonusX100 valid values: 0 through 10000

[PHost only] [Array]

WebMineTravelSafeWarp valid values: 0 through 9

[PHost only] [Array]

WebMineDecayRate valid values: 0 through 100 [Arrayized]

WebHitDamageFor100KT valid values: 0 to 327

[PHost only]

WebDrainFuelLoss valid values: 0 through 32767

[PHost only]

WebHitFuelLoss valid values: 0 through 32767

[PHost only]

WebMineSweepRate valid values: 0 through 32767

[Arrayized]

WebMineSweepRange valid values: 0 through 32767

[Arrayized]

FighterSweepRange valid values: 0 through 32767

[PHost only] [Array]

FighterSweepRate valid values: 0 through 32767

[Arrayized]

AllowColoniesSweepWebs valid values: Yes No

IonStormsHideMines valid values: Yes No

HullTechNotSlowedByMines valid values: 0 through 11

Meteors

RandomMeteorRate valid values: 0 through 100

MeteorShowerOdds valid values: 0 through 100

MeteorShowerOreRanges valid values: 0 through 32767

LargeMeteorsImpacting valid values: 0 through 500

LargeMeteorOreRanges valid values: 0 through 32767

AllowMeteorMessages valid values: Yes No

Cloaking

CloakFailureRate valid values: 0 through 100

[Arrayized]

AllowCloakFailMessages valid values: Yes No

[PHost only]

RobCloakedShips valid values: Yes No

[PHost only]

RobCloakedChance valid values: 0 through 100

CloakFuelBurn valid values: 0 through 1000 [Arrayized]

MineHitOddsWhenCloakedX10 valid values: 0 through 1000

[Arrayized]

CloakMineOddsWarpBonusX100 valid values: 0 through 10000

[PHost only] [Array]

CloakedMineTravelSafeWarp valid values: 0 through 9

[PHost only] [Array]

DamageLevelForCloakFail valid values: 0 through 100

AllowTowCloakedShips valid values: Yes No

[PHost only]

AllowCloakedShipsAttack valid values: Yes No

Wormholes

AllowWormholes valid values: Yes No

[PHost only]

WrmDisplacement valid values: 0 through 2000

[PHost only]

WrmRandDisplacement valid values: 0 through 2000

[PHost only]

WrmStabilityAddX10 valid values: -1000 through 1000

[PHost only]

WrmRandStability valid values: 0 through 100

[PHost only]

WrmMassAdd valid values: -10000 through 10000

[PHost only]

WrmRandMass valid values: 0 through 10000

[PHost only]

WrmVoluntaryTravel valid values: Yes No

[PHost only]

WrmTravelDistDivisor valid values: 1 through 32767

[PHost only]

WrmTravelWarpSpeed valid values: 0 through 9

[PHost only]

WrmTravelCloaked valid values: Yes No

[PHost only]

WrmEntryPowerX100 valid values: 0 through 100

[PHost only]

Combat Options

GroundKillFactor valid values: 1 through 32767

GroundDefenseFactor valid values: 1 through 32767

AllowEngineShieldBonus valid values: Yes No

EngineShieldBonusRate valid values: 0 through 100 [Arrayized]

AllowESBonusAgainstPlanets valid values: Yes No

[PHost only]

NativeCombatSurvivalRate valid values: 0 through 100

[PHost only]

AllowInterceptAttack valid values: Yes No

[PHost only]

Combat Parameters

BayRechargeRate valid values: 0 through 16384

[PHost only] [Array]

BayRechargeBonus valid values: -500 through 500

[PHost only] [Array]

BeamRechargeRate valid values: 0 through 16384

[PHost only] [Array]

BeamRechargeBonus valid values: -4095 through 4095

[PHost only] [Array]

TubeRechargeRate valid values: 0 through 16384

[PHost only] [Array]

BeamHitFighterCharge valid values: 0 through 1000

[PHost only] [Array]

BeamHitShipCharge valid values: 0 through 1000

[PHost only] [Array]

TorpFiringRange valid values: 0 through 100000

[PHost only] [Array]

BeamFiringRange valid values: 0 through 100000

[PHost only] [Array]

TorpHitOdds valid values: 0 through 100

[PHost only] [Array]

BeamHitOdds valid values: 0 through 100

[PHost only] [Array]

BeamHitBonus valid values: -4095 through 4095

[PHost only] [Array]

StrikesPerFighter valid values: 1 through 100

[PHost only] [Array]

FighterKillOdds valid values: 0 through 50

[PHost only] [Array]

FighterBeamExplosive valid values: 1 through 1000

[PHost only] [Array]

FighterBeamKill valid values: 1 through 1000

[PHost only] [Array]

ShipMovementSpeed valid values: 1 through 10000

[PHost only] [Array]

FighterMovementSpeed valid values: 1 through 10000

[PHost only] [Array]

BayLaunchInterval valid values: >= 1

[PHost only] [Array]

MaxFightersLaunched valid values: 0 through 50

[PHost only] [Array]

AllowAlternativeCombat valid values: Yes No

[PHost only]

StandoffDistance valid values: 3000 through 60000

[PHost only]

PlanetsHaveTubes valid values: Yes No

[PHost only]

FireOnAttackFighters valid values: Yes No

[PHost only]

TorpHitBonus valid values: -4095 through 4095

[PHost only] [Array]

TubeRechargeBonus valid values: -4095 through 4095

[PHost only] [Array]

ShieldDamageScaling valid values: 0 through 32767

[PHost only] [Array]

HullDamageScaling valid values: 0 through 32767

[PHost only] [Array]

CrewKillScaling valid values: 0 through 32767

[PHost only] [Array]

ExtraFighterBays valid values: -20 through 20

[PHost only] [Array]

BeamHitFighterRange valid values: 0 through 100000

[PHost only] [Array]

FighterFiringRange valid values: 0 through 100000

[PHost only] [Array]

Build Queue Parameters

Please see the "Ship Build Queue" page for descriptions of the following parameters.

BuildQueue valid values: PAL PBP Fifo

[PHost only]

BuildPointReport valid values: Yes No Allies

[PHost only]

BuildChangeRelativePenalty valid values: 0 to 100

[PHost only] [Arrayized]

SBQBuildPALBoost valid values: 0 through 100

[PHost only] [Array]

SBQNewBuildPALBoost valid values: 0 through 100

[PHost only] [Array]

SBQPointsForAging valid values: 0 through 10000

[PHost only] [Array]

SBQBuildChangePenalty valid values: -1 through 2147483647

[PHost only] [Array]

SBQBoostExpX100 valid values: -200 through 200

[PHost only] [Array]

PALDecayPerTurn valid values: 0 through 100

[PHost only] [Array]

PALPlayerRate valid values: 0 through 100

[PHost only] [Array]

PALCombatAggressor valid values: 0 through 100

[PHost only] [Array]

PALAggressorPointsPer10KT valid values: 0 through 100

[PHost only] [Array]

PALOpponentPointsPer10KT valid values: 0 through 100

[PHost only] [Array]

PALAggressorKillPointsPer10KT valid values: 0 through 100

[PHost only] [Array]

PALOpponentKillPointsPer10KT valid values: 0 through 100

[PHost only] [Array]

PALCombatPlanetScaling valid values: 0 through 200

[PHost only] [Array]

PALCombatBaseScaling valid values: 0 through 200

[PHost only] [Array]

PALShipCapturePer10Crew valid values: 0 through 100

[PHost only] [Array]

PALRecyclingPer10KT valid values: 0 through 100

[PHost only] [Array]

PALBoardingPartyPer10Crew valid values: 0 through 100

[PHost only] [Array]

PALGroundAttackPer100Clans valid values: 0 through 100

[PHost only] [Array]

PALGloryDevice valid values: 0 through 1000

[PHost only] [Array]

PALGloryDevicePer10KT valid values: 0 through 100

[PHost only] [Array]

PALGloryDamagePer10KT valid values: 0 through 100

[PHost only] [Array]

PALGloryKillPer10KT valid values: 0 through 100

[PHost only] [Array]

PALImperialAssault valid values: 0 through 100

[PHost only] [Array]

PALRGA valid values: 0 through 100

[PHost only] [Array]

PALPillage valid values: 0 through 100

[PHost only] [Array]

PALIncludesESB valid values: Yes No

[PHost only] [Array]

PBPCostPer100KT valid values: 0 through 10000

[PHost only] [Array]

PBPMinimumCost valid values: 0 through 10000

[PHost only] [Array]

PBPCloneCostRate valid values: 0 through 10000

[PHost only] [Array]

AllowPriorityBuild valid values: Yes No

[PHost only]

Back to the index


Parameters Listed Alphabetically

A
AllowAdvancedRefinery
AllowAlchemy
AllowAlliedChunneling
AllowAlternativeCombat
AllowAlternativeTowing
AllowAntiCloakShips
AllowBeamUpClans
AllowBeamUpMultiple
AllowBioscanners
AllowBoardingParties
AllowChunneling
AllowCloakedShipsAttack
AllowCloakFailMessages
AllowColoniesSweepWebs
AllowCrystalTowCapture
AllowEatingSupplies
AllowEngineShieldBonus
AllowESBonusAgainstPlanets
AllowExtendedMissions
AllowFedCombatBonus
AllowGamblingShips
AllowGloryDevice
AllowGravityWells
AllowHiss
AllowHyperjumpGravWells
AllowHyperWarps
AllowImperialAssault
AllowInterceptAttack
AllowMeteorMessages
AllowMinefieldIdentity
AllowMinefields
AllowMinesDestroyMines
AllowMinesDestroyWebs
AllowMoreThan500Minefields
AllowMoreThan50Targets
AllowNewNatives
AllowNoFuelMovement
AllowOneEngineTowing
AllowPlanetAttacks
AllowPlayerMessages
AllowPrivateerTowCapture
AllowPriorityBuild
AllowRebelGroundAttack
AllowRegisteredFunctions
AllowRGAOnUnowned
AllowScienceMissions
AllowShipCloning
AllowShipNames
AllowSuperRefit
AllowTowCloakedShips
AllowUniversalMinefieldFCode
AllowWebMines
AllowWormholes
AllowWraparoundMap
AlternativeAntiCloak
AlternativeMinesDestroyMines
AntiCloakImmunity
B
BayLaunchInterval
BayRechargeBonus
BayRechargeRate
BeamFiringRange
BeamHitBonus
BeamHitFighterCharge
BeamHitFighterRange
BeamHitOdds
BeamHitShipCharge
BeamRechargeBonus
BeamRechargeRate
BorgAssimilationRate
BuildChangeRelativePenalty
BuildPointReport
BuildQueue
C
ClimateDeathRate
ClimateLimitsPopulation
CloakedMineTravelSafeWarp
CloakFailureRate
CloakFuelBurn
CloakMineOddsWarpBonusX100
ColoniesBuildFighters
ColonistTaxRate
ConfigLevel
CPEnableAllies
CPEnableBigTargets
CPEnableGive
CPEnableJettison
CPEnableLanguage
CPEnableMessage
CPEnableRaceName
CPEnableRemote
CPEnableRumor
CPEnableSend
CPNumMinefields
CrewKillScaling
CrystalSinTempBehavior
CrystalsPreferDeserts
CumulativePillaging
D
DamageLevelForAntiCloakFail
DamageLevelForChunnelFail
DamageLevelForCloakFail
DamageLevelForHyperjumpFail
DamageLevelForTerraformFail
DarkSenseRange
DefenseForUndetectable
DelayAllianceCommands
DeleteOldMessages
DisablePasswords
E
EngineShieldBonusRate
ExtMissionsStartAt
ExtraFighterBays
F
FactoriesForDetectable
FighterBeamExplosive
FighterBeamKill
FighterFiringRange
FighterKillOdds
FighterMovementSpeed
FighterSweepRange
FighterSweepRate
FilterPlayerMessages
FireOnAttackFighters
FreeFighters
G
GameName
GravityWellRange
GroundDefenseFactor
GroundKillFactor
H
HissEffectRate
HullDamageScaling
HullTechNotSlowedByMines
I
IonStormActivity
IonStormsHideMines
L
Language
LargeMeteorOreRanges
LargeMeteorsImpacting
M
MapTruehullByPlayerRace
MaxColTempSlope
MaxFightersLaunched
MaximumMinefieldRadius
MaximumMinefieldsPerPlayer
MaximumWebMinefieldRadius
MaxPlanetaryIncome
MaxShipsHissing
MeteorShowerOdds
MeteorShowerOreRanges
MineDecayRate
MineHitDamageFor100KT
MineHitOdds
MineHitOddsWhenCloakedX10
MineIdNeedsPermission
MineOddsWarpBonusX100
MineScanRange
MinesForDetectable
MineSweepRange
MineSweepRate
MineTravelSafeWarp
MinimumChunnelDistance
N
NativeClimateDeathRate
NativeCombatSurvivalRate
NativeTaxRate
P
PALAggressorKillPointsPer10KT
PALAggressorPointsPer10KT
PALBoardingPartyPer10Crew
PALCombatAggressor
PALCombatBaseScaling
PALCombatPlanetScaling
PALDecayPerTurn
PALGloryDamagePer10KT
PALGloryDevice
PALGloryDevicePer10KT
PALGloryKillPer10KT
PALGroundAttackPer100Clans
PALImperialAssault
PALOpponentKillPointsPer10KT
PALOpponentPointsPer10KT
PALPillage
PALPlayerRate
PALRecyclingPer10KT
PALRGA
PALShipCapturePer10Crew
PBPCloneCostRate
PBPCostPer100KT
PBPMinimumCost
PlanetaryTorpsPerTube
PlanetsAttackKlingons
PlanetsAttackRebels
PlanetsHaveTubes
PlayerRace
ProductionRate
R
RaceGrowthRate
RaceMiningRate
RamScoopFuelPerLY
RandomMeteorRate
RebelsBuildFighters
RecycleRate
RGANeedsBeams
RobCloakedChance
RobCloakedShips
RobFailureOdds
RobotsBuildFighters
RoundGravityWells
S
SBQBoostExpX100
SBQBuildChangePenalty
SBQBuildPALBoost
SBQNewBuildPALBoost
SBQPointsForAging
ScanRange
ScoringMethod
SensorRange
ShieldDamageScaling
ShipCloneCostRate
ShipMovementSpeed
SpyDetectionChance
StandoffDistance
StrikesPerFighter
StructureDecayPerTurn
T
TerraformRate
TonsScoreCountsPlanets
TorpFiringRange
TorpHitBonus
TorpHitOdds
TowedShipsBreakFree
TowStrengthDistanceScale
TowStrengthEngineScale
TransuraniumDecayRate
TubeRechargeBonus
TubeRechargeRate
U
UnitsPerTorpRate
UseAccurateFuelModel
W
WebDrainFuelLoss
WebHitDamageFor100KT
WebHitFuelLoss
WebMineDecayRate
WebMineHitOdds
WebMineOddsWarpBonusX100
WebMineSweepRange
WebMineSweepRate
WebMineTravelSafeWarp
WormholeUFOsStartAt
WraparoundRectangle
WrmDisplacement
WrmEntryPowerX100
WrmMassAdd
WrmRandDisplacement
WrmRandMass
WrmRandStability
WrmStabilityAddX10
WrmTravelCloaked
WrmTravelDistDivisor
WrmTravelWarpSpeed
WrmVoluntaryTravel

Back to the index


This document is maintained by The Portable Host Project[Remote] (support@phost.de).

Last updated 6 October, 2013