

==============================================================================
                      UWC3 v1.6.x-unofficial Installation 
==============================================================================
------------------------------------------------------------------------------

I. The included uwc3.amxx file was compiled for AMX MOD X 1.60+

Included files and where they should go:

Copy   uwc3.amxx    (to)  amxmodx/plugins ( add uwc3.amxx to your plugins.ini file )
Copy   UWC3.cfg     (to)  amxmodx/configs/UWC3
Copy   UWC3_sql.cfg (to)  amxmodx/configs/UWC3
Copy   sound/*      (to)  cstrike/sound (or) czero/sound
Copy   sprites/*    (to)  cstrike/sprites
Copy   models/*     (to)  cstrike/models


II. The following AMX Mod X modules must be loaded for UWC3 to run:

> fun
> engine
> cstrike
> mysql
> fakemeta


(Note: Mysql is required even if you do not plan to use Mysql as the plugin was
compiled with the dbi library)

Note for Windows Users: You may need to add this to the end of your 
                        server.cfg file

exec addons/amxmodx/configs/UWC3/UWC3.cfg

III. If you plan to use AMXX's dbi sql storage instead of the vault be sure to
configure the UWC3_sql.cfg file and be sure it is in amxmodx/configs/UWC3
along with the UWC3.cfg file.

==============================================================================
                              UWC3 Shop Item Prices:
==============================================================================
------------------------------------------------------------------------------

Shop item prices are configurable in the UWC3.cfg file, here are some
examples:

UW_price_ANKH 1500
UW_price_BOOTS 1500
UW_price_CLAWS 1000
UW_price_CLOAK 800
UW_price_MASK 2000
UW_price_IMMUNITY 800
UW_price_FROST 2000
UW_price_HEALTH 1000
UW_price_TOME 4000
UW_price_RESPAWN 11000
UW_price_PROTECTANT 1500
UW_price_HELM 1550
UW_price_CAT 1500
UW_price_FEATHER 1500
UW_price_INFERNO 1750
UW_price_REGEN 1000
UW_price_CHAMELEON 9000
UW_price_MOLE 16000


==============================================================================
                     UWC3 CVARS :: Configuration (UWC3.cfg):
==============================================================================
------------------------------------------------------------------------------

The following cvars are available in the UWC3.cfg file, it is recommended that
you go through them and make adjustments accordingly.

UW_admin_flag 1048576           // Access Flag for Giving XP, Default is ADMIN_MENU
                                // The Custom flag values are listed below
                                // ADMIN_LEVEL_A = 4096
                                // ADMIN_LEVEL_B = 8192
                                // ADMIN_LEVEL_C = 16384
                                // ADMIN_LEVEL_D = 32768
                                // ADMIN_LEVEL_E = 65536
                                // ADMIN_LEVEL_F = 131072
                                // ADMIN_LEVEL_G = 262144
                                // ADMIN_LEVEL_H = 524288
                                // ADMIN_MENU    = 1048576

UW_lowres_default 0		// Set 1 to make lowres display setting default
UW_disable_givexp 0		// Set 1 to turn the amx_givexp command off
UW_disable_adminmenu 0		// Set 1 to turn off the XP portion of the admin menu
UW_underdog_kills 1             // Set 1 to Give XP bonus for underdog kills
UW_dmgxpbonus 1                 // Set 1 to Give XP bonus for doing most dmg
                                // to enemy (serious injury bonuses)
UW_medicalerts 2                // Set 1 to have text Medic Alerts sent from
                                // injured teammates, 2 to have text and
                                // graphical alerts, 0 for no alerts.
UW_mend_XP 60                   // XP bonus amount for mending teammate wounds
UW_repair_XP 60                 // XP bonus amount for repairing armor 
UW_phoenix_XP 90                // XP bonus amount for reviving a teammate
                                // with Phoenix
UW_force_vengeance 1            // Set 1 to allow Vengeance to work within
                                // ultimate delay (otherwise it doesn't
                                // respawn you unless you havent used an
                                // ultimate recently)
UW_luck_skill 1                 // Set 1 to allow Beginner's Luck skill for
                                // players lvl 0-4
UW_use_enh 1                    // Set 1 to allow attributes/resistances to be
                                // enhanced and used in game-play
UW_enh_minlevel 1               // Min. level to start buying enhancements
UW_max_resistvalue 100          // Max. allowable value each resistance can be
                                // trained
UW_max_attribpts 25             // Max. number of obtainable attribute pts
                                // (max is 40)
UW_max_resistpts 300            // Max. number of obtainable resistance pts
                                // (max is 500)
UW_attrib_xpmodifier 1.0        // This is a good setting for Long Term XP
UW_resist_xpmodifier 1.0        // This is a good setting for Long Term XP
//UW_attrib_xpmodifier 0.3      // This is a good setting for Fast XP Mode
//UW_resist_xpmodifier 0.1      // This is a good setting for Fast XP Mode
UW_vengeance_cooldown 35.0      // The time in secs for ultimates to be used
                                // after Vengeance

// The following cvars allow you to ovveride the built-in settings of some
// shop-purchased items, these values are the default (carried from War3FT)

UW_BOOTSPEED 275.0		// Boots speed setting
UW_FROSTSPEED 125.0		// Frost slowdown (reduced speed)
UW_MASKPERCENT 0.3		// Mask damage percentage
UW_CLAWSOFATTACK 6		// Claws of Attack damage amount
UW_CLOAKINVISIBILITY 150	// Cloak invisibility setting
UW_HEALTHBONUS 15		// Health bonus amount


Please let me know what could go here to make install any easier for
you! :)

==============================================================================
------------------------------------------------------------------------------

The UWC3 Dev Team hopes you find this plugin enjoyable.

-K2mia


Last Updated: 01-30-2006 by Geesu