Jump to content

Ghost Recon PC: Xbox Conversion (Update Thread)


C419

Recommended Posts

Welcome to the update thread for the Ghost Recon: Xbox Conversion! You can find updates for the Ghost Recon Xbox Conversion mod here. If you want to find the official 1.1.0 release version. go to the Downloads on Ghost Recon at Misc mods. Check back here often for new updates! (By the way, keep an eye out for an Island Thunder: Xbox Conversion mod.)

1.1.1 Update: (Removed)

1.1.2 Update: https://www.dropbox.com/s/9186mxg01pe9i2d/Ghost%20Recon%20Xbox%20Conversion%20Mod%20%281%2C1%2C2%20Update%29.zip

Link to comment
Share on other sites

Wow, thank you so much for doing this. I've considered doing this project for many years now and never got around to it. You rock!

If you need help with anything, let me know. I've had the entire thing ripped to a drive for years now and have time and time again started on it only to get distracted by something else. I wish we could get the shaders to work on the PC version. I remember spending many hours at one point with that. The sounds on the Xbox IT version are much better than those on PC.

Edited by VeLocityChaos
Link to comment
Share on other sites

Hey, don't worry! ;) I'm working on an Island Thunder: Xbox Conversion mod right now, trying to get people who can make mods, also, I'll be releasing the 1.1.3 update as soon as I finish this .xml file.

Thanks for your feed back on my mod!

Link to comment
Share on other sites

I just installed this mod. I'm on the first mission: Iron Dragon

So basically, this is the PC version with XBox GUI? Meaning the icons are different?

Otherwise the same missions with PC version?

I'm sorry I never had the XBox so not sure what entails the difference.

Just a little more info is all I'm looking for.

Again, thanks for doing this.

@Riley, everyday I look for an excuse to post memes. I wish its legal to respond to my boss this way :whistle:

Link to comment
Share on other sites

I have and found all of my Xbox IT files - I have all of the textures (Already in RSB), models, sounds, mission files, etc.

When I messed with this back then, I primarily just worked on the sounds. There are quite a bit more sounds available to the IT version of GR on Xbox than there were released on PC. I have all of them converted back to the original WAV format. The naming scheme used for these files makes it to where you need to manually identify each one. I have never really started on that. They are named like "Base_fx 1.wav" "Speech_1.wav" - etc.. All of the texture files are in the same format as the PC version.

I also have many of the Summit Strike (Ghost Recon 2 Xbox) textures and sounds converted back to their original RSB and WAV formats. Like, IT, they are named exactly the same way. The textures for GR:2 are originally DDS files encoded in an Xbox format. I recovered the original DDS and then started putting them into RSB. (A lot of these textures are mapped in a way they can be used on GR stuff like smoke effects, characters, etc)

A lot of the information in these two games is stored in a .GLOB filetype. Most of it is in a big-endian format, but a lot of it is instantly salvageable without any conversion.

So, anyway, if you need some help with GR:IT - i can provide some things here and there.

Link to comment
Share on other sites

I have and found all of my Xbox IT files - I have all of the textures (Already in RSB), models, sounds, mission files, etc.

When I messed with this back then, I primarily just worked on the sounds. There are quite a bit more sounds available to the IT version of GR on Xbox than there were released on PC. I have all of them converted back to the original WAV format. The naming scheme used for these files makes it to where you need to manually identify each one. I have never really started on that. They are named like "Base_fx 1.wav" "Speech_1.wav" - etc.. All of the texture files are in the same format as the PC version.

I also have many of the Summit Strike (Ghost Recon 2 Xbox) textures and sounds converted back to their original RSB and WAV formats. Like, IT, they are named exactly the same way. The textures for GR:2 are originally DDS files encoded in an Xbox format. I recovered the original DDS and then started putting them into RSB. (A lot of these textures are mapped in a way they can be used on GR stuff like smoke effects, characters, etc)

A lot of the information in these two games is stored in a .GLOB filetype. Most of it is in a big-endian format, but a lot of it is instantly salvageable without any conversion.

So, anyway, if you need some help with GR:IT - i can provide some things here and there.

if you can get the models extracted, message me ASAP :)

Link to comment
Share on other sites

Zeealex,

