-
Notifications
You must be signed in to change notification settings - Fork 12
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
Use LBM for network restore (client-side map-saving) #8
Comments
There is a config option (disabled by default) that includes that file: Lines 1110 to 1113 in 696548f
Funny thing: it has a typo: Line 19 in 696548f
|
also abm != lbm, it would be better to change that abm to actually be lbm. no reason to do it every 20 sec for every travelnet in active areas. |
it is not enabled by default, i think the use-case would be to restore the network after a client-side map-save |
does this really need to be a a/lbm? couldnt you just handle this update in the right click rather than adding more overhead? |
That would work too i guess |
I think that wont exactly work. Or more like it already works but UX results are not same. Actually this might also be reason why it is ABM instead of LBM. |
in theory d8c0c9d should have solved the data loss issue |
https://github.com/mt-mods/travelnet/blob/696548f6d30064db79d4cc161e5b66fa3a0d4711/restore_network_via_abm.lua
The text was updated successfully, but these errors were encountered: