legacy-Grooter
07-19-2003, 03:48 PM
Okay, I made a stupid little mutator just to test it & see if I can get it to work (followed Ezekiel's powerpoint tutorials), and every time I run "Ucc make" (note: I don't put the quotes), it does everything, but then after it finishes with everything, it just sits there and says Analyzing ... and it'll sit there until i CTRL-ALT-DEL & close it. Here's the codes I have:
(It's located it UT2003 > TEST > Classes > TEST.uc
class TEST extends TEST;
defaultproperties
{
GravityZ=-353.7531000
GroupName="Gravity"
FriendlyName="Robert's Low Gravity"
Description="More Low Gravity."
}
And then in the UT2003 > System folder, I have TEST.int, which reads:
Object=(Class=Class,MetaClass=Engine.Mutator,Name= TEST.TEST,Description="Way...Low Gravity.")
Plus also, the mod doesn't show up in the mutators section in UT2003. So does anybody know how I can fix this problem? Thanks.
(It's located it UT2003 > TEST > Classes > TEST.uc
class TEST extends TEST;
defaultproperties
{
GravityZ=-353.7531000
GroupName="Gravity"
FriendlyName="Robert's Low Gravity"
Description="More Low Gravity."
}
And then in the UT2003 > System folder, I have TEST.int, which reads:
Object=(Class=Class,MetaClass=Engine.Mutator,Name= TEST.TEST,Description="Way...Low Gravity.")
Plus also, the mod doesn't show up in the mutators section in UT2003. So does anybody know how I can fix this problem? Thanks.