Posts: 64
Threads: 17
Joined: Jul 2013
Reputation:
0
Well there are like 900 objects on my map, is there any way to find out which one is the corrupted one?
Posts: 149
Threads: 12
Joined: Sep 2013
Reputation:
0
In which way do you mean corrupt?
Posts: 280
Threads: 34
Joined: Aug 2013
Reputation:
0
Eh, well go to the object that is corrupted, do /save position, and get your object cords from you GTA directory documents.
Go back to your script - and see if any cords match with it, simply delete it. That is only the way I suppose.
Posts: 64
Threads: 17
Joined: Jul 2013
Reputation:
0
@Wepon I got an object thats crashing the map.
@David cannot even hop online due to that object.
I'll look up, they are mostly custom made objects.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
Use the "Wolf fence" algorithm. Comment out half of the objects. If the game still crashes, the problematic object is not in the part you just commented. Keep dividing until object is found.
Posts: 2,187
Threads: 81
Joined: Aug 2011
Reputation:
0
Where you create all the objects, set the view/draw distance/stream distance to the lowest value possible (1 or 5) and then roam around the map, going close to objects. Add a snippet under PlayerDisconnect/GamemodeExit or crashdetect to print the co-ordinates of the player when he left. The moment you crash, look for the appropriate object. Am I right in assuming this method works?