-
-
Notifications
You must be signed in to change notification settings - Fork 172
Update structure mapEditorScriptingExtension_s #653
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
Conversation
| -- VERSION: RemoveWorldObjects (v1) AutoLOD (v2) | ||
|
|
||
| local usedLODModels = {} | ||
| local LOD_MAP = {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for this table to be global
| [3816] = 3817, [5009] = 4955, [10868] = 11182, [13688] = 13854, [9529] = 9531, [8529] = 8774, [5797] = 5925, [10404] = 10577, [10791] = 10801, [10790] = 11209, | ||
| [4290] = 4424, [4251] = 4386, [5167] = 5159, [13809] = 13811, [10750] = 10799, [4270] = 4404, [10453] = 10733, [4372] = 4502, [9707] = 9804, [5753] = 5834, | ||
| [10387] = 10329, [6229] = 6246, [5707] = 5905, [13685] = 13858, [5297] = 5320, [4163] = 4164, [10968] = 11199, [13734] = 13768, [3707] = 3708, [6189] = 6191, | ||
| [9718] = 9778, [4865] = 4936, [9608] = 9657, [6944] = 7111, [4587] = 4761, [3781] = 3782, [4605] = 4762, [1267] = 1261 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why these were removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Since I have removed mapEditorScriptingExtension_s.lua (it is now inside saveloadtest_server.lua) and I don't see what benefit this updated structure brings I will close this PR. |
Updating structure and organization