ItsMods

Full Version: Team Fortress 2 Mod BETA
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5
(04-02-2011, 17:00)se7en_ace Wrote: [ -> ]the "Sniper - can quickscope" part is EXTREMElY appealing. For referrence, may I ask how this is done. It'd be useful to know. Nice work Big Grin

Yes, wouid be intressting
You can modify _killstreak_weapons.gsc to disable the minigun bug
I think you can do that by removing this at line 170:
Code:
        self TakeWeapon( killstreakWeapon );

Awesome mod, love it Smile
Magic..... Nah just some magic DVARs.
(04-03-2011, 23:02)master131 Wrote: [ -> ]Magic..... Nah just some magic DVARs.

No, i still think pure magic...
The bots like to run up really close to u before starting to shoot, probably due to not being able to ADS. You could probably allow only bots to ADS, but edit their settings and give them really bad aim to simulate players firing from the hip.
I'll probably add that into the final release, you can add this as a temp fix:
Code:
if(isDefined(self.pers["isBot"]) && self.pers["isBot"] != 0)
    self allowADS(true);
Sound really interesting! Good work!
pls fix this mod fpr 1.09 Smile
When mod tools come out, I will try to recreate the mod with proper shaders, models, etc.
(05-29-2011, 01:50)master131 Wrote: [ -> ]When mod tools come out, I will try to recreate the mod with proper shaders, models, etc.

But can you try to fix this script Mod? it think it dont take that much time Big Grin
Pages: 1 2 3 4 5