I have installed:
- BF2 (obviously) - 2 eras
- My own Spec Ops Mod - 1 era
- The Conversion Pack - 1 era
- The Dark Times - 1 era
- The +123 Mod - 1 era
I can't see all the eras at once (some maps have all of them). Is there any way to fix this besides uninstalling things?
Too Many Eras
Moderator: Moderators
- Fierfek
- High General
- Posts: 805
- Joined: Wed Jul 01, 2009 4:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Somewhere in the Galaxy (Most Likely Scrapping Tinnies)
-
- Master Bounty Hunter
- Posts: 1674
- Joined: Tue Mar 31, 2009 3:40 pm
- Location: Twello, The Netherlands
- Contact:
Re: Too Many Eras
No easy one. It's just one of SWBFII's limitations.
You'll just have to deinstall one or two of them, I can't imagine that you won't be left with enough eras.
You'll just have to deinstall one or two of them, I can't imagine that you won't be left with enough eras.
-
- Imperial Systems Expert
- Posts: 2381
- Joined: Wed Mar 25, 2009 4:15 pm
- Projects :: A secret project
Re: Too Many Eras
in gamedata, make addon, and addon1
move some mods to addon1
if you want to play those mods, rename addon to addon2
and addon1 to addon
its a lot faster than deinstalling and reinstalling if you want to keep all of them
move some mods to addon1
if you want to play those mods, rename addon to addon2
and addon1 to addon
its a lot faster than deinstalling and reinstalling if you want to keep all of them
- Fierfek
- High General
- Posts: 805
- Joined: Wed Jul 01, 2009 4:38 pm
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
- Location: Somewhere in the Galaxy (Most Likely Scrapping Tinnies)
Re: Too Many Eras
Didn't Zerted say something about a scroll bar once?
-
- Master Bounty Hunter
- Posts: 1674
- Joined: Tue Mar 31, 2009 3:40 pm
- Location: Twello, The Netherlands
- Contact:
Re: Too Many Eras
I think he wasd talking about trying to make a scrollbar. As far as I know, he didn't finish that.
- [RDH]Zerted
- Gametoast Staff
- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: Too Many Eras
Yeah, I was saying that even though it looks like those checkboxes should be scrollable they aren't. At one point the developers had the eras and game modes as scrollable lists (just like the map list), but it was harder to use and looked ugly. You can't but checkboxes into something scrollable, or at least I don't want to spend the time to try.
Someone posted about this issue before. In that topic, I said how you could modify a cGC script or addme script to change the amount of eras displayed and even where they are displayed on the screen. I think that topic was about changing which eras are displayed when you have multiple maps selected.
I'm not going to retype everything in that topic. Basically, the easiest way to change it is to change these global variables:
Someone posted about this issue before. In that topic, I said how you could modify a cGC script or addme script to change the amount of eras displayed and even where they are displayed on the screen. I think that topic was about changing which eras are displayed when you have multiple maps selected.
I'm not going to retype everything in that topic. Basically, the easiest way to change it is to change these global variables:
If you have Zerted.7z, those are defined in ifs_era_handler.lua. If you don't have that 7z file, those are global variables, so you can change it from any other script anyway.custom_max_eras = 5 --amount of displayed eras
custom_max_modes = 14 --12 fits in the container, but using 14. 14 stops right before overlapping with the era checkboxes
--spacing between game mode checkbox containers
custom_checkbox_spacing = 18
--distance down for the starting location of the era checkboxes
custom_location_era_y = 353