MadDeCoDeR / Classic-RBDOOM-3-BFG

DOOM: BFA (Big Freaking Anniversary) Edition (former Classic RBDoom 3 BFG) is a source port based on RBDOOM-3-BFG and enchance the experience of Ultimate DOOM, DOOM 2 and DOOM 3.
GNU General Public License v3.0
211 stars 22 forks source link

Player Spawns with Grabber in RoE when ui_autoSwitch is 0 #138

Closed mmillar-bolis closed 9 months ago

mmillar-bolis commented 9 months ago

Describe the Bug: If a player starts Resurrection of Evil from the Main Menu, and set ui_autoSwitch is 0, the player will initially spawn with the Grabber instead of the Artifact. When set ui_autoSwitch is 1, this issue does not occur and the player correctly spawns with the Artifact.

To Reproduce: Steps to reproduce the behavior:

  1. Set ui_autoSwitch to 0 on the command line, in autoexec.cfg, or at the console.
  2. Start a New Game and select Resurrection of Evil.
  3. Watch or skip the introduction cutscenes.
  4. Exhibit the player spawning with the Grabber.

Expected Behavior: I would guess that the expected behavior when disabling ui_autoSwitch is to only prevent switching to new weapons when the player touches them during gameplay.

Screenshots: screenshot003

Desktop:

mmillar-bolis commented 9 months ago

Hey, just tried Nightly 2b66287 with set ui_autoSwitch 0 and the player is consistently spawning with the Artifact in RoE now. Thanks again!!