This member has provided no bio about themself...

Comment History
mikep
mikep - - 6 comments @ Unreal Learning #7: Game Rules

Thanks for the tutrial first off.

I think your for loops got clipped in your editing in getBestPlayerId() and getWorstPlayerId()

Shouldn't it be something like for(i=0;i < WorldInfo.Game.NumPlayers; i ++)

Also there are some missing semi-colons in the default propertis after assigning 2 to m_bonus and m_malus.

I had to typecast var class<GameRules> myClass; to get the WorldInfo.Game.AddGameRules(GRClass); to take the argument as well.

Can you put your files up?

Good karma+1 vote
mikep
mikep - - 6 comments @ Unreal Learning #1: My First Unreal Tournament 3 Mutator

I feel retarded. It's working, I didn't know where the mutator tab was hiding.

Good karma+1 vote
mikep
mikep - - 6 comments @ Unreal Learning #1: My First Unreal Tournament 3 Mutator

Hi:

That problem is solved. It seems to compile fine now and I made the localization file etc.

I'm missing somethng else or made another mistake though. The mutator never shows up in the Menu. I tried most things I could think of, including downloading and installing the UT patch, no luck.

Any pointers on what I might have missed that FirstMutator doesn't show up in the Menu?

Good karma+1 vote
mikep
mikep - - 6 comments @ Unreal Learning #1: My First Unreal Tournament 3 Mutator

Save as from Notepad++ worked to change file extension

Good karma+1 vote
mikep
mikep - - 6 comments @ Unreal Learning #1: My First Unreal Tournament 3 Mutator

Thank you I had a typo. in UTEditor.ini I had
Modpackage=FirstMutator instead of Modpackages=FirstMutator

I now get a warning.

Warning, Can't find files matching C:Users\Mike\Documents\My Games\Unreal Tournement 3\Binaries\..\UTGame\Src\ FirstMutator\Classes\*.uc

I looked at the files I created, named FirstMutator.uc and I clicked on propertiies. Windows Vista decided that the .uc is part of the name and left it as a text file for type. FirstMutator.uc.txt is what was actually in my Classes folder.

So it's a Vista problem I ran into. Thanks for your help. I'll figure out how to change a file type in Vista.

Good karma+1 vote
mikep
mikep - - 6 comments @ Unreal Learning #1: My First Unreal Tournament 3 Mutator

Hi:

I have followed this tutorial through a few times and I'm have a problem getting the script to compile. I get no errors or warnings.
It always says No scripts need recompiling

I am on Windows Vista and was wondering if it was running into a permissions problem and couldn't make a .u file.

The Unpublished\CookedPC folder doesn't change.

When I run the UT Script Make what should the Base Directory show?

mine says C:|Program Files\Unreal Tournament 3\Binaries

Shouldn't this point into the MyDocuments path?

Good karma+1 vote