The models for the Xbox versions of Ghost Recon are in .xqob format instead of qob format. I would bet the only difference is in header. I haven't looked into doing that though. I`ll tell you this - here is a snippet from a gun file from Summit Strike:

<GunFile>
<VersionNumber>1.000000</VersionNumber>
<ModelFileName>pw_mg4_saw.qob</ModelFileName>
<NameToken>WPN_SAW_MG4</NameToken>
<InfoToken>IN_SAW_MG4</InfoToken>
<MagazineCapacity>200</MagazineCapacity>
<MaxRange>475.000000</MaxRange>
.............................
...
Notice the model filetype? The gun is still referenced to a qob NOT xqob. So - i don't think it would be very difficult. We'd have to look into it more.
Edited by VeLocityChaos
Link to comment
Share on other sites

I'm getting really interested in this again now that i've looked at all this:

Now, remember -the engine used on ALL XBOX original Ghost Recon titles (GR through Summit Strike) is the same engine with "obviously various changes" that is used on our PC version. Same ol' IKE RSE engine.

Now look at this:

<AIParams>
<FragScatterTimeMin>2.000000</FragScatterTimeMin>
<FragScatterTimeMax>4.000000</FragScatterTimeMax>
<InvestigationTriggerRange>150.000000</InvestigationTriggerRange>
<InvestigationTriggerTimeout>20.000000</InvestigationTriggerTimeout>
<InvestigationRetargetDistance>5.000000</InvestigationRetargetDistance>
<HalfAngleToCover>1.047198</HalfAngleToCover>
<HalfAngleToCoverLeader>0.785398</HalfAngleToCoverLeader>
<MinFragReuseTime>30.000000</MinFragReuseTime>
<MinFragReuseTimeOften>10.000000</MinFragReuseTimeOften>
<FragBlastSafeRange>10.000000</FragBlastSafeRange>
<AllClearDelayMin>3.000000</AllClearDelayMin>
<AllClearDelayMax>5.000000</AllClearDelayMax>
<ScatterFormationMaxRange>9.000000</ScatterFormationMaxRange>
<ScatterFormationMinRange>1.500000</ScatterFormationMinRange>
<ScatterFormationDesiredRange>3.000000</ScatterFormationDesiredRange>
<VehicleLookAheadTime>5.000000</VehicleLookAheadTime>
<VehicleWarningRadius>4.000000</VehicleWarningRadius>
<VerticalLookVariance>0.174533</VerticalLookVariance>
<TrailDistanceOutdoors>1.500000</TrailDistanceOutdoors>
<TrailDistanceIndoors>1.000000</TrailDistanceIndoors>
<QuickTurnVelocity>6.283185</QuickTurnVelocity>
<LazyTurnVelocity>4.712389</LazyTurnVelocity>
<SlowTurnVelocity>1.570796</SlowTurnVelocity>
<CoverPointTolerance>1.500000</CoverPointTolerance>
<SuppressedSomewhat>0.010000</SuppressedSomewhat>
<SuppressedPretty>0.250000</SuppressedPretty>
<SuppressedDefinitely>0.600000</SuppressedDefinitely>
<SuppressionBleedOffTime>20.000000</SuppressionBleedOffTime>
<SuppressionUnderFire>0.050000</SuppressionUnderFire>
<SuppressionIndirectFire>0.002778</SuppressionIndirectFire>
<SuppressionHit>1.000000</SuppressionHit>
<SuppressionFriendDeath>0.350000</SuppressionFriendDeath>
<SuppressionAllClear>-0.250000</SuppressionAllClear>
<SuppressionArmorNoRockets>1.000000</SuppressionArmorNoRockets>
<SuppressionGunshotUnprepared>3.000000</SuppressionGunshotUnprepared>
<SuppressionFriendDeathUnprepared>2.000000</SuppressionFriendDeathUnprepared>
<InuredToGunfireCooldown>15.000000</InuredToGunfireCooldown>
<SuppressLOSRangeFraction>0.800000</SuppressLOSRangeFraction>
<ThreatTimeOut>30.000000</ThreatTimeOut>
<TreeLookAheadBlockDistance>2.500000</TreeLookAheadBlockDistance>
<TreeLookAheadAvoidDistance>2.000000</TreeLookAheadAvoidDistance>
<GlanceDelayMin>3.000000</GlanceDelayMin>
<PlayerGlanceFrequencyMin>10.000000</PlayerGlanceFrequencyMin>
<PlayerGlanceFrequencyMax>20.000000</PlayerGlanceFrequencyMax>
<CheckSixChance>0.200000</CheckSixChance>
<FragErrorHorizontal>0.174533</FragErrorHorizontal>
<FragErrorVertical>0.174533</FragErrorVertical>
<BackblastAvoidLength>10.000000</BackblastAvoidLength>
<BackblastAvoidWidth>2.000000</BackblastAvoidWidth>
<AAGunTrafficControlRadius>3.000000</AAGunTrafficControlRadius>
<GoodGuyEngageRange>20.000000</GoodGuyEngageRange>
<SafeWeaponDistance>2.000000</SafeWeaponDistance>
<SafeWeaponAngle>0.785398</SafeWeaponAngle>
<FauxThreatIndicatorError>0.174533</FauxThreatIndicatorError>
<HumanCollisionAvoidRange>1.500000</HumanCollisionAvoidRange>
<BonkTime>10.000000</BonkTime>
<DisableTreeAvoidanceTime>5.000000</DisableTreeAvoidanceTime>
<DisableAnalogStrafeTime>10.000000</DisableAnalogStrafeTime>
<CatchUpSpeedMultiplier>1.500000</CatchUpSpeedMultiplier>
<SuppressCheckHalfAngle>0.349066</SuppressCheckHalfAngle>
<EngagedThreatDetectionDecay>20.000000</EngagedThreatDetectionDecay>
<ContactExpirationTime>30.000000</ContactExpirationTime>
<SoundAsVisualRangeAsleep>3.000000</SoundAsVisualRangeAsleep>
<SoundAsVisualRangeBored>4.000000</SoundAsVisualRangeBored>
<SoundAsVisualRangeAlert>5.000000</SoundAsVisualRangeAlert>
<SoundAsVisualRangeCombat>5.000000</SoundAsVisualRangeCombat>
<SoundAsVisualRangeTerrified>1.000000</SoundAsVisualRangeTerrified>
<AsleepReactionMin>1.000000</AsleepReactionMin>
<AsleepReactionMax>2.500000</AsleepReactionMax>
<BoredReactionMin>0.750000</BoredReactionMin>
<BoredReactionMax>1.250000</BoredReactionMax>
<AlertReactionMin>0.250000</AlertReactionMin>
<AlertReactionMax>0.750000</AlertReactionMax>
<CombatReactionMin>0.100000</CombatReactionMin>
<CombatReactionMax>0.250000</CombatReactionMax>
<TerrifiedReactionMin>1.000000</TerrifiedReactionMin>
<TerrifiedReactionMax>2.500000</TerrifiedReactionMax>
<FriendlyReactionTime>0.000000</FriendlyReactionTime>
<DeadFriendCheckRange>5.000000</DeadFriendCheckRange>
<GunshotTargetCheckRange>20.000000</GunshotTargetCheckRange>
<ThreatImportanceIncapacitated>-50.000000</ThreatImportanceIncapacitated>
<ThreatImportanceFixedArc>100.000000</ThreatImportanceFixedArc>
<ThreatImportanceMaxRange>60.000000</ThreatImportanceMaxRange>
<ThreatImportanceProximity>30.000000</ThreatImportanceProximity>
<ThreatImportanceCurrent>10.000000</ThreatImportanceCurrent>
<ThreatImportanceSight>40.000000</ThreatImportanceSight>
<ThreatImportanceFlanked>20.000000</ThreatImportanceFlanked>
<ThreatImportanceExposed>10.000000</ThreatImportanceExposed>
<ThreatImportanceFiringAngle>0.349066</ThreatImportanceFiringAngle>
<ThreatImportanceFiringAt>20.000000</ThreatImportanceFiringAt>
<ThreatImportanceFiringAway>5.000000</ThreatImportanceFiringAway>
<ThreatImportanceAttackingProtectee>20.000000</ThreatImportanceAttackingProtectee>
<MovingFireLOSRadius>1.500000</MovingFireLOSRadius>
<AiShootsHeadChance>0.000000</AiShootsHeadChance>
<AiShootsArmsChance>0.450000</AiShootsArmsChance>
<AiShootsLegsChance>0.500000</AiShootsLegsChance>
<AiShootsChestChance>0.050000</AiShootsChestChance>
<GhostShootsHeadChance>0.400000</GhostShootsHeadChance>
<GhostShootsArmsChance>0.050000</GhostShootsArmsChance>
<GhostShootsLegsChance>0.050000</GhostShootsLegsChance>
<GhostShootsChestChance>0.500000</GhostShootsChestChance>
<HeadShotBoostTime>50.000000</HeadShotBoostTime>
<HeadShotBoostIncrement>0.001000</HeadShotBoostIncrement>
<HeadShotBoostMax>0.200000</HeadShotBoostMax>
<MovingFireSetupTime>0.500000</MovingFireSetupTime>
<MovingFireDuration>0.400000</MovingFireDuration>
<MovingFireCooldown>2.000000</MovingFireCooldown>
<MovingFireArc>0.196350</MovingFireArc>
<LOSFriendlyCheckExtent>10.000000</LOSFriendlyCheckExtent>
<PreferSuppressionThreshold>15.000000</PreferSuppressionThreshold>
<PreferSuppressionMin>0.050000</PreferSuppressionMin>
<PreferSuppressionMax>0.750000</PreferSuppressionMax>
<PointBlankAccuracy>1.000000</PointBlankAccuracy>
<OutOfRangeAccuracy>0.010000</OutOfRangeAccuracy>
<PointBlankRange>3.000000</PointBlankRange>
<AccuracyFullAuto>0.300000</AccuracyFullAuto>
<AccuracyBurst>0.600000</AccuracyBurst>
<AccuracySuppressedSomewhat>1.000000</AccuracySuppressedSomewhat>
<AccuracySuppressedPretty>0.800000</AccuracySuppressedPretty>
<AccuracySuppressedDefinitely>0.600000</AccuracySuppressedDefinitely>
<AccuracyStillUpright>1.000000</AccuracyStillUpright>
<AccuracyStillCrouch>1.000000</AccuracyStillCrouch>
<AccuracyStillProne>1.000000</AccuracyStillProne>
<AccuracyShuffleUpright>1.000000</AccuracyShuffleUpright>
<AccuracyShuffleCrouch>1.000000</AccuracyShuffleCrouch>
<AccuracyShuffleProne>1.000000</AccuracyShuffleProne>
<AccuracyWalkUpright>1.000000</AccuracyWalkUpright>
<AccuracyWalkCrouch>1.000000</AccuracyWalkCrouch>
<AccuracyWalkProne>1.000000</AccuracyWalkProne>
<AccuracyRunUpright>0.400000</AccuracyRunUpright>
<AccuracyRunCrouch>0.400000</AccuracyRunCrouch>
<AccuracyRunProne>0.400000</AccuracyRunProne>
<AccuracyTargetCrouch>0.900000</AccuracyTargetCrouch>
<AccuracyTargetProne>0.800000</AccuracyTargetProne>
<AccuracyTargetOrderedGhost>0.800000</AccuracyTargetOrderedGhost>
<AccuracyNormalEnemy>0.500000</AccuracyNormalEnemy>
<AccuracyNormalGhosts>3.000000</AccuracyNormalGhosts>
<AccuracyHardEnemy>1.500000</AccuracyHardEnemy>
<AccuracyHardGhosts>1.500000</AccuracyHardGhosts>
<AccuracyTargetProtected>0.200000</AccuracyTargetProtected>
<TimeOnTargetAimed>3.000000</TimeOnTargetAimed>
<TimeOnTargetResetTime>15.000000</TimeOnTargetResetTime>
<MissHighChance>0.700000</MissHighChance>
<AccuracyTargetIncapacitated>0.200000</AccuracyTargetIncapacitated>
<GunOverrideGhostShortRange>20.000000</GunOverrideGhostShortRange>
<GunOverrideGhostMediumRange>40.000000</GunOverrideGhostMediumRange>
<GunOverrideGhostLongRange>80.000000</GunOverrideGhostLongRange>
<GunOverrideGhostShortAccuracy>0.500000</GunOverrideGhostShortAccuracy>
<GunOverrideGhostMediumAccuracy>0.200000</GunOverrideGhostMediumAccuracy>
<GunOverrideGhostLongAccuracy>0.010000</GunOverrideGhostLongAccuracy>
<GunOverrideGhostTimeOnTargetBase>0.250000</GunOverrideGhostTimeOnTargetBase>
<GunOverrideGhostTimeOnTargetIncrement>0.160000</GunOverrideGhostTimeOnTargetIncrement>
<GunOverrideGhostTimeOnTargetMax>6.000000</GunOverrideGhostTimeOnTargetMax>
<GunOverrideEnemyShortRange>15.000000</GunOverrideEnemyShortRange>
<GunOverrideEnemyMediumRange>30.000000</GunOverrideEnemyMediumRange>
<GunOverrideEnemyLongRange>60.000000</GunOverrideEnemyLongRange>
<GunOverrideEnemyShortAccuracy>0.500000</GunOverrideEnemyShortAccuracy>
<GunOverrideEnemyMediumAccuracy>0.200000</GunOverrideEnemyMediumAccuracy>
<GunOverrideEnemyLongAccuracy>0.010000</GunOverrideEnemyLongAccuracy>
<GunOverrideEnemyTimeOnTargetBase>0.000000</GunOverrideEnemyTimeOnTargetBase>
<GunOverrideEnemyTimeOnTargetIncrement>0.160000</GunOverrideEnemyTimeOnTargetIncrement>
<GunOverrideEnemyTimeOnTargetMax>6.000000</GunOverrideEnemyTimeOnTargetMax>
<DesiredReloadCapacity>0.250000</DesiredReloadCapacity>
<PathingCostCrouch>2.000000</PathingCostCrouch>
<PathingCostProne>4.000000</PathingCostProne>
<PathingCostClamber>5.000000</PathingCostClamber>
<PathingDangerRadius>0.500000</PathingDangerRadius>
<PathingDangerCost>1000.000000</PathingDangerCost>
<PathingCostRedZone>6000.000000</PathingCostRedZone>
<PathingCostYellowZone>3000.000000</PathingCostYellowZone>
<OptimalAdvanceRange>25.000000</OptimalAdvanceRange>
<OptimalFlankRange>25.000000</OptimalFlankRange>
<OptimalFlankAngle>0.872665</OptimalFlankAngle>
<OptimalSuppressRange>50.000000</OptimalSuppressRange>
<RejoinTeamProximity>7.000000</RejoinTeamProximity>
<RejoinTeamTime>20.000000</RejoinTeamTime>
<PlayerPlatoonCombatCooldown>20.000000</PlayerPlatoonCombatCooldown>
<PlatoonHelpDelay>10.000000</PlatoonHelpDelay>
<DangerZoneRadius>5.000000</DangerZoneRadius>
<DeadlyDangerZoneThreshold>2.500000</DeadlyDangerZoneThreshold>
<PlayerPlatoonLeash>40.000000</PlayerPlatoonLeash>
<FlankRangeMin>10.000000</FlankRangeMin>
<FlankRangeMax>35.000000</FlankRangeMax>
<AutoMedicMaxRange>10.000000</AutoMedicMaxRange>
<AutoMedicMinReactionTimePercentage>0.250000</AutoMedicMinReactionTimePercentage>
<AutoMedicCriticalReactionTimePercentage>0.750000</AutoMedicCriticalReactionTimePercentage>
<DefendZoneResponseDistance>50.000000</DefendZoneResponseDistance>
<PatrolZoneResponseDistance>50.000000</PatrolZoneResponseDistance>
<StandardCoverHalfAngle>0.785398</StandardCoverHalfAngle>
<LeaderWaypointTolerance>5.000000</LeaderWaypointTolerance>
<TeamWaypointTolerance>10.000000</TeamWaypointTolerance>
<HumanWaypointToleranceAutomatic>0.020000</HumanWaypointToleranceAutomatic>
<HumanWaypointToleranceFacing>0.500000</HumanWaypointToleranceFacing>
<StuckProgressDistance>0.500000</StuckProgressDistance>
<StuckProgressTime>3.000000</StuckProgressTime>
<StuckStrafeTime>1.000000</StuckStrafeTime>
<MoveInFormationUpdateTime>2.000000</MoveInFormationUpdateTime>
<MoveInFormationPathingDelay>1.000000</MoveInFormationPathingDelay>
<MoveInFormationRepathTime>8.000000</MoveInFormationRepathTime>
<FragDistanceThrowMin>15.000000</FragDistanceThrowMin>
<FragDistanceThrowMax>40.000000</FragDistanceThrowMax>
<FragDistanceLaunchMin>10.000000</FragDistanceLaunchMin>
<FragDistanceLaunchMax>75.000000</FragDistanceLaunchMax>
<SuppressFireDurationMin>0.400000</SuppressFireDurationMin>
<SuppressFireDurationMax>0.700000</SuppressFireDurationMax>
<SuppressFireDurationFixedGun>2.000000</SuppressFireDurationFixedGun>
<CallBackupTime>10.000000</CallBackupTime>
<EndEngagementCooldownNoEnemies>20.000000</EndEngagementCooldownNoEnemies>
<EndEngagementCooldownNoContact>30.000000</EndEngagementCooldownNoContact>
<TeamSuppressTimeMin>15.000000</TeamSuppressTimeMin>
<TeamSuppressTimeMax>17.000000</TeamSuppressTimeMax>
<TeamSuppressForceRange>30.000000</TeamSuppressForceRange>
<TeamSuppressForceArc>0.523599</TeamSuppressForceArc>
<TeamSuppressForceRate>0.200000</TeamSuppressForceRate>
<LongCoverSearch>15.000000</LongCoverSearch>
<ShortCoverSearch>5.000000</ShortCoverSearch>
<PlatoonAssaultGatherRange>60.000000</PlatoonAssaultGatherRange>
<PlatoonAssaultMaxGatherTime>80.000000</PlatoonAssaultMaxGatherTime>
<PlatoonAssaultMaxApproachTime>60.000000</PlatoonAssaultMaxApproachTime>
<PlatoonAssaultMinAdvanceTime>30.000000</PlatoonAssaultMinAdvanceTime>
<PlatoonAssaultMaxAdvanceTime>180.000000</PlatoonAssaultMaxAdvanceTime>
<PlatoonAssaultMaxRetreatTime>30.000000</PlatoonAssaultMaxRetreatTime>
<PlatoonAssaultRetreatThreshold>0.500000</PlatoonAssaultRetreatThreshold>
<PlatoonChargeEngageRange>8.000000</PlatoonChargeEngageRange>
<PlatoonChargeUpdateInterval>5.000000</PlatoonChargeUpdateInterval>
<PlatoonDefendZoneRadius>15.000000</PlatoonDefendZoneRadius>
<PlatoonDefendReorderDelay>30.000000</PlatoonDefendReorderDelay>
<PlatoonDefendFailureTime>60.000000</PlatoonDefendFailureTime>
<PlatoonSeekUpdateInterval>20.000000</PlatoonSeekUpdateInterval>
</AIParams>

