Blakhart
- person Blakhart
- perm_contact_calendar Member since
- today Last active (137 visits)
Comments
-
mwuhaha!
-
Make sure all other apps are closed on the server system. Then see if the server runs without stutter. If you have apps fighting for cpu time, contention arises and cache thrashing becomes evident. Also, if more than one user account is active when you run the server, that may also cause stutter.
-
You won't be editing any dsos, grab the actual cs files the dsos are made from from scripts.vl2 as suggested above, and edit away. And remember to delete dsos when you edit scipts.
-
You're most welcome.
-
Conversely, one might mention in global chat that the combination of alt and F4 activates t2 autoaim.
-
did u just say "guild"?
-
Hi In your video driver control panel, set antialiasing to off or disabled. T2 has issues with certain cards' antialiasing routines, and ati are the worst of all in this respect. There is a workaround for those who must have antialiasing on their ati card, but it involves performance tradeoffs, and a script that I am no…
-
hey, are you going in and deleting all dso files between changes? That can help.
-
My first guess is it's broken by some maladjusted server/evo setting. Evo wouldn't display mortar and missile projectiles with the server updated to community patch/5404, so it may not run as expected if you do get it up. If you ask nicely, the folks who run the ewo server may give you a copy of their evo update, but they…
-
Base and no scripts would likely qualify a server as base and not variant.
-
Yep, what my arch-enemy slayer said. T2 dedicated is very low on cpu resources, it runs fine on an elderly p3 700 box, as an ensample. I don't think I've seen t2 dedicated take over 70 megs of ram. The system you're running dedicated on, if it has 4 cores, is a great waste. If you ran multiple instances of dedicated t2,…
-
Hi! Some thoughts on your questions: 1. If you have any form of antialiasing enabled in the driver control panel, disable it and see if that helps. Some vid cards have issues with t2 and antialiasing to a great extent. 2. I don't know. 3. All scripts, unless they are .vl2 files, go into either autoexec folder or scripts…
-
What kind of system are you hosting this on? I have a p4 that has stutter if certain apps area also running with the t2 server. Shut down all other apps and run the server alone, if you're running other apps.
-
Stick it in autoexec.
-
mod
-
Sooner or later people who aren't blind will notice how shoddy servers run with more than about 32 players. Na, never happen.
-
You said nothing regarding rates and sizes, so I chimed in. You're welcome.
-
Yep, it's there. Wonder what func, if it actualy works, that affects in the game? Maybe they just parse this setting to the setperf command.
-
Eolk, mind showing where tricon is hacked?
-
Where did you find the onecpu setting?
-
Mine works fine, dunno why others have issues with it. You have to read the manuals and take some time getting it all sorted. And if you want to see buggy, try tricon for t1.
-
Think max settings in the game are limited to 32pps, 450 size. Do the math for however many players you anticipate, add some extra. Since t2 netcode is so nice, you won't always send fat packets. Just lots of skinny ones.
-
SetPerfCounterEnable(0); //server stutter fix
-
Not quite. It sets waypoints in the air and on the ground, you can drop mortars more or less right on target. You stand on one waypoint, aim at the one in the sky, and presto, target hit. Setting it up is rather involved tho. oops qfiremissions is what its called
-
Tricon is very stable, and the latest version has no security hole that I know of, the admin hole was patched in the last release.
-
I noticed that as well. Wonder what mod he based them on? Most mods alter proj velocities and trajectories from base. Also, they might be resolution dependant. Wonder what res he used? If you're serious about this, you might want to get qfire and forget the whole ret thing.
-
Just tested it, works fine. Nice grenade and mortar rets. You are running support.vl2, right?
-
An example serverprefs.cs: $Host::AdminList = "12345\t65734\t76345643";$Host::AdminPassword = "adminpasswordgoeshere";$Host::allowAdminPlayerVotes = 0; //1 here will allow admin voting$Host::AllowMapScript = 1;$Host::AllowMPBTeleporter = 0;$Host::BanTime = 1800000;$Host::BotCount = 14; //how many bots u…
-
Pretty much everything the game gives you as a menu option is available in clientprefs.cs.....
-
I'll try these later and get back to you with what I find.