Performance impact of mods

User avatar
burli
Member
 
Posts: 1313
Joined: Fri Apr 10, 2015 13:18

Performance impact of mods

by burli » Thu Apr 14, 2016 21:04

Hi, I want to know which type of mod has an impact to the fps, to the server, to both or has no effect

For example mobs, mapgens, mods like ambience, plantlife...
 

User avatar
maikerumine
Member
 
Posts: 946
Joined: Mon Aug 04, 2014 14:27
GitHub: maikerumine
In-game: maikerumine

Re: Performance impact of mods

by maikerumine » Thu Apr 14, 2016 21:10

mapgens
plants
mobs

these can slow cpu
while
lots of textures, large textures, and lagge viewing range can cause poor video performance.
 

User avatar
MineYoshi
Member
 
Posts: 4267
Joined: Wed Jul 08, 2015 13:20
GitHub: MineYosh
IRC: MineYoshi
In-game: Kirby_Retro

Re: Performance impact of mods

by MineYoshi » Thu Apr 14, 2016 21:29

maikerumine wrote:mapgens
plants
mobs

these can slow cpu
while
lots of textures, large textures, and lagge viewing range can cause poor video performance.


in really, the textures make lag, when they are very big!

Also, the mods that have many meshes, or need to process many things!
People talk about freedom of speech, so i'll say that God exists.
Open your eyes!! See The big unicorn conspiracy.!! :D The government has been lying to us about unicorns!!
"I've learned there are three things you don't discuss with people: religion, politics and the Great Pumpkin" - Linus Van Pelt
I'm the Officially 1st ABJist in the world ( ͡° ͜ʖ ͡°)
 

User avatar
azekill_DIABLO
Member
 
Posts: 3458
Joined: Wed Oct 29, 2014 20:05
GitHub: azekillDIABLO
In-game: azekill_DIABLO

Re: Performance impact of mods

by azekill_DIABLO » Fri Apr 15, 2016 10:52

MineYoshi wrote:
maikerumine wrote:mapgens
plants
mobs

these can slow cpu
while
lots of textures, large textures, and lagge viewing range can cause poor video performance.


in really, the textures make lag, when they are very big!

Also, the mods that have many meshes, or need to process many things!


Yes big textures = big lag
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
Hi, my username is azekill_DIABLO and i'm an exelent bug-maker(yeah...i know...i have a bad reputation)

azekill_DIABLO said: Mineyoshi+ABJ+Baggins= TOPIC HIJACKED.
My Mods and Stuff | Voxellar | VoxBox on GITHUB | M.I.L.A Monster engine
WEIRD MODDING CONTEST !!!
 

User avatar
burli
Member
 
Posts: 1313
Joined: Fri Apr 10, 2015 13:18

Re: Performance impact of mods

by burli » Fri Apr 15, 2016 11:21

Big textures are not such a big problem for my system. I tried HDX512 once and I noticed a little fps drop, but not much. I have a higher fps drop with lots of trees and a high view range
 

User avatar
Don
Member
 
Posts: 1641
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: Performance impact of mods

by Don » Fri Apr 15, 2016 13:11

Mods that use a lot of abm's will cause poor performance.
Mapgens will slow things down when the map blocks load.
Mobs slow things down a lot if there are many mobs in the area.
Ambience should be fine in single player but on a server it has to send those file across the network.
Mods that add lots of nodes cause load times to increase but should show no difference in game.

There are also settings that can effect fps and lag. Things like shaders and fancy leaves can slow things down.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here
 

User avatar
rubenwardy
Member
 
Posts: 4500
Joined: Tue Jun 12, 2012 18:11
GitHub: rubenwardy
IRC: rubenwardy
In-game: rubenwardy

Re: Performance impact of mods

by rubenwardy » Fri Apr 15, 2016 17:39

Don wrote:Ambience should be fine in single player but on a server it has to send those file across the network


Sending the files is done during load time, not play time, afaik
 

User avatar
Don
Member
 
Posts: 1641
Joined: Sat May 17, 2014 18:40
GitHub: DonBatman
IRC: Batman
In-game: Batman

Re: Performance impact of mods

by Don » Fri Apr 15, 2016 18:31

rubenwardy wrote:
Don wrote:Ambience should be fine in single player but on a server it has to send those file across the network


Sending the files is done during load time, not play time, afaik

My mistake. Ambience will increase load time.
Many of my mods are now a part of Minetest-mods. A place where you know they are maintained!

A list of my mods can be found here
 

sofar
Member
 
Posts: 781
Joined: Fri Jan 16, 2015 07:31
GitHub: sofar
IRC: sofar
In-game: sofar

Re: Performance impact of mods

by sofar » Fri Apr 15, 2016 20:48

burli wrote:Hi, I want to know which type of mod has an impact to the fps, to the server, to both or has no effect

For example mobs, mapgens, mods like ambience, plantlife...


This is a highly complex question. Let's split it out:

1) fps impact

fps is determined by the capability of your client to draw the scene. So, make your scene more complex, and it could affect FPS. Stuff that makes scenes complex (mesh nodes or mobs) could impact FPS. And so does large textures (but they'd have to be insanely large, like 1024x1024 or larger, for most people to even begin to have an issue).

Conclusion: So, in the end, only very little mods make an impact here. Lots of mobs is probably the one thing to make an issue. If you have a really old GPU, then more things may impact fps.

Reducing your view range down from 250 to 100 has 1000x more impact on fps than mobs, or any mod.

2) lag impact

This is impacted by the capability of your server to send you events. More connected players, more stuff changing on the map, and the worse this is.

Server-side mods all cause events. These events need to be sent. The more needs to be sent, the worse lag.

Conclusion: all mods increase lag, probably. The ones that cause lots of node changes cause the most.

3) server impact

The server is very, VERY, low overhead. As long as you have a reasonable CPU, the server will be happy. The one thing that can ruin your day is if there is not enough RAM for the server.

Your server will run better on a machine with 4gb ram. Less RAM? expect issues.

Conclusion: only RAM really matters when it comes to the server performance.

Each of these topics I could probably go into a lot of detail, but the above 3 points should be a good guideline as to how certain mods affect performance aspects in the game.
 


Return to Modding Discussion

Who is online

Users browsing this forum: No registered users and 8 guests

cron