|
|
DudeofDeath 10-17-2004, 02:02 AM Maybe this is old news, but just saw this released on FP: Tribes: Vengeance Developer Kit v1.0.0.1
Link: http://www.fileplanet.com/files/140000/146781.shtml
KnightMare 10-17-2004, 02:05 AM weird that ig didnt make a post about it.
Shad0w 10-17-2004, 02:24 AM err its just scripts.
ViRGE 10-17-2004, 02:36 AM err its just scripts.
True, but this is how you make mods and mutators, so it's uber important.
aCynicalPie 10-17-2004, 02:56 AM source/Game/Gameplay/Classes/Mutator/UltraRenegades.uc
??:O?
Shad0w 10-17-2004, 03:01 AM True,i was just hoping for a working compiler is all..
^Jadakiss 10-17-2004, 03:10 AM good find.
aCynicalPie 10-17-2004, 03:11 AM good find.
Yeah, it's not on the FilePlanet front page (yet?).
^Jadakiss 10-17-2004, 03:12 AM Doesn't look like it. I doubt a script package release will make front page tho...
good find.
x1000000000000000000000
DudeofDeath gets the Dyno Seal of Approval even though his name is kind of stupid.
DudeofDeath 10-17-2004, 03:17 AM That was the goal in the name... ;)
Just stumbled upon this file, don't check FP very often, thought it would already be on the front page here at TribalWar.
WerTicus 10-17-2004, 03:21 AM victory for members!
byteasc 10-17-2004, 03:23 AM Or maybe it wasn't posted to keep members from finding it! :p
Well it's the 3rd newest file on FP, so that might be why we haven't heard of it yet.
Although you'd think one of the IG reps would have let us know in advance. :/
DudeofDeath 10-17-2004, 03:33 AM Well it's the 3rd newest file on FP, so that might be why we haven't heard of it yet.
Although you'd think one of the IG reps would have let us know in advance. :/
Look, a new Final Desert Combat Mod has just been released too, as well as Win and Linux Servers too..
Writer 10-17-2004, 03:36 AM True,i was just hoping for a working compiler is all..
No kidding. Really makes you wonder how the eff they actually made the game in the first place...
At the bottom of the readme:
Thanks to all contributors at www.TribalWar.com, and the testers at VU Games, QA Dept, for help with these instructions.
:heart:
triple 10-17-2004, 04:01 AM That was the goal in the name... ;)
Just stumbled upon this file, don't check FP very often, thought it would already be on the front page here at TribalWar.
Probably should, thing is, TW is broke so noone can post anything.
Kaiten Commande 10-17-2004, 04:18 AM Or maybe it wasn't posted to keep members from finding it! :p
:rofl:
source/Game/Gameplay/Classes/Mutator/UltraRenegades.uc
??:O?
:rofl: and I thought that you where just trying to be stupid. Until I searched for myself :shock:
class UltraRenegades extends Mutator;
function Actor ReplaceActor(Actor Other)
{
if (Other.IsA('Spinfusor'))
{
Log("MUTATOR: mutated a weapon?");
return ReplaceWith(Other, "EquipmentClasses.UltraWea ponSpinfusor");
}
return Other;
}
|
|