OK, I want to create sub-folder in UT2004 and have all my Mod stuff in there. Lets call this folder Blah and so the Mod will be called Blah.
Now I have the UT2K4MOD.ini folder set to like this:
[Mod]
ModTitle="Blah"
ModLogo=
ModDesc="Blah doing blah stuff."
ModCmdLine=-makenames
ModURL=
Then this is the directory structure inside the sub-folder:
Animations
Maps
Sounds
StaticMeshes
System
Textures
Blah
Now I have a map named BH-Test.ut2 inside the maps folder. I have a sub-folder named Classes inside the Blah sub-folder. In it are the uncompiled classes.
Now in my System folder I have this:
default.ini - contains Path stuff to add (maps, system, ucl)
defuser.ini - nothing in there
Blah.u - compiled file
Blah.ucl - see following for explanation
Now UDE did not create a .ucl file so I used exportcache to create it. So the Blah.ucl file is also there in the above folder.
When I rusn UT2K4, then Activate this sucker, it works. I then go into Instant Action and I dont find anything in there. My gametype does not show up. How come? The log does not complain about anything ( I believe it will complain if there are no avialable maps for my gametype).
My gameclass works normally if I put it in the UT2004/System folder and not create a sub-folder. Can anyone help?
Now I have the UT2K4MOD.ini folder set to like this:
[Mod]
ModTitle="Blah"
ModLogo=
ModDesc="Blah doing blah stuff."
ModCmdLine=-makenames
ModURL=
Then this is the directory structure inside the sub-folder:
Animations
Maps
Sounds
StaticMeshes
System
Textures
Blah
Now I have a map named BH-Test.ut2 inside the maps folder. I have a sub-folder named Classes inside the Blah sub-folder. In it are the uncompiled classes.
Now in my System folder I have this:
default.ini - contains Path stuff to add (maps, system, ucl)
defuser.ini - nothing in there
Blah.u - compiled file
Blah.ucl - see following for explanation
Now UDE did not create a .ucl file so I used exportcache to create it. So the Blah.ucl file is also there in the above folder.
When I rusn UT2K4, then Activate this sucker, it works. I then go into Instant Action and I dont find anything in there. My gametype does not show up. How come? The log does not complain about anything ( I believe it will complain if there are no avialable maps for my gametype).
My gameclass works normally if I put it in the UT2004/System folder and not create a sub-folder. Can anyone help?
Comment