That offers the ability to REALLY tweak the AI.^^^^

I wonder.... if any of that is active, but currently static in GR1 PC - and can be changed via XML.

The reason I have this suspicion is because S.O.A.F. (PC) - which also uses this engine - came with some additional tweaks and commands that when MANUALLY added to GR - actually worked.. this was proven by incorrect variables causing the game to crash with an IKE log referencing the new commands - and correct variables causing the game to function and a change in behavior.

If even SOME of these were in the engine code when GR1 was made - i'd be VERY happy.

Link to comment
Share on other sites

Id love to see those sound and texture files if you do ever compile them.

I'll organize and zip up some of the sound effect files for you to play with. Give me a little time and i`ll do it. What I've have to do with GR2 sounds is convert them to a .WAV that GR will play. And, I have all of them in at least a workable WAV format now.

After I get them extracted they are a 'unique' version of an ADPCM WAV (4b 44khz 2ch) You have to have a codec to hear them - even VLC won't play them.

There's probably an easier way to do some of the things I do.

But, what I had been doing was dropping them in Audacity, splitting the stereo track into a mono downsample, fix the sample rate to 22 -then GR plays it just fine and they sound great.

There's literally thousands of sounds - so I don't have them all done. I've messed with it several times in the past and always get distracted or caught up with real-world issues.

