Skip to content

3SPNvSoL 3.1

Latest
Compare
Choose a tag to compare
@zenakuten zenakuten released this 21 Aug 03:36
· 41 commits to main since this release

v3.1

  • Implement an optimal pickup spawn strategy. Pickup spawns are now govern by the PickupMode configuration option.
    (Thanks kokuei!)
    • Off (0) - No pickups will spawn, same as setting bRandomPickups to false.
    • Random (1) - Original pickup spawn strategy, same as setting bRandomPickups to true.
    • Optimal (2) - New pickup spawn strategy.