I know how to compile Unreal2 uc. files using UMake.exe
What I cant work out is how do you compile Unreal2 uc. files which have only
the Default Properties inside them and no mention of class or extends ?
Every time I try to compile these files I seem to get an error:
Bad class definition '()'/'()'/0/0 Cant find uc. for import
Is this Possible to compile these uc. files ? or am I using the wrong program or something?
Could the class or extends text in the uc. file be obscured (Im using notepad+++)
The U.file from which i extracted these uc. files works well running in the game.
Any help would be appreciated.
Thankyou.
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
Compiling uc. files with only DefaultProperties inside?
-
- Posts: 1
- Joined: Mon Oct 28, 2024 1:42 am
- Leo T_C_K
- OldUnreal Member
- Posts: 3904
- Joined: Sat Aug 27, 2005 6:24 pm
Re: Compiling uc. files with only DefaultProperties inside?
you simply can't...it needs to have the class name definition lol.