-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Indexing can generate clusters with no center or size #812
Comments
It's been a loooooong while since I did some indexing so I'm not quite sure if this error was related to it but I think so. Judging by the errors it seems like it wants to index something that's outside the actual map bounds causing the error. Setting the map bound in the module should fix that. |
Can you try reducing the map bounds by 1000? Judging by the screenshot the sectors |
Dig a bit more digging and the issue is caused by a sector not having a center point:
From an outside perspective it feels like a cluster should always have a center and size? |
Hmm yes it seems like it. The center is literally just the center point of the sector so in theory all of them should have a center. 😅 Maybe try reducing it another 1000 or maybe try the original map bounds and then + 1000? I don't know, kinda out of ideas 😛 |
By the way, did you fully delete the indexing folders when trying again? The only file that's ok to keep is the one with the building categories (tem_kujari_staticData.sqf.txt) |
Yeah, started with a clean index |
Prerequisites
Description
Map indexing fails on Kujari with a zero divisor error in
auto_appendClustersCiv.sqf
Steps to Reproduce
tem_kujari_staticData.sqf.txt
arma3_x64_2024-02-05_00-47-16.rpt.txt
Expected behavior: [What you expected to happen]
Map index completes and testing the index (with the same wiki steps) shows civilian clusters around the map
Actual behavior: [What actually happened]
Map index errors in log, but completes in game. Testing the index only shows civilian clusters around Marwey, Mourimadi, and Samari
The text was updated successfully, but these errors were encountered: