View Full Version : Uc Compiling With Xp
(8)Hollowman
12th December 2004, 10:57
Hey I really need to know how to compile my uc files with windows XP. In the command prompt, the ucc make command gets and error. Thanks.
frikos
12th December 2004, 13:06
it has NOTHING to do with XP
1) i would say that you won't even have the sdk and so on... search for it in this forum..
2) do you have a good source code without unknownfunctions which is in the correct syntax? not the ones that you already posted...
3) search for the tutorial from wormx on making a u-file... it's comprehensive enough
/edit:
Don't start new threads for every single question!!!! :mad:
(8)Hollowman
12th December 2004, 18:32
Hah sorry about posting a new thread for everything. I just thought that if the thread went into a new topic it would be close. Anyway here's the file I was trying to compile:
class HelloWorld extends Mutator;
function PostBeginPlay()
{
Super.PostBeginPlay(); // Run the super class function (Mutator.PostBeginPlay).
Log("Hello World"); // Write our log message
}
defaultproperties
{
FriendlyName="Hello World Mutator"
Description="Log 'Hello World'."
}
Just trying to figure out the basics of U editing. Help would be appreciated. Thanks
(8)Hollowman
12th December 2004, 22:56
See what I mean, no one responds unless you make a new post. Well I'd appreciate your help. Thanks
luck0r
13th December 2004, 14:57
ive heard, rvs 1.60 there is a bug that you can't 100% compile
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.