Jump to content
beeper

How to find out addon's name?

Recommended Posts

Please help, how to find addon name to input in "required addons" section in config.cpp? For example, I know what Altis map has name "a3_map_altis", so how to find this name for Global Mobilization map? I tried some commands to list addon's arrays in console, and found "gm_weferlingen_summer", is it right?

Share this post


Link to post
Share on other sites

I use this and works

requiredAddons[] = {"gm_worlds_weferlingen_summer", "gm_worlds_weferlingen_winter"};

Hope it helps.

  • Like 1

Share this post


Link to post
Share on other sites
19 hours ago, gaverio said:

I use this and works

requiredAddons[] = {"gm_worlds_weferlingen_summer", "gm_worlds_weferlingen_winter"};

Hope it helps.

Thank you so much, I have no errors at start ("gm_weferlingen_summer" it was), but where are you get these strings ("gm_worlds_weferlingen_summer", "gm_worlds_weferlingen_winter")?

Share this post


Link to post
Share on other sites

Hey!

I use THIS FANTASTIC THREAD.

I know there are easier ways of getting classnames but I learned it this way and can't be bothered (at the moment) to find said ways.

Hope it helps!

  • Like 1

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×