Modding Union

Modderecke => Allgemeine Modding-Fragen => Thema gestartet von: EdSup am 17. Aug 2025, 11:34

Titel: Lag reducing in multiplayer
Beitrag von: EdSup am 17. Aug 2025, 11:34
Hello,

what possibilities do i have to significantly improve the multiplayer performance of a map?

Please write the things here u have made good experience with urselves.

Thanks a lot in advance!

Titel: Re: Lag reducing in multiplayer
Beitrag von: Elendils Cousin 3. Grades am 19. Aug 2025, 00:03
I'm not a mapper by any means, but there are two things I can add off the top of my head:

Of the two, scripts are much more important. Firstly, the overall number of scripts is relevant for obvious reasons - the more scripts the game has to check, the more it'll slow down. Secondly, not all scrips have to be checked each frame: For many scripts, it's just fine to have the game check each second (or even less frequently) for their completion. That can also have a big impact. For example, some of our scripts for Mordor's Haradrim and Easterling reinforcements are only checked once every second instead of every frame.
Titel: Re: Lag reducing in multiplayer
Beitrag von: Halbarad am 25. Aug 2025, 13:49
The size of the map of course. Don't make your 6 or 8 player maps above 500x500. Its fine everyone has
Don't add too many objects, be especially carefull with trees.

If you are searching for further tips or tutorials and haven't found it yet, the wiki provides lots of informations for mapping: https://edain.fandom.com/wiki/Edain_Mod_Mapping_Guide

Have fun! :)