andrew's full t1 config
Up
overview
this is my version of the extremely overdone tribes 1 config. instead of just being
an attempt at making a streamlined presto config with various utility scripts thrown in to make it unique
(or just a plain crap config like z0dd), i re-wrote a lot of it and restructured everything. the scripts
that interact with the server and now clearly seperated from the "support" scripts that add frills. the support
scripts can now operate independent of which server "driver" is loaded (base tribes, zadmin, or fstat. ive never
seen bwadmin used in u.s.). the server drivers are also written for pure speed while still being fully functional..
utility features
- full support for zadmin, fstat, and generic tribes
- full killtracking
- full flag parsing including a droptimer with tenth of a second resolution
- fast and simple hud system
- some new string functions and width tables for various sets of fonts
add-on features
- ctfhud
- itemhud
- teamsizehud
- repair pack respawn timer
- full stat generation
- demo autonamer (includes date, player name, and maps played)
- autosad
- demohud
- favorites
- ski script
- mute script
- redial script
- tv.cs
- auto waypointer
- flag waypoints for most known maps
- zoom script
install
- Unzip the pack to a clean Tribes install
- You MUST have a Timestamp patched .exe to run this, otherwise
the demo namer/stat log namer will not work. To install the patch,
just run t1_timestamp_patch.bat in your Tribes base dir or go to the
command line and type "t1_timestamp_patch Tribes.exe +"
- t1_timestamp_unpatch.bat will remove the Timestamp patch completely
- Change base/voices/whit.wav to a custom name (wbillhit.wav) and update
config/modules/kill.notify.acs.cs to play the new kill sound (so you
don't hear everybody elses kill sound all the time).
-
Files to edit to get the various options set up
- Pack Options: config/options/Options.cs
- Favorites: config/options/Favorites.cs
- Default Client Prefs: config/options/ClientPrefs.cs
- Key Binds: config/options/Binds.cs
- Key Bind Definitions: config/options/Binds.Definitions.cs (shouldn't
need to touch this unless you add your own)
- HUD positions: config/modules/xxxxxhud/*.cs
Coordinates are in the Hud::New calls, order: x, y, width, height
notes
- The fonts that come with this have character 215 (×) changed to (<)
so you can display names with < in Huds. Be aware of this if you change
fonts (and of the $kOS::pref::font option so your stat sheet will
tab out correctly).
- Call Hud::New instead of Hud::New::Shaded for HUDs that don't have a
background (use this for HUDs that go over ColorGUI overlays and crap).
- If you make a new script, just name it .acs.cs instead of .cs and put it
in the config/modules directory. They are all autoloaded so there is no
need to update your autoexec if you want to run a new script.
- The RepairPack and DropFlag timers are in 10ths of a second.
download
[andrew.konfig.zip]
extras i think
mhud
reticle compass