Search:
Search took 1.00 seconds; generated 56 minute(s) ago.
-
-
https://i.gyazo.com/93fee691f97fe1b9558bb7fe39415f9e.png
Your post even contains the word server.
-
Create homepath with net_port in it, will avoid any collision ever.
Just soft-link it, doesn't take up more space.
-
Due to legal issues I will tell you that I might "know a guy" who "might" be seeding that torrent from 4 seedboxes.
-
Save over 1.5gig of disk space by replacing the localized_english 0-10 with this one file:1344
You still gotto keep localized 11 though, but that's originally not part of 1.2 afaik. Doesn't hurt...
-
Put an iprintlnbold at connect
iprintlnbold("Don't fucking curse on this fucking server you fuckface");
-
Mirrors in case mega goes offline:
1329
1330
1331
1332
1333
1334
-
Here's a list of all tutorials:
CoD2:
Set up cod2 on ubuntu 14.04
Auto set up cod2 on ubuntu 14.04
List of all binary cod2 files for linux
List of (older) binary cod2 files for linux
CoD4:...
-
-
Time to pick apart a git repo. Note that I like the idea of this stuff, but there's a lot of stuff that could be done better script-wise:
First off, I wouldn't chmod files to 777 unless they...
-
AutoHotKey is a solution or you need this for all players?
-
russia? vstoike, vscale, myvps.ru, and for the far-east xhostfire.
-
If you suspect some code to be slow, just add some wait 0.05; in there (like, when if (i == 10) wait 0.05;), so the game engine has some time to care about the other events and later just resume the...
-
Possibly you have nested for loops, or even nested-in-nested for loops (or worse). This means that your execution time might go O(N^3) or higher, meaning that more players add waaaay more cpu time.
...
-
set your rate higher. Sounds like not enough data per second can be pushed through. Also increase cl_maxpackets.
-
Is it only at map start? Or also "randomly"?
If it's at map start, check the cvars you are setting. This causes lag. Also loops can be causing lags
-
http://sv02.bitlimit.com/cod2/main/
Here are all the iwds located
-
I just wonder if there are legal troubles to distribute the .iwd's
What I would like is a torrent system, that every VPS admin can leech them and - via question - decide to seed it aswell. That...
-
Please add an apt-get update to your list of commands. Most templated vps installs come with such outdated crappy stuff that even the apt list is outdated, which makes the apt-get install git fail.
-
Love this idea, will have to check it out later, but it's a great asset for people that are just starting with cod2.
-
Little illustration of CoD WW2 mod tool size:
1319
-
If anybody is up for some IRC bullshitting: on Freenode, #killtube
-
This is going to be a very very long reply, and after this I'm also out.
I'll put ALL your messages in quotes here, and number your points. Then, I'll go through them on a point-by-point basis,...
-
Man, that's nearly 10 years of accumulated scripting knowledge. Can you show us any reference to your epic work? If you dare, could you quickly implement something like this?
...
-
Hi. I've added a function that converts any string to a localized string, this can be used to reduce some hax when messing around huds and configstrings.
string = makeLocalizedString("Hey Man!");...