The Wolfenstein LiteServer comes with a server tool that will allow you to set all server variables, save server profiles, and then launch a server. The LiteServer installer will place a shortcut to this tool in your Start Menu.
In order to host an Internet server, the following ports must be open on your firewall and/or router:
Incoming: UDP: 27733 UDP: 3074 UDP: 33060-33070
Outgoing: TCP: 3074
Wolfenstein doesn't support NAT traversal. If you are hosting a server through a router, you will need to enable DMZ. Please see your router documentation for information on how to enable this.
"This actually works. I know it's hard to believe, but it really does work. There is no jumpy FPS, split second freezes or anything. Feels exactly like the Q3 engine."
Turn on Threaded Optimization in the Nvidia/ATI control panel
Finally, the new No Quarter is released. This time it's really free of lags, it runs much smoother, no problems with PunkBuster, LUA is supported and ... well, the list of changes is big. To big for a news, please take a look here.
Of course you know that problem: Your favorite Server has loaded the next map. You don't like that map and leave Enemy Territory for doing something else. Of course you like to rejoin you''re favorite server when he has loaded next map which you like.
Sometimes it can happen that you just forgot to look after it.
If you have KillhemAll's Server Checker that scenario is gone. You want to set a alarm for which reminds you when the nextmap has begun? No problem! Just add your favorite server to that small program turn on the alarm and you're ready.
ServerChecker checks your servers every 10s for map changing.
If the singleplayer of Wolfenstein is a bit to hard for you, or if you stuck, try to solve it with one of the builded-in cheats. All you have to do is to change your config a bit - no additional software is needed.
Along with this file, you get a small manual how to make the graphics a bit better and how to activate an alternative blood-effect.
Deprive the gold bars of the enemy team, and carry it to the storage place of your team. And prevent an enemy team from the gold bars of your team being deprived.
Changes from Beta to RC:
Chain shortened, and add a sniper spot
Wormhole trigger replaced by some kind of button, makes it usable for covert ops.
The Axis are guarding a hoard of gold in the Tobruk Central Bank. The Allies must steal an Axis Jagdpanther to blow the bank open, steal the gold bars and drive them to safety in a Truck.
The version by FOG contains a few new rooms and elevators.
The NQ Development Team made a new option for Windows & Linux servers/clients:
Set The CPU Affinity
This is an option for people with multi-core processors. They can set the CPU-affinity of the game to a single core. By doing so, the game will not have so many cache-misses caused by the constant switching of cores that the game runs on. This will most likely make the game run faster on these multi-core processors.
The new cvar is called cpu_Affinity
The cvar uses a binary bitmask to choose the processor(s). Meaning values 0, 1, 2, 4, 8, 16, 32 etc... Assigning a value 0 to it, disables affinity, so the game runs on all cores (again). To set affinity to the 1st core, set cpu_Affinity to 1. The 2nd core uses a value 2. The 3rd core is marked by a value 4 in the cvar. You can also, if you really want to, set the affinity to a combination of processors:If you want to put the game on the 1st & 4th core, assign a value 9 (1+8).