Missing entry and manifest error

For dev's

In the diplomacy entity.manifest you can find "RESEARCHSUBJECT_PIRATE_WEAPONS2.entity" twice at line 957 and 961, but no "RESEARCHSUBJECT_PIRATE_WEAPONS3.entity"

 

2 missing entries in soundeffects.sounddata

effect
    name "WEAPON_PHASECAPITALWAVELIGHT_MUZZLE_ALT1"
    fileName "Weapon_PhaseCapitalWaveLight_Muzzle_Alt1.ogg"
    type "Effect"
    is3D TRUE
    priority 5
    threshold 23000.000000
    minAttenuationDist 500.000000
    maxNumPlayingSimultaneously 5
    isLooping FALSE
    isResident TRUE
    minRespawnTime 0.1
    fadeInTime 0.0
    fadeOutTime 0.0
    alternateGroup ""

effect
    name "WEAPON_PHASECAPITALWAVEHEAVY_MUZZLE_ALT1"
    fileName "Weapon_PhaseCapitalWaveHeavy_Muzzle_Alt1.ogg"
    type "Effect"
    is3D TRUE
    priority 5
    threshold 30000.000000
    minAttenuationDist 1200.000000
    maxNumPlayingSimultaneously 5
    isLooping FALSE
    isResident TRUE
    minRespawnTime 0.1
    fadeInTime 0.0
    fadeOutTime 0.0
    alternateGroup ""

 

 

 

3,370 views 3 replies
Reply #1 Top

If it's not in the manifest, then it must not be used.

Reply #2 Top

Except that the duplicate entry means it's likely that it's just a typo.

 

:fox:

Reply #3 Top

See by yourself the lines 952 to 966 :

 

entityName "RESEARCHSUBJECT_PIRATE_ARMOR1.entity"
entityName "RESEARCHSUBJECT_PIRATE_HPMAX1.entity"
entityName "RESEARCHSUBJECT_PIRATE_WEAPONS1.entity"
entityName "RESEARCHSUBJECT_PIRATE_WEAPONRANGE.entity"
entityName "RESEARCHSUBJECT_PIRATE_ARMOR2.entity"   
entityName "RESEARCHSUBJECT_PIRATE_WEAPONS2.entity"
entityName "RESEARCHSUBJECT_PIRATE_HPMAX2.entity"
entityName "RESEARCHSUBJECT_PIRATE_HYPERSPACE_CHARGEUPTIMEDECREASE.entity"
entityName "RESEARCHSUBJECT_PIRATE_ARMOR3.entity"
entityName "RESEARCHSUBJECT_PIRATE_WEAPONS2.entity"   
entityName "RESEARCHSUBJECT_PIRATE_HPMAX3.entity"
entityName "RESEARCHSUBJECT_PIRATE_ABILITYACCESS_EMBARGO.entity"
entityName "RESEARCHSUBJECT_PIRATE_ARMOR4.entity"
entityName "RESEARCHSUBJECT_PIRATE_WEAPONS4.entity"
entityName "RESEARCHSUBJECT_PIRATE_HPMAX4.entity"

 

Like Kitkun says it's a typo error.