Jump to content

One resource vs multi resources


Piorun

Recommended Posts

Obviously the main difference are the amount of resources, which gives different advantages for your project. Multiple resources makes it easier to test critical features (without seeing everything crash due to a small change in one of your files), monitor server performance by resource and track bugs (which is all useful during development).

When your game mode is considered as finished you may gain some advantages by adding everything into one single resource, as it might download faster if it's packed as a zip archive rather than in hundreds of smaller files. Conclusion, multiple resource systems are useful in development servers while one resource game modes fit's better in active servers.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...