mirror of
https://github.com/DrBeef/JKXR.git
synced 2024-11-12 23:54:15 +00:00
69 lines
2.5 KiB
INI
69 lines
2.5 KiB
INI
|
|
||
|
///////////////////////////////////////////////////////////////////
|
||
|
// Weapon IDs
|
||
|
//
|
||
|
// WP_NONE,
|
||
|
//
|
||
|
// // Player weapons
|
||
|
// WP_SABER, // player and NPC weapon
|
||
|
// WP_BLASTER_PISTOL, // player and NPC weapon
|
||
|
// WP_BLASTER, // player and NPC weapon
|
||
|
// WP_DISRUPTOR, // player and NPC weapon
|
||
|
// WP_BOWCASTER, // NPC weapon - player can pick this up, but never starts with them
|
||
|
// WP_REPEATER, // NPC weapon - player can pick this up, but never starts with them
|
||
|
// WP_DEMP2, // NPC weapon - player can pick this up, but never starts with them
|
||
|
// WP_FLECHETTE, // NPC weapon - player can pick this up, but never starts with them
|
||
|
// WP_ROCKET_LAUNCHER, // NPC weapon - player can pick this up, but never starts with them
|
||
|
// WP_THERMAL, // player and NPC weapon
|
||
|
// WP_TRIP_MINE, // NPC weapon - player can pick this up, but never starts with them
|
||
|
// WP_DET_PACK, // NPC weapon - player can pick this up, but never starts with them
|
||
|
// WP_CONCUSSION, // NPC weapon - player can pick this up, but never starts with them
|
||
|
//
|
||
|
// //extras
|
||
|
// WP_MELEE, // player and NPC weapon - Any old melee attack
|
||
|
//
|
||
|
// //when in atst
|
||
|
// WP_ATST_MAIN,
|
||
|
// WP_ATST_SIDE,
|
||
|
//
|
||
|
// // These can never be gotten directly by the player
|
||
|
// WP_STUN_BATON, // stupid weapon, should remove
|
||
|
//
|
||
|
// //NPC weapons
|
||
|
// WP_BRYAR_PISTOL, // NPC weapon - player can pick this up, but never starts with them
|
||
|
//
|
||
|
// WP_EMPLACED_GUN,
|
||
|
//
|
||
|
// WP_BOT_LASER, // Probe droid - Laser blast
|
||
|
//
|
||
|
// WP_TURRET, // turret guns
|
||
|
//
|
||
|
// WP_TIE_FIGHTER,
|
||
|
//
|
||
|
// WP_RAPID_FIRE_CONC,
|
||
|
//
|
||
|
// WP_JAWA,
|
||
|
// WP_TUSKEN_RIFLE,
|
||
|
// WP_TUSKEN_STAFF,
|
||
|
// WP_SCEPTER,
|
||
|
// WP_NOGHRI_STICK,
|
||
|
|
||
|
|
||
|
|
||
|
// Weapon offsets - This is the default for the weapon models
|
||
|
// put the weapon id at the end of the cvar name, so the knife is vr_weapon_adjustment_1
|
||
|
// Values are: scale,right,up,forward,pitch,yaw,roll
|
||
|
|
||
|
seta vr_weapon_adjustment_2 "1.0,-3.5,7.4,-12.0,0.0,0.0,0.0"
|
||
|
seta vr_weapon_adjustment_3 "1.0,-3.5,7.4,-10.0,0.0,0.0,0.0"
|
||
|
seta vr_weapon_adjustment_4 "1.0,-3.5,7.4,-6.0,0.0,0.0,0.0"
|
||
|
seta vr_weapon_adjustment_5 "1.5,-3.5,8.5,-10.0,0.0,0.0,0.0"
|
||
|
seta vr_weapon_adjustment_6 "1.0,-3.5,7.0,-8.0,0.0,0.0,0.0"
|
||
|
seta vr_weapon_adjustment_7 "1.0,-5.0,7.5,-10.0,0.0,0.0,0.0"
|
||
|
seta vr_weapon_adjustment_8 "1.0,-5.0,8.0,-10.0,0.0,0.0,0.0"
|
||
|
seta vr_weapon_adjustment_13 "1.5,-5.0,8.0,-10.0,0.0,0.0,0.0"
|
||
|
seta vr_weapon_adjustment_9 "1.5,-4.0,7.5,-10.0,0.0,0.0,0.0"
|
||
|
seta vr_weapon_adjustment_10 "1.7,-4.5,8.0,-15.4,0.0,0.0,0.0"
|
||
|
seta vr_weapon_adjustment_11 "1.0,-6.0,6.0,-10.0,20.0,0.0,0.0"
|
||
|
seta vr_weapon_adjustment_12 "1.5,-5.0,7.0,-11.0,30.0,6.3,-12.0"
|