DAZZLE'S UPGRADE PACK

If you haven't already done so, upgrade your game by downloading Dazzle's all-in-one upgrade pack. It comes with everything you need for today's servers. Does your blue bar freeze when joining servers? Do you lag in games? Do you get an annoying siren in Phobik's Servers? This is what you need. CLICK HERE TO DOWNLOAD.

Better fire rate

Modding questions, answers, help.....

Moderators: Warfare, Admin, Moderator

Post Reply
cpt Rik
Veteran Member
Veteran Member
Posts: 216
Joined: Thu Dec 28, 2006 3:50 pm
Location: England

Better fire rate

Post by cpt Rik »

As i'm only just back and PTT is down, I was wondering if someone could re-inform me of where this is located and how it is changed as I have forgotten. Its in client, prefs right..?
User avatar
Dazzle
Evil Site Admin
Evil Site Admin
Posts: 1320
Joined: Fri Dec 29, 2006 6:59 am
Location: London, England
Contact:

In the Words Of The Great and Mighty Nuts

Post by Dazzle »

If you mean Packet rates then go to game/client/prefs

And remember to delete the dso



$pref::Net::PacketSize = 200 (bytes)

Should change to~:
$pref::Net::PacketRateToServer = 32 (per second)
$pref::Net::PacketRateToClient = 24 (per second) <--- could probably open more but don't think will need too.
$pref::Net::PacketSize = 450 (bytes) <----- I think that is the max

Open those ports up no real limiting bandwidth to deal with!


http://www.garagegames.com/index.php?se ... w&qid=9131


I've got some GUI code floating around that adds the ability to customize your network performance using the three script values listed above. My favoured presets are:

14.4K Modem (Minimums)
$Pref::Net::PacketRateToClient = 10;
$Pref::Net::PacketRateToServer = 8;
$Pref::Net::PacketSize = 100;

28.8K Modem
$Pref::Net::PacketRateToClient = 12;
$Pref::Net::PacketRateToServer = 16;
$Pref::Net::PacketSize = 200;

56.6K Modem
$Pref::Net::PacketRateToClient = 16;
$Pref::Net::PacketRateToServer = 20;
$Pref::Net::PacketSize = 240;

DSL/ ADSL Connection
$Pref::Net::PacketRateToClient = 20;
$Pref::Net::PacketRateToServer = 24;
$Pref::Net::PacketSize = 350;

Cable Connection
$Pref::Net::PacketRateToClient = 24;
$Pref::Net::PacketRateToServer = 24;
$Pref::Net::PacketSize = 400;

T1/ LAN Connection (Maximums)
$Pref::Net::PacketRateToClient = 32;
$Pref::Net::PacketRateToServer = 32;
$Pref::Net::PacketSize = 450;
cpt Rik
Veteran Member
Veteran Member
Posts: 216
Joined: Thu Dec 28, 2006 3:50 pm
Location: England

Post by cpt Rik »

Thanks, knew it was in there somewhere, lol

delete the dso? :? reason for this being?
GQ

Post by GQ »

rik think of it as the dso being like the memory, if you leave the old dso it will not change the settings. Delete the dso and it will create a new dso when you start tt again and the new settings will take place.
cpt Rik
Veteran Member
Veteran Member
Posts: 216
Joined: Thu Dec 28, 2006 3:50 pm
Location: England

Post by cpt Rik »

ohh :wink: thanks both of you
Post Reply