Blockland Files > Add-Ons
Tier+Tactical 2.1 • UPDATE 9/23/2012
curiosblockland6:
--- Quote from: Dr.Pain on April 02, 2011, 04:14:25 PM ---Ugg, i've been trying to get tier 2 working for forever now, everything else works except it.
I have RTB.
I've tried both getting it from RTB and getting it from here.
I've deleted everything and reput it in.
I have everything enabled.
The normal tier2 weps like the normal arifle, brifle, don't show up, and the classic arifle and brifle won't shoot.
Anyone else having this problem? Its annoying because i just finished a new DM, but i can't play it because the weps don't work.
edit: oh yeah, the melee weapons won't work either.
--- End quote ---
I have the same exact problem, ha it ever since Tier Tactial 2 was first released. I wish he would fix it.
StarkMan:
--- Quote from: curiosblockland6 on April 03, 2011, 12:19:49 AM ---I have the same exact problem, ha it ever since Tier Tactial 2 was first released. I wish he would fix it.
--- End quote ---
I also have this problem, except I didn't have it when Tier+Tactical 2 was first released, it just started happening after I updated it.
Kniaz:
Needs better compatibility with L4B...
HikerBob:
--- Quote from: Kniaz on April 03, 2011, 01:07:58 AM ---Needs better compatibility with L4B...
--- End quote ---
A few pages earlier is where you can find more detail about people complaining more about L4B glitches.
Primus:
I deleted the // in front of the secret weapons, but they don't show up. I'm looking through the script for more steps, or is this a glitch? I went into server.cs.
Here is all I have done so far (same for each secret wep):
--- Quote ---{
exec("./Weapon_Semiautomagnum.cs");
//exec("./Weapon_westernmagnum.cs");
}
--- End quote ---
into
--- Quote ---{
exec("./Weapon_Semiautomagnum.cs");
exec("./Weapon_westernmagnum.cs");
}
--- End quote ---
Is that it?