Blakhart

  • Blakhart
  • Member since
  • Last active (66 visits)

Comments

  • http://web.archive.org/web/20021209191320/www.t2dedserver.com/index.html
  • A word on fxaa. Antialiasing - FXAA FXAA is a fast shader-based post-processing technique that can be applied to any program, including those which do not support other forms of hardware-based antialiasing. FXAA can be used in conjunction with other antialiasing settings to improve overall image quality. Note that enabling…
  • It's fun when the spam at goons becomes more than the norm. Great artwork. Lousy engine/netcode.
  • So. They are neglecting the consoles, wich was a prime reason to eliminate scripting, mods, and mapping, and are limiting loadouts and so on, a prime consideration for consoles and newbs both, and now that they are concentrating on the pc they are still not building in scripting, mods, mapping, or increasing loadouts far…
  • 1.4 patch?
  • 333 is half of 666
  • Well, I meant that if I don't want to dl 4g of skins just to get the stuff I do want, that would be nice.
  • Thyth or someone else will have to chime in on this. I suspect but am not sure that heartbeats are hardcoded into the engine. I also suspect a script or update or mod, some kind of errant code is keeping the beats from being sent. Also, does the server create serverprefs.dso files? Delete it if present and see if the…
  • Hi Would it be a lot of trouble to be able to package the code wanted as opposed to that wich is unwanted? Such as what if I want to dl everythying but the skins?
  • Hi Check your networking? Any app trying to stop the server from net access?
  • A word on disk policies. You say you don't have a policy about disks? Well, you do now. In talking about disk policy, we are once again talking about caching in memory, and as we learned above. data from disk is infinitely slower than the same data found in ram. So we cheat with our disks. What this means is we cheat by…
  • A word on memory usage. This is about a control that controls how the os (most any M$ os) caches data in memory. If you have much memory, you can enable this control and see a benefit in some apps. To get to this control you once again in xp and server2003 (the os's I use) by right clicking on my computer icon, properties,…
  • A word on timeslices or quanta. Timeslices, or quanta for windows weenies, is the time in milliseconds that a cpu is tasked to run a thread. A thread is the code that actually gets executed by the cpu. There are normaly two choices in timeslices or quanta available to a user, adjust for best performance of programs, and…
  • A word on network settings. If you have the ability to control certain network settings such as interrupt request moderation, it may be beneficial to game play to do so. Each network event triggers an interrupt to the cpu. The cpu must then stop doing whatever it is doing and see to that net irq. Then it can continue to do…
  • Example code please?
    in ip banning Comment by Blakhart July 2011
  • This script keeps tabs on your ping and fps map by map and creates a hard copy. It logs in the log folder of your t2 install, view it to see your stats as far as system performance goes. As always, copy/save as serverstuff.cs, paste into the autoexec folder of your scripts folder. Works automatically. // #autoload// #name…
  • Good job. And for others who have an issue like this, disable any av or firewall untill you get the game up and connected.
  • Pm me your email addy and I will send you some other serverside scripts.
  • Both scripts above are clientside, just drop them in the autoexec folder. Anything that is placed in the autoexec folder by client or server gets run with no further questioning. This one is serverside but is kinda drastic in that it really limits voice spam: //// NVServerFilter v1.0//// This script is designed to give the…
  • There is/was a null voice crash that was patched out, at least in some cases. This null voice manipulation is a method by wich non-voice game sounds can be played when a client desired them to be, such as the mario sounds and the t-rex roar. This script keeps these null voice folks quiet, at least for your client://…
  • I can't say if index is bad for t2 or not, as it is one of the first things I disable after an install. Isn't there a null voice usage to crash clients?
  • Is there a mod agnostic kick/ban script that works with tn?????
  • Do you have read-only permission for the folder?
  • Texture Filtering Texture filtering is a control found in most vid card driver control panels. This control is basically a cheat control. Cheat in the sense that this control modifies how accurately the vid card renders a scene, either as the scene is presented and according to all setrtings such as aniso or antialias…
  • I am quite interested in seeing the anticheat. The community stuff is nice too.
  • Console here we come!
  • You have missed out on a lot of spam and overplayed, poorly chosen maps.
  • For the folks with onboard grafix:// #autoload// #name = FrameSkippa// #version = 1.0// #author = {Geez}Bluez// #warrior = Bluez// #email = Bluez@oldfogieshome.com// #status = Release// #include = support/team_tracker.cs// #description = Increases FPS by skipping predetermined frameskip settings.// #config =…