Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#2703 closed defect (fixed)

Add mod support to replay mode

Reported by: Itms Owned by: leper
Priority: Should Have Milestone: Alpha 17
Component: Core engine Keywords:
Cc: Patch:

Description

Currently, only the public mod is loaded when launching the replay mode, and supporting the mods in that mode would make debug easier:

  • for modders.
  • when adding features to the engine that have an effect on moddability.

There is already a TODO in the code requesting that feature.

Change History (3)

comment:1 by leper, 10 years ago

Owner: set to leper
Status: newassigned

This shares some code with my modmod work, and I've been planning to do that once I've cleaned that up a bit.

comment:2 by leper, 10 years ago

Resolution: fixed
Status: assignedclosed

In 15676:

Add engine support to load mods from config and restart into mods.

Restructure mod mounting code a bit to make it reusable, and use it for replays. Fixes #2703.

comment:3 by leper, 10 years ago

Milestone: BacklogAlpha 17
Note: See TracTickets for help on using tickets.