If for my own purposes I wanted to remove a couple maps from, say, the Conversion Pack 2.0's BF1 folder (Alderaan and Methlyn, specifically) to save mission space so I could add two other unrelated maps into addon without going above 500 missions, would it be possible to do so? If so, how?
Thank you.
Removing individual maps from a map pack add-on?
Moderator: Moderators
-
- Private
- Posts: 44
- Joined: Sun Apr 19, 2015 4:10 am
- Projects :: Various personal side mods
- Delta-1035
- Sith Master
- Posts: 2651
- Joined: Mon Aug 04, 2008 10:32 am
- Projects :: TOR GCWII GCW1035 BF1035
- xbox live or psn: Johnny_Sciroppo
- Location: Pizza Land
Re: Removing individual maps from a map pack add-on?
I don't think you can.
- AnthonyBF2
- Sith
- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: Removing individual maps from a map pack add-on?
Hex edit the addme file and highlight the mission names you want to remove (example: tat2g_con) and write over them with nothing (00 bytes)
-
- Private
- Posts: 44
- Joined: Sun Apr 19, 2015 4:10 am
- Projects :: Various personal side mods
Re: Removing individual maps from a map pack add-on?
Done, it appears to have worked, although there is now a map in my map selector called "00000000" and I can't find a way to remove it from the list through the addme.AnthonyBF2 wrote:Hex edit the addme file and highlight the mission names you want to remove (example: tat2g_con) and write over them with nothing (00 bytes)