TL;DR: Bushido, not to be mean, but, fix your stuff before you release it. Even if it is "beta" or "alpha" or any other Greek letter (some people make that excuse, not saying you will), it shouldn't be released if it is buggy.
What I saw first:
- See, this is the thing I don't like about T+T. I've used T+T1 and 2, but there were usually tiny, miniscule bugs that nagged me to death, even though they weren't that bad, that made me go back to my other guns. Like in this release, ci_DualSMGs1.png is not in Package_Tier2A. Now, why is that happening? I would have guessed someone would have spotted it.
- And the fact that, as far as I can see, the tracer projectiles for the instant-hit guns (like the pistols and the Pepperbox) break the Portal Gun because %this is null in the onAdd method. I can understand this error, since it's kind-of old and not everyone has it.
- I can see from the 2.1 and the fact that some of them don't have an icon that this isn't finished (it would probably be T+T3, then, huh?), but release candidates should at least not break things.
Negativity aside after a bit of looking:
- The Drum LMG is full of lovey blocko goodness.
- The dual weapons are all really fancy (I don't like how they are automatic, however. Mouse button press to shoot one and release to shoot the other would of been nice.).
- The grenade ammo is a plus for me.
- Your Riot Shield is better than the one I had.
- Blocky LMG wins. It's so awesome looking.
But, as I kept toying with them, I found more bugs:
If you select another item from an empty grenade, your hand remains down (Looks cool, but shooting straight with your barrel in the ground is lame). Only with Lever Rifle Single Shotgun, forgot the name. Nevermind, the Single Shotgun just doesn't play an animation when equipping.- Dual Submachine Gun's shell casings come out of the handle.
- Is it just me, or do melee weapons impact sounds not play? No console errors, though. EDIT:
Add-Ons/Weapon_Melee_Extended_II/Weapon_Sledgehammer.cs (155): Unknown command g
etPosition.
Object L4BCookingKnifeImage(1382) L4BCookingKnifeImage -> tf2MeleeWeaponImage
-> ShapeBaseImageData -> GameBaseData -> SimDataBlock -> SimObject -> SimObject
An error when using the Chef Knife. Why is the image named that? ...Actually, why does it have L4B AND TF2 nametags on it? Did I download the right thing?
- Compact Bullpup model has an error on the front. That part needs to be normalized.
- I picked up the Cowboy Magnum, fired until I reloaded, and somehow got -15 .880 ammo.
- Submachine Gun dual != Submachine Gun? Just realized, too, Dual SMGs are green?
- Fire with the Grenade Launcher and the ammo doesn't update. Still shows 1.
- Used Light to reload the Lever Rifle, I got -53 ammo.
- Reload with the Military Sniper using Light. I had 3 bullets in the magazine, 4 in reserve. Reload, no ammo in reserve, full magazine. What is going on with the Light-key reloading?
- More Light key reloading problems: I had 7 bullets in the Semi-Auto Magnum (which has an ugly-ass model by the way, why so many holes?) with 4 in reserve. I reload using Light. Magazine gets 4 bullets, no bullets in reserve. What.
- Did more Light-reloading testing, ammo bugs seem to only happen when you have less reserve ammo than you can put in a magazine. Doesn't happen for guns like the Slug Shotgun.
- Some of the sounds don't play. Like, letting go with the mouse button with the Sniper Carbine. You don't hear that distinctive "click" like with the others that do that.
- WHERE IS MY SLICK SHOTGUN?! That was my FAVORITE shotgun! D:
- Your left arm goes and stays down when melee-ing with the Riot Shield.
Sidenotes:
- A quick fix for those of you with the Portal Gun: Change...
function Projectile::onAdd(%this,%a,%b,%c,%d)
{
Parent::onAdd(%this,%a,%b,%c,%d);
%this.createTime = $Sim::Time;
if(%this.getDatablock().getName() $= "portalProjectileBlue"){%this.sourceObject.bluePortalProjectile = %this;}
if(%this.getDatablock().getName() $= "portalProjectileOrange"){%this.sourceObject.orangePortalProjectile = %this;}
}
function Projectile::onAdd(%this,%a,%b,%c,%d)
{
Parent::onAdd(%this,%a,%b,%c,%d);
%this.createTime = $Sim::Time;
if(isObject(%this) && isObject(%this.getDatablock())) // Fix.
{
if(%this.getDatablock().getName() $= "portalProjectileBlue"){%this.sourceObject.bluePortalProjectile = %this;}
if(%this.getDatablock().getName() $= "portalProjectileOrange"){%this.sourceObject.orangePortalProjectile = %this;}
}
}
...At line 1290 in Weapon_PortGun.cs.
- I haven't read the thread, so I might be missing something / be late, or maybe someone else went bug-hunting. Oh well.
- But I did read this:
Is 2.1 on RTB?
I really want to use these. And not download a software.
qat, they're just zip files, and RTB downloads the same thing.
I don't think these are on RTB, though. Those are T+T2.
- If it matters, I downloaded the bundle of zips, just in case one of the add-ons was updated but not the package-deal.
- Bushido, why are you lying to us?
[...] We've cleaned up our act. [...]
Ha, no. There's more bugs here than before.
[...] Even more Easter Eggs: If I have to explain this to you, you wouldn't understand anyway. Hunt, Blockheads, Hunt! [...]
By "Easter Eggs" do you mean bugs?