Skip to content

feat: add patch for The Force Standalone mod #4476

Open
DarkByteZero wants to merge 3 commits into
CombatExtended-Continued:Developmentfrom
DarkByteZero:feat/star-wars-the-force-standalone-patch
Open

feat: add patch for The Force Standalone mod #4476
DarkByteZero wants to merge 3 commits into
CombatExtended-Continued:Developmentfrom
DarkByteZero:feat/star-wars-the-force-standalone-patch

Conversation

@DarkByteZero
Copy link
Copy Markdown
Contributor

@DarkByteZero DarkByteZero commented Feb 23, 2026

Additions

  • CE compatibility patch for Star Wars : The Force Standalone mod
  • Sith Warblade melee weapon (Patch_Melee.xml)
  • Limb-adding hediffs with melee tools and the membrane armor implant (Patch_Hediffs.xml)
  • Ability projectiles + Force_Lightning DamageDef + ability explosion comps (Patch_Projectiles.xml)
  • Race/mech tools for Force Wraith, Terentatek, and Inquisitor mechanoid (Patch_Pawns.xml)

Reasoning

Addresses @N7Huntsman's review (hediffs that add limbs with melee tools, hediffs that apply armor, abilities that fire projectiles). Pawn tools added because the mod ships three combat creatures with vanilla-scale tools that needed CE conversion.

References

  • Bionic fist tools: Patches/Core/HediffDefs/Hediffs_Local_AddedParts.xml (BionicArm / SimpleProstheticArm baselines)
  • Membrane armor: composite vest tier (mmRHA Sharp/Blunt + 0-1 fractional Heat per ArmorUtilityCE.GetAmbientPostArmorDamage)
  • Race tools cross-checked against RM2, VFE Mechanoids, AMW, Alpha Mechs
  • Heat-category ambient AP cross-checked against Crypto Weapon and Dragons Descent flame patches
  • Inquisitor mech mirrors VFE Lancer fist baseline (power=5, cd=1.11, AP_Blunt=1.688)
  • Inquisitor patch gated with PatchOperationFindMod for Biotech

Testing

  • Compiles without warnings
  • All patch XML well-formed
  • Game runs without errors
  • With and without patched mod loaded
  • Playtested a colony

@DarkByteZero DarkByteZero requested review from a team as code owners February 23, 2026 23:45
@DarkByteZero DarkByteZero changed the title feat: add patch feat: add patch for The Force Standalone mod Feb 23, 2026
@github-actions
Copy link
Copy Markdown

You can download the rebuilt assembly for this PR here: https://combatextended.lp-programming.com/CombatExtended-22329858885.zip

@github-actions github-actions Bot added the Download in Comments This PR has a zipfile download available. label Feb 23, 2026
@DarkByteZero
Copy link
Copy Markdown
Contributor Author

this might be handeld by lee himself, in that case feel free to close: https://discord.com/channels/278818534069501953/630624305947869184/1475647924712116325

Copy link
Copy Markdown
Contributor

@N7Huntsman N7Huntsman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's quite a bit in this mod that still needs patched, including hediffs that add limbs with melee tools, hediffs that apply armor that needs the values adjusted, and abilities that fire projectiles that need patched.

…tandalone

Addresses N7Huntsman review on PR CombatExtended-Continued#4476 (limb-adding hediffs with melee
tools, hediffs that grant armor, ability projectiles).

Patch_Hediffs.xml: ToolCE conversion for Force_MechuDeruArm and
Force_ConstructedArm; CE-scale armor offsets on Force_MechuDeruMembrane.

Patch_Projectiles.xml: Force_Lightning DamageDef pen rescaled to CE
ambient-damage scale (also affects ForceIonize/ForceShockwave AoE);
Force_MagickScream and Force_ThrowItem switched to ProjectilePropertiesCE.

Patch_Pawns.xml: ToolCE conversion for Force_DarksideWraithRace and
SithSorcery_Terentatek_Pawn (always-loaded), and Force_Mech_Inquisitor
gated with PatchOperationFindMod for Biotech.

Stat values referenced from CE Royalty bionic patches and CE composite
armor baselines.
@DarkByteZero DarkByteZero force-pushed the feat/star-wars-the-force-standalone-patch branch from 75c990c to 0091bf1 Compare May 9, 2026 19:30
@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 9, 2026

You can download the rebuilt assembly for this PR here: https://combatextended.lp-programming.com/CombatExtended-25609865250.zip

@DarkByteZero DarkByteZero requested a review from N7Huntsman May 9, 2026 19:43
@DarkByteZero
Copy link
Copy Markdown
Contributor Author

should be good now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Download in Comments This PR has a zipfile download available.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants