For direct access use https://forums.oldunreal.com
It's been quite a while since oldunreal had an overhaul, but we are moving to another server which require some updates and changes. The biggest change is the migration of our old reliable YaBB forum to phpBB. This system expects you to login with your username and old password known from YaBB.
If you experience any problems there is also the usual "password forgotten" function. Don't forget to clear your browser cache!
If you have any further concerns feel free to contact me: Smirftsch@oldunreal.com
It's been quite a while since oldunreal had an overhaul, but we are moving to another server which require some updates and changes. The biggest change is the migration of our old reliable YaBB forum to phpBB. This system expects you to login with your username and old password known from YaBB.
If you experience any problems there is also the usual "password forgotten" function. Don't forget to clear your browser cache!
If you have any further concerns feel free to contact me: Smirftsch@oldunreal.com
Tactical Ops Problems
-
DeapaWaspo
- OldUnreal Member
- Posts: 6
- Joined: Mon Oct 13, 2008 4:33 am
Tactical Ops Problems
So I'm going through that UnrealWIKI's lowgrav mutator just to get started with scripting, although Im trying to do this to Tactical Ops. Everything is fine up untill, ucc make... I put that in and I get the error commandlet make not found. Ive also tried UMake and in it's output window at the end it says the same exact thing. Any ideas?
-
[§Ŕ] ŤhěxĐâŕkśîđěŕ
- OldUnreal Member
- Posts: 4425
- Joined: Wed Sep 03, 2008 8:19 am
Re: Tactical Ops Problems
Make sure your UCC.EXE is not f.cked up, it happened once to me when I closed it improperly. Actually, I doubt that it's really the exe's fault but you can try to compile anything else. If it works, then something is probably with the script you're trying to compile. Or just one of those peculiar errors that, in general, happen only to me. 
Last edited by [§Ŕ] ŤhěxĐâŕkśîđěŕ on Mon Oct 13, 2008 8:36 am, edited 1 time in total.
☆
-
DeapaWaspo
- OldUnreal Member
- Posts: 6
- Joined: Mon Oct 13, 2008 4:33 am
Re: Tactical Ops Problems
Nah, I compiled the script through my Unreal Tournament installation and it worked fine. I've read a lot about this problem and someone said something about missing the "seperate map editor" which Im guessing is UnrealED 2. But I have that. I jacked it from my UT installation... So at this point I'm still stuck. Thanks for quick reply though.
-
[§Ŕ] ŤhěxĐâŕkśîđěŕ
- OldUnreal Member
- Posts: 4425
- Joined: Wed Sep 03, 2008 8:19 am
Re: Tactical Ops Problems
Can you upload that script and everything so I can try to compile it for you to see does it work?
http://rapidshare.com/
http://filefront.com/
http://hotlinkfiles.com/
http://rapidshare.com/
http://filefront.com/
http://hotlinkfiles.com/
☆
-
DeapaWaspo
- OldUnreal Member
- Posts: 6
- Joined: Mon Oct 13, 2008 4:33 am
Re: Tactical Ops Problems
I know for a fact it works. I compiled it using my UT's UCC then copied the .U and made an .INT for it and placed it in my TO System Folder and it worked like a charm in game. So I know its not the script. For some reason the UCC.exe from my TO installation doesn't want to compile anything.
Just for laughs though here is the script:
class PatsLowGrav expands Mutator;
function bool CheckReplacement(Actor Other, out byte bSuperRelevant)
{
if ( Other.IsA('UT_JumpBoots') )
return false;
if ( Other.IsA('ZoneInfo') )
{
ZoneInfo(Other).ZoneGravity = vect(0,0,-100);
}
bSuperRelevant = 0;
return true;
}
defaultproperties
{
}
Just for laughs though here is the script:
class PatsLowGrav expands Mutator;
function bool CheckReplacement(Actor Other, out byte bSuperRelevant)
{
if ( Other.IsA('UT_JumpBoots') )
return false;
if ( Other.IsA('ZoneInfo') )
{
ZoneInfo(Other).ZoneGravity = vect(0,0,-100);
}
bSuperRelevant = 0;
return true;
}
defaultproperties
{
}
Last edited by DeapaWaspo on Mon Oct 13, 2008 7:59 pm, edited 1 time in total.
-
[§Ŕ] ŤhěxĐâŕkśîđěŕ
- OldUnreal Member
- Posts: 4425
- Joined: Wed Sep 03, 2008 8:19 am
Re: Tactical Ops Problems
U1's UCC.exe: http://www.hotlinkfiles.com/files/1947047_8hvqv/UCC.cab
UT99's UCC.exe: http://www.hotlinkfiles.com/files/1947056_ebzpx/UCC_UT.cab
Ain't I great?
UT99's UCC.exe: http://www.hotlinkfiles.com/files/1947056_ebzpx/UCC_UT.cab
Ain't I great?
☆
-
DeapaWaspo
- OldUnreal Member
- Posts: 6
- Joined: Mon Oct 13, 2008 4:33 am
Re: Tactical Ops Problems
Thanks for the try but UCC it self is not the problem. I tried both of those downloads along with the UCC from my UT install that I know works. It has something to do with the fact that Tactical Ops is installed in its own directory. UCC doesnt know where to look for the TO stuff, it looks for stuff thinking its still a Unreal Tournament install. Thats just my guess anyway.
[url]http://farm4.static.flickr.com/3252/2939697912_d2b323c252_o.jpg[/url] Thats what happens when I run UCC from my UT install.
[url]http://farm4.static.flickr.com/3157/2938845769_46b92a5097_o.jpg[/url] And thats what happens when I run UCC from my Tactical Ops install.
[url]http://farm4.static.flickr.com/3252/2939697912_d2b323c252_o.jpg[/url] Thats what happens when I run UCC from my UT install.
[url]http://farm4.static.flickr.com/3157/2938845769_46b92a5097_o.jpg[/url] And thats what happens when I run UCC from my Tactical Ops install.
Last edited by DeapaWaspo on Mon Oct 13, 2008 9:48 pm, edited 1 time in total.
-
DeapaWaspo
- OldUnreal Member
- Posts: 6
- Joined: Mon Oct 13, 2008 4:33 am
Re: Tactical Ops Problems
Ok, so you can officially nevermind this topic lol. I made a total noob move and forgot to copy some files that I needed for UnrealED and for some reason that was making UCC not work right. But it works fine now. Thanks for your help, this topic can be locked now.
-
[§Ŕ] ŤhěxĐâŕkśîđěŕ
- OldUnreal Member
- Posts: 4425
- Joined: Wed Sep 03, 2008 8:19 am