Luvia laggs the server
Luvia laggs the server
Hello im creating this post to talk about the new quest.
I have observed that when luvia is spawned the server laggs very bad, and if you leave her there she will continue summonning monsters and the map will get veryy laggy.
Maybe the devs could try to fix that,because even on caliban server its almost impossible to complete that quest.
I have observed that when luvia is spawned the server laggs very bad, and if you leave her there she will continue summonning monsters and the map will get veryy laggy.
Maybe the devs could try to fix that,because even on caliban server its almost impossible to complete that quest.
Re: Luvia laggs the server
It's true that Luvia spawns lots of monsters, and monsters can cause clients to lag on that map. However, not everyone has the experience you describe. This causes me to wonder if there's something specific to your situation.0x0BAL wrote:when luvia is spawned the server laggs very bad, and if you leave her there she will continue summonning monsters and the map will get veryy laggy.
...even on caliban server its almost impossible to complete that quest.
Sometimes lag can happen on the client end. I've had my CPU get totally buried with graphics computing, and of course then the game runs slowly for me.
Please check that your computer isn't getting overloaded during that lag. If it is at your computer, tell us what game client you use, and we'll give some suggestions to improve performance.
You earn respect by how you live, not by what you demand.
-unknown
-unknown
Re: Luvia laggs the server
In game players can have atleast 3 type of lags:0x0BAL wrote:Hello im creating this post to talk about the new quest.
I have observed that when luvia is spawned the server laggs very bad, and if you leave her there she will continue summonning monsters and the map will get veryy laggy.
Maybe the devs could try to fix that,because even on caliban server its almost impossible to complete that quest.
1. Network lags.
can be broken or overflowed network on client or server.
2. Server hardware lags.
server by unknown reason can do some lags.
3. Graphics lags.
If players client incorrectly configured or player hardware very weak
From your explanation it look like graphics lags.
For check for 1 and 3 you can use manaplus. At lags time look in debug window for ping and fps values.
Big pings mean network issue
Small fps mean slow hardware (or drivers)
For server lags here is harder and this not for normal players.
Re: Luvia laggs the server
i have a windows 7 with 4gb ram and intel hd 3000
i use a 3g modem to play tmw.
i use manaplus.
i use a 3g modem to play tmw.
i use manaplus.
Re: Luvia laggs the server
On my Core 2 Duo laptop with weak Intel HD 3000 graphics and 3GB RAM, ManaPlus can eat the processor when there are lots of monsters or special effects on the screen. I reduced frames-per-second to 24 and disabled some optional effects.0x0BAL wrote:i have a windows 7 with 4gb ram and intel hd 3000
i use a 3g modem to play tmw.
i use manaplus.
If task manager shows that your computer is very busy running the game, that will cause lag even if the server and everything else are fine. Task Manager will answer that question.
You earn respect by how you live, not by what you demand.
-unknown
-unknown
Re: Luvia laggs the server
TMW is playable on Intel Celeron 600 MHz, 96 MB Ram on "shrinked" version of Windows XP (can be done according to many FAQ's regarding this task available on the net).Frost wrote:On my Core 2 Duo laptop with weak Intel HD 3000 graphics and 3GB RAM, ManaPlus can eat the processor when there are lots of monsters or special effects on the screen. I reduced frames-per-second to 24 and disabled some optional effects.0x0BAL wrote:i have a windows 7 with 4gb ram and intel hd 3000
i use a 3g modem to play tmw.
i use manaplus.
If task manager shows that your computer is very busy running the game, that will cause lag even if the server and everything else are fine. Task Manager will answer that question.
I found that disabling particle effects and other "visual enhancements" works like a charm if you're running ManaPlus on old machine. It runs at average of 20-24 fps on maps like Tulimshar desert. Problems arose, when you enter areas crowded by players. Client freezes for short amount of time, leaving you vulnerable to aggressive monsters. Maybe there's a way to somehow optimize code which draws player characters?
Re: Luvia laggs the server
That freeze is most likely because the client is loading the sprites for their equipment from the hard drive.shargom wrote:Problems arose, when you enter areas crowded by players. Client freezes for short amount of time
A method to optimize this would be to load sprites in a separate thread and skip drawing each sprite until it has loaded (the result would be that characters would appear "naked" until their equipment has loaded).
- former Manasource Programmer
- former TMW Pixel artist
- NOT a game master
Please do not send me any inquiries regarding player accounts on TMW.
You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
Re: Luvia laggs the server
On the contrary, i believe it's a network load due to requests of players' infos in sight.
Re: Luvia laggs the server
Maybe you should actually take a look at the client source before you jump to conclusions.v0id wrote:On the contrary, i believe it's a network load due to requests of players' infos in sight.
The view info about each character isn't requested by the client. When the server informs a client about a new character in view, it also sends all the view info, which is just a few bytes per character.
You can trust me that it's the equipment loading. I actually optimized that code a few years ago by introducing caching. Before I added caching, you would have that freeze again and again when the same group of players got in and out of sight. Now you only have it the first time, because their equipment stays in the cache.
- former Manasource Programmer
- former TMW Pixel artist
- NOT a game master
Please do not send me any inquiries regarding player accounts on TMW.
You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
-
- Peon
- Posts: 47
- Joined: 11 Dec 2010, 21:07
- Location: Kentucky, USA
Re: Luvia laggs the server
the newer manaplus versions(..1.20, and it's less recent daily builds) use a lot less CPU. Kudos to 4144 for that.
If using manaplus, press F until you get a green background and it will strip the graphics to those only necessary. You can also attempt turning off some features. Bot Checker, for example, uses more than you'd think, but probably less than I remember.
I've also found that the manaplus video detection does a great job in configuring the graphic settings.
oh, and to test new versions in windows, without installing(as portable), use something like 7-zip to extract the manaplus installer to a folder. copy over the configs, logs, and if you want, screenshots, from your other data directory.
If using manaplus, press F until you get a green background and it will strip the graphics to those only necessary. You can also attempt turning off some features. Bot Checker, for example, uses more than you'd think, but probably less than I remember.
I've also found that the manaplus video detection does a great job in configuring the graphic settings.
oh, and to test new versions in windows, without installing(as portable), use something like 7-zip to extract the manaplus installer to a folder. copy over the configs, logs, and if you want, screenshots, from your other data directory.
This IS a sig
Re: Luvia laggs the server
I experienced spawning lags as well with this quest
Re: Luvia laggs the server
I suppose this solution has been integrated on manaplus (since v1.2.11 ?) because it's exactly what happens for me with my setup (OpenGL/HW acceleration).Crush wrote: A method to optimize this would be to load sprites in a separate thread and skip drawing each sprite until it has loaded (the result would be that characters would appear "naked" until their equipment has loaded).
When lags happens simultaneously and for the same duration for several players it is likelely to suppose that it is not caused by client but by network or server.
I remember that on some occasion (laggy period or crash) that I am unable to find again (and quote) Frost said that he watched server processes and network. He said that map ping and map server process were normal, while account and char server were up to the maximum load, which should not be the case. I think attention has not been paid enough to this point.
"The language of everyday life is clogged with sentiment, and the science of human nature has not advanced so far that we can describe individual sentiment in a clear way." Lancelot Hogben, Mathematics for the Million.
“There are two motives for reading a book; one, that you enjoy it; the other, that you can boast about it.” Bertrand Russell, Conquest of Happiness.
"If you optimize everything, you will always be unhappy." Donald Knuth.
“There are two motives for reading a book; one, that you enjoy it; the other, that you can boast about it.” Bertrand Russell, Conquest of Happiness.
"If you optimize everything, you will always be unhappy." Donald Knuth.