Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unexpected behaviour of modifications select #3470

Closed
hrubymar10 opened this issue Aug 16, 2018 · 3 comments
Closed

Unexpected behaviour of modifications select #3470

hrubymar10 opened this issue Aug 16, 2018 · 3 comments
Labels
Bug Issues involving unexpected behavior. Confirmed Issues that have been successfully reproduced by at least one developer. UI User interface issues, including both back-end and front-end issues.

Comments

@hrubymar10
Copy link
Member

How to reproduce:

  1. Start game. Let's say that you have some modification installed already. Very likely of you will install some modifications now, you will get same behaviour.

  2. Try start campaign using Campaigns button on title screen.
    You can't enable any modification, because it says that there is None available:
    2018-08-16 at 11 39

  3. Cancel it. Go to Mutiplayer -> Local Game.
    Select singleplayer campaigns and on the right side you can see that there are modifications:
    2018-08-16 at 11 41

  4. Return back to title screen and click on Campaigns button once more.
    Now there are all modifications available:
    2018-08-16 at 11 43

@hrubymar10 hrubymar10 added the Bug Issues involving unexpected behavior. label Aug 16, 2018
@hrubymar10 hrubymar10 added this to the 1.14.5 milestone Aug 16, 2018
@hrubymar10
Copy link
Member Author

Ok, problem seems to be little different. I've used 2 modifications from Eagle 11.

Both of them have this in _main.cfg:

#ifdef MULTIPLAYER
	{~add-ons/Always_Hit/alwayshit_mod.cfg}
#endif

That basically means that these modifications should be available only in multiplayer.

The problem is that these modifications are cached somehow and then they are shown also in singleplayer as you can see in step 4).

If you will download for example XP Mod from Ravana, everything will work as expected. (because there is no #ifdef MULTIPLAYER defined.

@gfgtdf
Copy link
Contributor

gfgtdf commented Aug 16, 2018

This is a bug is those add-ons, modifications that are on ifdef MULTIPLAYER must have type=mp specified.

See also #3415

@Wedge009 Wedge009 added the UI User interface issues, including both back-end and front-end issues. label Aug 23, 2018
@hrubymar10 hrubymar10 modified the milestones: 1.14.5, 1.14.7 Feb 22, 2019
@nemaara nemaara modified the milestones: 1.14.7, 1.14.8 Apr 16, 2019
@nemaara nemaara modified the milestones: 1.14.9, 1.14.10 Sep 27, 2019
@Wedge009 Wedge009 added the Confirmed Issues that have been successfully reproduced by at least one developer. label Oct 22, 2019
@nemaara nemaara modified the milestones: 1.14.10, 1.14.12 Feb 29, 2020
@Pentarctagon Pentarctagon removed this from the 1.14.12 milestone Aug 10, 2020
@soliton-
Copy link
Member

Doesn't seem like there is anything to be done here then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues involving unexpected behavior. Confirmed Issues that have been successfully reproduced by at least one developer. UI User interface issues, including both back-end and front-end issues.
Projects
None yet
Development

No branches or pull requests

6 participants