Skip to content

Version 1.3.7 release

Latest
Compare
Choose a tag to compare
@inkoalawetrust inkoalawetrust released this 12 Dec 06:56
· 56 commits to main since this release
  • Added the SM_IAmTheDanger inventory token, which can be given to actors used by other mods to make marines automatically fear them regardless of their health or size.
  • Added the SM_DontWarnOthers inventory token, which can be given to actors used by other mods to make marines not alert each other if the target has this token. This was actually added as an attempt at fixing a bug, but I decided to keep it.
  • Added MeleeState and MissileState values to the marines, to allow internal code to know that they DO have melee and ranged attacks.
  • Updated the visual scale of the machine gun bullets to negate aspect ratio correction.
  • Added a Stay order type for User_DefaultOrder.
  • Updated some checks to not misidentify voodoo dolls as actual players.
  • Moved the armor equipping from PostBeginPlay() to BeginPlay(), to allow for the marines to be harmed immediately after spawning with the armor absorbing the damage.
  • Bumped the marines' alert range for other marines from 384 to 512.

Note: Guess what the status of the demo maps is ?