Page 1 of 1

Model/Skins help *SOLVED*

Posted: Fri Oct 20, 2006 9:54 pm
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!

RE: Model/Skins help

Posted: Fri Oct 20, 2006 10:01 pm
by Xavious
Post your bf2modtools.exe log.

RE: Model/Skins help

Posted: Fri Oct 20, 2006 10:07 pm
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.