This member has provided no bio about themself...

Comment History
phischphood
phischphood - - 4 comments @ Unreal Learning #1: My First Unreal Tournament 3 Mutator

My enforcers + 1 isn't working, I'm getting the same log file problem

Error: Error reading attributes for 'c:\program files\steam \steamapps\common\unreal tournament 3\Binaries\.. \UTGame\Unpublished \CookedPC\Script \FirstMutator.u'
Why is there a .. in the path? You can't have a folder called '..', and if it means parent directory why not just say c:\program files\steam\steamapps\common\unreal tournament 3\UTGame\ Unpublished\CookedPC \Script\FirstMutator.u

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

ah, I think I've found the answer on the UDN website, it's clearer in their tutorial
Udn.epicgames.com
The classes folder should be Src\FirstMutator\Classes
Although, I'm still uncertain as to if I've extracted the source files to the right location

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

oh yeah, I'm using the Steam version of UT3, don't know if this makes any difference

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

Theres a few things that aren't too clear here to me, could be I'm just stupid.

Firstly,
"You will want to extract the files found in the 'exported scripts' folder to the correct directory"
There is no 'exported scripts' folder, I presume you mean the extracted 'Development/Src' Directory.

Secondly,
"The Classes folder is where we will be keeping all our unrealscript that we're about to write\"
Which Classes folder? There are hundreds of them!

Lastly,
Which folder do we put the FirstMutator.uc file in? I presume this is the aforementioned Classes folder, but I don't know which one to use.

Good karma+1 vote