|
|
Simple weapon changing script:
When in light armor, the mouse scroll wheel toggles between disc and chain.
When in heavy armor, the mouse scroll wheel toggles between mortar and disc.
Mouse scroll wheel = scrolling the wheel, not pressing it.
grouch_
Amadeus 01-08-2004, 04:29 PM Pretty simple, you should get a solution in about 12 hours... I would start working on it myself, but I gotta go now... sorry. If you still don't have an answer till tomorrow, I'll get coding... ;)
brettfavre 01-08-2004, 06:54 PM 15:48 <zip> http://www.tribalwar.com/forums/showthread.php?t=265992
15:51 <GimpPimp> idiot
15:52 <GimpPimp> you are carryin too many weapons
15:52 <GimpPimp> just use disc and mortar
15:52 <GimpPimp> plus, more weapons in heavy means you move slower
15:52 <GimpPimp> so less weapons you move faster and pose more of a threat to your opponents
15:52 <GimpPimp> furthermore no one ever plays base n e more
15:52 <GimpPimp> so dont worry about it
15:52 <GimpPimp> tard
15:52 <GimpPimp> ;o
TreW_SoulJa 01-08-2004, 09:37 PM yeah more weapons makes you weigh more, and if you've just eaten a big meal then you're feces will add even more, luckily there is a bathroom 2000m East of each team's flag. You should go look during your next match
·liquid· 01-08-2004, 09:41 PM editActionMap("playMap.sae");
bindCommand(mouse0, zaxis0, TO, "zipSwitch();");
$zipWeap[1, 0] = "Disc Launcher";
$zipWeap[1, 1] = "Chaingun";
$zipWeap[2, 0] = "Disc Launcher";
$zipWeap[2, 1] = "Mortar";
function zipSwitch() {
$zipCur = !$zipCur;
if(getItemCount("Light Armor"))
use($zipWeap[1, $zipCur]);
else if(getItemCount("Heavy Armor"))
use($zipWeap[2, $zipCur]);
}
NOVA|lam 01-08-2004, 09:41 PM plus, more weapons in heavy means you move slower
:marweas:
GimpPimp 01-08-2004, 10:42 PM plus, more weapons in heavy means you move slower
:marweas:
thats what i was tryin to tell him, and it would be much simpler to make a script that dropped all weapons except disc and mortar :cat:
AgentOrange 01-08-2004, 11:30 PM thats what i was tryin to tell him, and it would be much simpler to make a script that dropped all weapons except disc and mortar :cat:Suprise. Weapon definitions do not have a mass defined, so their affect on your overall mass, movement, or agility is 0.
You can test this by editing the disc shape,and defining a mass (like 200). If you select your chaingun or blaster, you won't notice a difference in your movement, but as soon as you pull out the disc, you start sliding downhill.
Don't spread lies.
GimpPimp 01-08-2004, 11:45 PM i guess i should make my sarcasm more apparent next time...
AgentOrange 01-08-2004, 11:48 PM Proof (http://www.team5150.com/~fsb-ao/stuff/weapon_mass.zip)
AgentOrange 01-08-2004, 11:51 PM Maybe you were being sarcastic. Some people actually believe that shit. I don't know you at all, so whether you're dumb or being sarcastic I know not.
GimpPimp 01-09-2004, 12:00 AM maybe both?
SMURFHATER 01-09-2004, 01:17 AM Hey True, I looked and didn't find the bathroom, wtf. :(
TreW_SoulJa 01-09-2004, 01:39 AM that's because it's whites only
SMURFHATER 01-09-2004, 02:43 AM :lol: What do guys like me and you do then? I guess I will continue doing my business in the battlefield.
Amadeus 01-09-2004, 09:04 AM I think the number of weapons you carry alters your jet range, at least that's what I experienced... :shrug:
Can someone make somthing for Annihilation mod for me? I my mouse wheel CLICK not the scrolling to change my gun to railgun in builder.. thanks in advance
Nikita 01-13-2004, 07:24 PM um there is no bathroom in tribes assh*le!!!!!!!!!!!!!!!!!! !!!!
twice 01-13-2004, 10:30 PM Hey True, I looked and didn't find the bathroom, wtf. :(
Omg you must have been CRIPPPLED in pain.
|
|