1
Released Mods / Re: Arsenal Expanded
« on: January 28, 2025, 09:51:29 pm »
This mod has been updated to fit OXCE 8.0.X standards
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Syntax error (and crash in OXCE 8.0):
- ruleset line 2644 (and many similar), "listOrder:", cannot be empty, a number expected
After a mysterious stone structure appears from nowhere in a farm in Eastern Europe, UNIT is sent to investigate.
Did you know about the new shotgun algorithm for OXCE? You can get them to work properly regardless of UFO Extender Accuracy (as in: one shotgun works well in both settings) if you use the new code:Code: [Select]items:
The above settings makes the shotgun use the new algorithm in which the first pellet uses the accuracy calculation to determine its path, and the rest travel near to it. It also ensures that the soldier accuracy does not affect the shotgun spread.
- type: STR_SHOTGUN_SHELLS
shotgunSpread: 10
shotgunBehavior: 1
shotgunChoke: 100
shotgunSpread: 10 gives a decent shotgun spread. If you set this value to 0, the pellets all hit the same spot. If you set it to 100, the pellets spread pretty evenly over the entire cone in front of the soldier, regardless of where the initial pellet went. You'll want to set it to 50 or lower to ensure that the initial pellet actually affects where the rest go.
shotgunChoke: 100 doesn't use the choke effect. Lower values force the soldier to aim closer to the target, even at very low accuracy. shotgunChoke: 0 will make every shot perfect even at 1% effective accuracy.