There's some really good sound effects for GR2 to play with for GR1 mods - things such as commands from headquarters:

"Ghosts this is command: We've got satellite reports of enemies closing in from the east" -- "West" "South" "North" etc..

Lots of ambience and environmental sounds. Numerous degrees of rain and wind intensity. (IT:Xbox had this too) -This was useful for zone-elevation - like if you go up in height on a map - you change the wind sound played in that zone (LOTS of incremental zone sounds for this). Obviously, which, can be done in our IGOR to make our maps sound much better.

As far as textures, a lot of the textures for GR 2 are still in XPR and they have to be converted to DDS to even begin to use them. Once in original DDS you can of course do whatever you want with them and then save as RSB. Most of the GR:IT textures are not really worth our time. The PC counterparts are the same and\or better.

I`ll upload a few sound packs at a time in zips based on their style "ambience," "Voice," "effects" etc. Give me a couple days or so and i`ll put the first organized pack up.

Link to comment
Share on other sites

Here's the first pack:

http://www3.zippyshare.com/v/83087591/file.html

This is 141 of the Command field update, intel, objective, alert, etc sounds. I just mass-named them "Command_1" "Command_2" etc.. (Original filenames could not be recovered)

They are all converted and should be ready to go for GR1. Personally, I think these will be really great for GR missions or gametypes.

