Author Topic: Server Lag  (Read 4429 times)

0 Members and 1 Guest are viewing this topic.

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Server Lag
« Reply #20 on: August 27, 2006, 04:27:09 pm »
that netgear looks fine.  the "mixed mode" means that it will be slower in places that have many people on the wireless using wireless b and g (mixed), it will slow things down.  This really doesn't matter if you're using it at home.

If you're new to linux, I'd definately reccomend playing with linux, but not running a router on it yet.

Offline Jdawg

  • Major(1)
  • Posts: 16
Re: Server Lag
« Reply #21 on: August 27, 2006, 08:39:41 pm »
I know you can right click on files and change their permissions but I would like to change a whole folder and it doesn't work.

I tried:
chmod +x /home/jon/Desktop/Server/maps
chmod 755 /home/jon/Desktop/Server/maps

Would changing file permissions solve the Wrong Map Version error after every map change as well?

Offline FliesLikeABrick

  • Administrator
  • Flamebow Warrior
  • *****
  • Posts: 6144
    • Ultimate 13 Soldat
Re: Server Lag
« Reply #22 on: August 27, 2006, 08:48:14 pm »
chmod -R +x /home/.... tells it to be recursive

Offline Jdawg

  • Major(1)
  • Posts: 16
Re: Server Lag
« Reply #23 on: August 27, 2006, 09:08:44 pm »
Okay all the maps now have Read, Write, and Execute permissions.

However I still get an error in the server console:
Error: Could not load map (Too many files open)

It will kick whoevers in the server and say Wrong Map Version Detected (Happens every map change)

Edit: I didn't capitalize filenames correctly in the mapslist.txt.
« Last Edit: August 27, 2006, 11:22:53 pm by Jdawg »