danuixas Posted August 22, 2016 Share Posted August 22, 2016 (edited) http://www.gtainside.com/en/sanandreas/ ... uster-3-3/ I think alot of people agree that this must be implemented ? like it unlocks alot of possibilities in mta world like adding additional cars and so on..idk if its hard or not but, it would be helpfull for alot of servers. And our dear old stream memory problems everybody should know about them at least now, its a big problem in custom modelling and wanting to make something bigger, so a new better stream memory fix should be really be implemented in mta it kills our projects with alot of custom objects and our fps Edited August 22, 2016 by Guest Link to comment
[PXG]Blue Posted August 22, 2016 Share Posted August 22, 2016 Agree, this needs to be done. Link to comment
Captain Cody Posted August 23, 2016 Share Posted August 23, 2016 There was a branch in MTA that added much better streaming, but as far as I know work was dropped; and it's to old to merge. Link to comment
AfterAll14 Posted August 23, 2016 Share Posted August 23, 2016 Time has come to review the limits. Lots of new projects need much more than MTA can provide. Link to comment
John Smith Posted August 23, 2016 Share Posted August 23, 2016 I believe that MTA already has stream memory fix implemented for a long time now. 1 Link to comment
Captain Cody Posted August 24, 2016 Share Posted August 24, 2016 1.6 has a partial memory fix, but to make maps load 100 right you need a custom streamer such as one I made. Link to comment
fastman92 Posted September 8, 2016 Share Posted September 8, 2016 On 23.08.2016 at 0:28 AM, danuixas said: http://www.gtainside.com/en/sanandreas/ ... uster-3-3/ I think alot of people agree that this must be implemented ? like it unlocks alot of possibilities in mta world like adding additional cars and so on..idk if its hard or not but, it would be helpfull for alot of servers. And our dear old stream memory problems everybody should know about them at least now, its a big problem in custom modelling and wanting to make something bigger, so a new better stream memory fix should be really be implemented in mta it kills our projects with alot of custom objects and our fps I second that completely. It's not hard to make the code compatible with the new limits. It only requires the understanding what are the limits defined by: like file ID limit will obviously reallocate the file info array, which has 26316 elements by default and if we want more the limit adjuster must move this array. Pretty simple. Link to comment
Captain Cody Posted September 8, 2016 Share Posted September 8, 2016 If that could some how be implemented it would make way for having all the 3d world gta maps all in the same dimension in MTA. I've managed to add UNITED in another dimension, using col shapes to travel to and from the maps. But in all reality it's not the same Link to comment
Captain Cody Posted September 10, 2016 Share Posted September 10, 2016 Requested it on the bug tracker; who knows? https://bugs.multitheftauto.com/view.php?id=9368 Link to comment
fastman92 Posted September 11, 2016 Share Posted September 11, 2016 13 hours ago, CodyL said: Requested it on the bug tracker; who knows? https://bugs.multitheftauto.com/view.php?id=9368 Beware that Open limit adjuster doesn't have much functionality. Link to comment
darkdreamingdan Posted September 14, 2016 Share Posted September 14, 2016 I had a quick flick through the code. I'm not very competent in MTA's own limit adjuster code, so don't have the full story. But some things to consider: There's some clear overlap with MTA's own Pool and Model limit adjusters. There's some complexity in putting this in safely into MTA's own source code. It seems to me like a lot of the limit boosts here are useful if you're modifying GTASA's configuration files...ide and IPL files. MTA's own modding system interfaces directly with the game It seems to only be compatible with cracked versions of the game. MTA is compatible with all 1.0 San Andreas versions. None of which is to say there's no potential here. Certainly needs some detailed analysis. Link to comment
Recommended Posts