Skip to content
Snippets Groups Projects

Fix for "playdemo" not working with custom home paths

Merged Monster Iestyn requested to merge playdemo-custom-home-fix into next
All threads resolved!

This should fix https://mb.srb2.org/showthread.php?t=43205

EDIT: As a bonus I've gotten -playdemo and -timedemo to work again; however, the change involves may or may not be master-safe, so I'm merging this to next instead

Edited by Monster Iestyn

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • James R. mentioned in merge request !220 (closed)

    mentioned in merge request !220 (closed)

    • Resolved by Monster Iestyn

      Related to demos, -playdemo seems to be fixed on my system by:

      +		COM_BufInsertText("wait 2\n");
      		if (M_CheckParm("-playdemo"))
      		{
      			singledemo = true; // quit after one demo
      			G_DeferedPlayDemo(tmp);
      		}
      		else
      			G_TimeDemo(tmp);
      Edited by James R.
  • Monster Iestyn added 1 commit

    added 1 commit

    Compare with previous version

  • Monster Iestyn added 1 commit

    added 1 commit

    • 0ef7aff5 - Prevent SV_SpawnPlayer from being able to freeze the game if gametic is 0.…

    Compare with previous version

  • Works as intended.

  • Monster Iestyn changed the description

    changed the description

  • Monster Iestyn changed target branch from master to next

    changed target branch from master to next

  • Description updated and target branch changed to next

  • Monster Iestyn resolved all discussions

    resolved all discussions

  • Monster Iestyn mentioned in commit c42c70cb

    mentioned in commit c42c70cb

  • Please register or sign in to reply
    Loading