Vinifera-Developers / Vinifera

Vinifera is a C&C: Tiberian Sun engine extension implementing new logics and fixing bugs.
GNU General Public License v3.0
44 stars 10 forks source link

[Vanilla Bug] Custom campaign mission progression doesn't work. #302

Closed MikillRosen closed 3 years ago

MikillRosen commented 3 years ago

Description:

In a custom campaign, a mission can't progress to the next one ("Unable to Initiate Map Selection" error). Putting the missions in Mission(1).ini and MapSel(01).ini doesn't fix this.

Expected Behaviour:

Missions from custom campaigns should be able to progress to the next mission without problems.

Actual Behaviour:

Missions from custom campaigns can't progress to the next mission

Additional Files:

Demo campaign.zip

Rampastring commented 3 years ago

Dawn of the Tiberium Age has 4 custom campaigns (including branching missions) and mission progression works fine there. I'd assume this to be a case of miconfiguration unless proven otherwise.

MikillRosen commented 3 years ago

I'm sure I configured the missions correctly, it's just the game refuses to progress to the next mission because it doesn't support campaigns outside the official campaigns. You probably used patches to fix this in DTA. If you still think I did something wrong, how about you do it yourself (without patching Game.exe) and if you succeed, tell me how you did it.