Again, if you give me a few days i`ll try to get them all done.

Link to comment
Share on other sites

I was VERY curious about those AI commands - so I couldn't help myself.

I opened up the GR executable and scanned for every referenced string and many of those AI commands and\or similar ones are in the code. In theory, you CAN change the AI behavior in GR using something like what I pasted on page 1.

Just some of the things I see that you can change are:

Fire LOS radius (I'm assuming this is the Radius of the default firing "spot-n-shoot" cone)

Conditions based on 'how' suppressed the enemy can be or will be. (For example: How suppression affects a recruit, vet, or elite enemies aim; "If %_difficulty enemy is _% suppressed then aim is _%" Conditions would allow modification of those three.

Scatter formation range - (In IGOR when you use the "Scatter") You seem to be able to define a min and max range of that scatter with this condition. Likely the same with Wedged, and Single-File - you can define the minimum and maximum distance.

AI - Team & Enemy Members "Headshot Chance" was another one I saw.

These types of things are similar to the conditions in the cmbtmdl file -in how they work. Even if we're unable to find a valid way to get the engine to read these options at startup, IKE RSE has the ability to exec new files like this on the go - if i remember right. Meaning you can put conditions in a cfg file and use the exec console command to get it to work. (Or exec in a mission script)

I`ll definitely be coming back to this and investigating it further. There appears to be a lot of AI-based commands that have static (default) values attached to them -that can likely be overidden.

