Model/Skins help *SOLVED*

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
User avatar
authraw
1st Lieutenant
1st Lieutenant
Posts: 445
Joined: Mon Jun 26, 2006 3:45 pm

Model/Skins help *SOLVED*

Post by authraw »

EDIT: Okay, I've figured it out now--I need to make my .msh files have the same name as the .odf files. :) I got it working!

Alright, well it's about time I started a map, but I've run into a little brick wall. I'm trying to build a side of Mandalorians by reskinning Boba Fett. I want each of my five soldiers to have a different skin, so that means I need five different models. I've done it successfully once, but now I can't seem to get my rocketeer class to work. It crashes to desktop whenever I try to load the map and it gives me the following error when I munge:
Error Message wrote:ERROR[levelpack req\man_inf_rocketeer.req]:Expecting bracket, but none was found.
File : munged\pc\man_inf_rocketee_low1.model.req(1)...

ucft <--
ERROR[levelpack req\man_inf_rocketeer.req]:Expecting bracket, but none was found.
File : munged\pc\man_inf_rocketee_low1.model.req(1)...

ucft <--
[continuing]
2 Errors 0 Warnings

ERROR[levelpack imp.req]:Expecting bracket, but none was found.
File : munged\pc\man_inf_rocketeer.lvl.req(1)...

ucft <--
ERROR[levelpack imp.req]:Expecting bracket, but none was found.
File : munged\pc\man_inf_rocketeer.lvl.req(1)...

ucft <--

2 Errors 0 Warnings
Here's my rocketeer's req file:
man_inf_rocketeer.req wrote:ucft
{
REQN
{
"class"
"man_inf_rocketeer"
}
REQN
{
"model"
"hud_imp_wristrocket"
}
REQN
{
"texture"
"hud_imp_wristrocket"
}
REQN
{
"model"
"hud_imp_flamethrower"
}
REQN
{
"texture"
"hud_white"
}
REQN
{
"texture"
"imp_weap_inf_rifle"
}
}
What's my problem? I followed the EXACT same procedure with my rocketeer as I did with the first class (which works perfectly) so I don't understand what the problem could be. I don't see any missing brackets in my req files, so I've got a feeling it's not that.

If you need to see any of my other documents (odf files or whatnot) please ask! I'm stumped here!
Last edited by authraw on Sun Oct 22, 2006 10:39 am, edited 1 time in total.
Xavious
Sith Master
Sith Master
Posts: 2783
Joined: Mon Jun 12, 2006 3:46 pm

RE: Model/Skins help

Post by Xavious »

Post your bf2modtools.exe log.
User avatar
authraw
1st Lieutenant
1st Lieutenant
Posts: 445
Joined: Mon Jun 26, 2006 3:45 pm

RE: Model/Skins help

Post by authraw »

Would that be the file called BFront2.log? After running BF2_modtools.exe?
BFront2.log wrote:Opened logfile BFront2.log 2006-10-20 2136

Message Severity: 3
.\Source\GameState.cpp(1562)
Could not open core.lvl

Message Severity: 3
.\Source\GameState.cpp(1609)
Could not open common.lvl

Message Severity: 3
.\Source\ShellLoop.cpp(281)
Could not open shell.lvl

Message Severity: 3
.\Source\LuaScript.cpp(435)
Script file shell_interface not found
Hope that's the right file.
Post Reply