View Single Post
Old 09-26-2007, 01:46 AM   #23
DarK_TaO
Mapper ^^
 
Join Date: Apr 2007
Location: yes (:
Posts Rated Helpful 0 Times
Send a message via ICQ to DarK_TaO Send a message via MSN to DarK_TaO
Quote:
Originally Posted by Riff Zifnab
A spy script that will tell you what weapon it looks like your holding. If you can sync it up with the class you are disguised as great, if not just a list would be great. I can never remember what one I have. Thanks
That doesn't make sense. You wan't a description of the gun you are holding? please be clear. Why would you want that?

Sync it with the disguised class? you will have the same weapon, you will you the standard to the enemy.

Ex:

Soldier will show RPG
Engy will show Rail Gun
Hw will show AC

etc.

If you disabled your guns, due to FPS. Just remember the slots.

************************************************** **

Quote:
Originally Posted by Riff Zifnab
Andariel has it right, sorry for not being more clear. I just need some training wheels so I can read what guns are in that slot when I switch to it as a spy. Listing of slots is here: http://www.fortress-forever.com/foru...ad.php?t=10618

Ideally it would be nice to just see the weapon in the HUD somewhere.
/me scampers off to the suggestion forum.

[Edit] Its already in there so no need to bug the devs any more.
You need the spy config I posted above., but you need to add this:

Code:
//==============================
//------ Sounds Per Class ------
//==============================

//     -----
//---- Scout ----
//     -----
alias 1_slot1	"wait;slot1;speak vox/female/crowbar"
alias 1_slot2	"wait;slot2;speak vox/female/shotgun"
alias 1_slot4	"wait;slot4;speak vox/female/nail.gun"

//     ------
//---- Sniper ----
//     ------
alias 2_slot2	"wait;slot2;speak vox/female/rifle"
alias 2_slot3	"wait;slot4;speak vox/female/auto.rifle"

//     -------
//---- Soldier ----
//     -------
alias 3_slot3	"wait;slot4;speak vox/female/super.shotgun"
alias 3_slot5	"wait;slot2;speak vox/female/RPG"

//     -------
//---- Demoman ----
//     -------
alias 4_slot4	"wait;slot2;speak vox/female/grenade.launcher"
alias 4_slot5	"wait;slot1;speak vox/female/pipe.launcher"

//     -----
//---- Medic ----
//     -----
alias 5_slot1	"wait;slot1;speak vox/female/medikit"
alias 5_slot4	"wait;slot2;speak vox/female/super.nail.gun"

//     --
//---- HW ----
//     --
alias 6_slot5	"wait;slot2;speak vox/female/assault.cannon"

//     ----
//---- Pyro ----
//     ----
alias 7_slot4	"wait;slot4;speak vox/female/flamethrower"
alias 7_slot5	"wait;slot2;speak vox/female/incendiary.cannon"

//     ---
//---- Spy ----
//     ---
alias 8_slot1	"wait;slot1;speak vox/female/knife"
alias 8_slot2	"wait;slot2;speak vox/female/tranquiliser"

//     ----
//---- Engy ----
//     ----
alias 9_slot1	"wait;slot1;speak vox/female/spanner"
alias 9_slot2	"wait;slot1;speak vox/female/rail.gun"

//===============================
//------ Weapons per Class ------
//===============================

alias w_1	"bind 1 1_slot1; bind 2 1_slot2; bind 4 1_slot4"
alias w_2	"bind 1 1_slot1; bind 2 2_slot2; bind 3 2_slot3"
alias w_3	"bind 1 1_slot1; bind 2 1_slot2; bind 3 3_slot3; bind 5 3_slot5"
alias w_4	"bind 1 1_slot1; bind 2 1_slot2; bind 4 4_slot4; bind 5 4_slot5"
alias w_5	"bind 1 5_slot1; bind 2 1_slot2; bind 3 3_slot3; bind 4 5_slot4"
alias w_6	"bind 1 1_slot1; bind 2 1_slot2; bind 3 3_slot3; bind 5 6_slot5"
alias w_7	"bind 1 1_slot1; bind 2 1_slot2; bind 4 7_slot5; bind 5 7_slot5"
alias w_8	"bind 1 8_slot1; bind 2 8_slot2; bind 3 3_slot3; bind 4 1_slot4"
alias w_9	"bind 1 9_slot1; bind 2 9_slot2; bind 3 3_slot3"
and change the Spy Class Disguises for this

Code:
//	 -------------------
//------ Spy Class Disguises ------
//	 -------------------

//--- Last Disguise

alias last_d ""

alias cd1	"dis_type1; w_1; s_1; spk_1; alias last_d dis_type1"
alias cd2	"dis_type2; w_2; s_2; spk_2; alias last_d dis_type2"
alias cd3	"dis_type3; w_3; s_3; spk_3; alias last_d dis_type3"
alias cd4	"dis_type4; w_4; s_4; spk_4; alias last_d dis_type4"
alias cd5	"dis_type5; w_5; s_5; spk_5; alias last_d dis_type5"
alias cd6	"dis_type6; w_6; s_6; spk_6; alias last_d dis_type6"
alias cd7	"dis_type7; w_7; s_7; spk_7; alias last_d dis_type7"
alias cd8	"dis_type8; w_8; s_8; spk_8; alias last_d dis_type8"
alias cd9	"dis_type9; w_9; s_9; spk_9; alias last_d dis_type9"

Last edited by DarK_TaO; 10-01-2007 at 08:51 PM.
DarK_TaO is offline   Reply With Quote