Edited by VeLocityChaos
Link to comment
Share on other sites

@Led

I'm pretty sure that the missions are unchanged for the Ghost Recon Xbox Conversion Pack Mod.

I looked at the readme and Update log and didn't see otherwise.

Strictly a GUI enhancement along with the order in which specialist are unlocked has been changed.

Link to comment
Share on other sites

@Led

I'm pretty sure that the missions are unchanged for the Ghost Recon Xbox Conversion Pack Mod.

I looked at the readme and Update log and didn't see otherwise.

Strictly a GUI enhancement along with the order in which specialist are unlocked has been changed.

thanks for clearing it up. I wasn't sure if I did something wrong since it looked the same to me, with the exception of the GUI.

Link to comment
Share on other sites

I just installed this mod. I'm on the first mission: Iron Dragon

So basically, this is the PC version with XBox GUI? Meaning the icons are different?

Otherwise the same missions with PC version?

I'm sorry I never had the XBox so not sure what entails the difference.

Just a little more info is all I'm looking for.

Again, thanks for doing this.

@Riley, everyday I look for an excuse to post memes. I wish its legal to respond to my boss this way :whistle:

Yes, it does begin on Iron Dragon, however, there is some changes to the map "m05_embassy" so I added the campaign.xml file there so you wouldn't have to take the changed mission and put in the "Origmiss" folder, replacing the original one.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...