MP Map Size Limit 128 MB?
Anyone know how to increase it? My map is topping off at 126.88 MB with a bunch of unneeded easter eggs content cut, but I still want to know if it's possible to increase the maximum MP map size, because there are still quite a few features I would like to add.
Any help?
Re: MP Map Size Limit 128 MB?
Re: MP Map Size Limit 128 MB?
Re: MP Map Size Limit 128 MB?
uhhhhhh..... hmmmmmm.... never mind... you do realise tool pro doesn't actually work right? yeah it bypasses the map size limit.. BUT!!!... ce crashes apon i think it was either starting or loading the map
Re: MP Map Size Limit 128 MB?
Quote:
Originally Posted by
English Mobster
Anyone know how to increase it? My map is topping off at 126.88 MB with a bunch of unneeded easter eggs content cut, but I still want to know if it's possible to increase the maximum MP map size, because there are still quite a few features I would like to add.
Any help?
Do modding tools cap it at 128mb or does Halo just not load maps larger than 128mb? I know Halo has to allocate memory before the map chunks are loaded, so I'm sure there is some kind of max, but that is easily changable. I'm not sure if it would effect anything else in the engine though, because of the hard coded addresses. As far as mod tools 128 cap limit, it would probably be an easy change too.
Re: MP Map Size Limit 128 MB?
Just use Open Sauce to compile. Korn has a quick tutorial up in the sdk.
Re: MP Map Size Limit 128 MB?
Alright, I was planning to have an OSed version of the map and an un-OSed version anyway. I'll keep the thread open if anyone has a solution for the non-OS version.
Re: MP Map Size Limit 128 MB?
long story short... you have to use OS in order to get your map to work because it caps the memory allocation to just under 130mb because back in the day it was only meant for Xbox and bungie and M$ and GBX didn't think anyone would make 1 huge ass MF kickass map :P... thats why korn released OS because it uses some memory allocation upgrades to pritty it all up :)
5 more posts and ill be 117 :D
Re: MP Map Size Limit 128 MB?
Quote:
Originally Posted by
the1
long story short... you have to use OS in order to get your map to work because it caps the memory allocation to just under 130mb because back in the day it was only meant for Xbox and bungie and M$ and GBX didn't think anyone would make 1 huge MF map :P... thats why korn released OS because it uses some memory allocation upgrades to pritty it all up :)
5 more posts and ill be 117 :D
You basically said what I said except in like 100% more words than you needed to. :\/
Another thing: Get on xfire!
Re: MP Map Size Limit 128 MB?
Quote:
Originally Posted by
English Mobster
Alright, I was planning to have an OSed version of the map and an un-OSed version anyway. I'll keep the thread open if anyone has a solution for the non-OS version.
All OS does to upgrade is change the size parameter in the VirtualAlloc() function in Halo, which allocates memory for the map to be loaded. This function only gets called ONE TIME when Halo first starts up, because it has to allocate memory for all the game data that it's going to store. I would stick with using OS to do this, there is no other logical way I can think of.