Custom .lvl not a UCF?

In this forum you will find and post information regarding the modding of Star Wars Battlefront 2. DO NOT POST MOD IDEAS/REQUESTS.

Moderator: Moderators

Post Reply
Master_Ben
Lieutenant General
Lieutenant General
Posts: 675
Joined: Wed Nov 12, 2008 9:50 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Watching your PC over your shoulder. No, the other sholder....

Custom .lvl not a UCF?

Post by Master_Ben »

So I've decided to tinker around with custom galactic conquests a bit, and decided to pull up the sample code that comes with the 1.3 patch and see what I can do from there. So I did that, and got the error log:
Hidden/Spoiler:
ERROR[levelpack shell.req]:Could not open ..\common\munged\pc\core.files for input. DOS reports:
No such file or directory
ERROR[levelpack shell.req]:Could not open ..\common\munged\pc\core.files for input. DOS reports:
No such file or directory
[continuing]
2 Errors 0 Warnings

ERROR[levelpack CCP.req]:Could not open ..\..\common\munged\pc\core.files for input. DOS reports:
No such file or directory
ERROR[levelpack CCP.req]:Could not open ..\..\common\munged\pc\core.files for input. DOS reports:
No such file or directory
[continuing]
2 Errors 0 Warnings

ERROR[levelpack CCP_conquest.mrq]:Could not open ..\..\common\munged\pc\core.files for input. DOS reports:
No such file or directory
ERROR[levelpack CCP_conquest.mrq]:Could not open ..\..\common\munged\pc\core.files for input. DOS reports:
No such file or directory
[continuing]
2 Errors 0 Warnings

ERROR[levelpack CCP.req]:Could not open ..\..\common\munged\pc\core.files for input. DOS reports:
No such file or directory
ERROR[levelpack CCP.req]:Could not open ..\..\common\munged\pc\core.files for input. DOS reports:
No such file or directory
[continuing]
2 Errors 0 Warnings
I assumed that was fine because to my knowledge, those files aren't available to us, and also because it was not mentioned in the custom .lvl tut. So, I proceeded to rename the shell.lvl and place it in the _LVL_PC folder. I did, and the game found it just fine, but gave me this error:
Message Severity: 3
.\Source\LoadUtil.cpp(1010)
Data in data\_lvl_pc\custom_gc_0.lvl is not a binary UCF file.
And nothing shows up. What am I missing here? Thanks in advance.
User avatar
[RDH]Zerted
Gametoast Staff
Gametoast Staff
Posts: 2982
Joined: Sun Feb 26, 2006 7:36 am
Projects :: Bos Wars AI - a RTS game
Games I'm Playing :: SWBF2 and Bos Wars
xbox live or psn: No gamertag set
Location: USA
Contact:

Re: Custom .lvl not a UCF?

Post by [RDH]Zerted »

Do full, manual clean then munge with only Common checked. Common must be munged before one can successfully munge Shell.
Master_Ben
Lieutenant General
Lieutenant General
Posts: 675
Joined: Wed Nov 12, 2008 9:50 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set
Location: Watching your PC over your shoulder. No, the other sholder....

Re: Custom .lvl not a UCF?

Post by Master_Ben »

Okay, thanks. :) I tried checking a few others first, but not common.
Post Reply