Most aggravating munge error I ever got!

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

User avatar
Havoc 526
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Sat Apr 04, 2009 6:24 pm
Projects :: Something
Games I'm Playing :: Xenoblade Splatoon
Location: Howling at the Moon

Most aggravating munge error I ever got!

Post by Havoc 526 »

I keep getting this one error in my PC Mungelog. I know I'm going to get it, because for some reason, my side will not munge any changes into my req files.
Hidden/Spoiler:
ERROR[levelpack req\rep_fly_arc_gunship.req]:Unexpected end of file while searching for closing quote.
File : {Unknown}(5)...
ERROR[levelpack req\rep_fly_arc_gunship.req]:Unexpected end of file while searching for closing quote.
File : {Unknown}(5)...

2 Errors 0 Warnings
I look in the req file, and everything looks alright. However, it refuses to munge any of my changes in the odf's from my entire side when that one req has an error. And I am really starting to get annoyed.

EDIT: Okay, so if I save the req file after changing it in anyway possible, then begin munging the side, it will munge all of my changes to the side. However, now it isn't even reading the odf file of my actual unit as existant, and I'm still getting this error!
Last edited by Havoc 526 on Fri Jul 17, 2009 7:27 pm, edited 2 times in total.
Xavious
Sith Master
Sith Master
Posts: 2783
Joined: Mon Jun 12, 2006 3:46 pm

Re: Most aggravating error I ever got!

Post by Xavious »

Post your unit's req file and your side's req file.
User avatar
Havoc 526
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Sat Apr 04, 2009 6:24 pm
Projects :: Something
Games I'm Playing :: Xenoblade Splatoon
Location: Howling at the Moon

Re: Most aggravating error I ever got!

Post by Havoc 526 »

My unit's req

Code: Select all

ucft
{
    REQN
    {
        "class"
        "rep_fly_arc_gunship"
    }
}
My side's req.

Code: Select all

ucft
{
    REQN
    {
        "lvl"
	"rep_bldg_forwardcenter"
        "rep_bldg_artillerygun"
	"rep_fly_anakinstarfighter"
        "rep_fly_anakinstarfighter_sc"
	"rep_fly_arc170fighter"
        "rep_fly_arc170fighter_sc"
        "rep_fly_gunship"
        "rep_fly_gunship_sc"
	"rep_fly_arc_gunship"
	"rep_fly_jedifighter"
	"rep_fly_jedifighter_sc"
	"rep_fly_kitfistostarfighter"
	"rep_fly_kitfistostarfighter_sc"
	"rep_fly_macestarfighter"
	"rep_fly_macestarfighter_sc"
	"rep_fly_naboo_starfighter"
	"rep_fly_naboo_starfighter_sc"
	"rep_fly_obiwanstarfighter"
	"rep_fly_obiwanstarfighter_sc"
	"rep_fly_plokoonstarfighter"
	"rep_fly_plokoonstarfighter_sc"
	"rep_fly_saeseetinstarfighter"
	"rep_fly_saeseerinstarfighter_sc"
	"rep_fly_v19"
	"rep_fly_v19_sc"
        "rep_fly_vwing"           
        "rep_hero_aalya"
        "rep_hero_anakin"
        "rep_hero_cloakedanakin"
        "rep_hero_kiyadimundi"
        "rep_hero_macewindu"
        "rep_hero_obiwan"
        "rep_hero_plokoon"
        "rep_hero_yoda" 
        "rep_hero_luminara" 
        "rep_hero_drallig"
        "rep_hero_quigon"
        "rep_hero_shaakti"
        "rep_hero_menvar"
        "rep_hero_menvar_sith"
        "rep_hero_kitfisto"
        "rep_hero_keeda"          
        "rep_hover_fightertank"
        "rep_hover_barcspeeder"
	"rep_hover_swampspeeder"
	"rep_hover_swampspeeder_2man"
		"rep_inf_assassin"
                "rep_inf_assassin_alt"
		"rep_inf_barc"
		"rep_inf_commando"
                "rep_inf_commando_boss"
                "rep_inf_commando_fixer"
                "rep_inf_commando_sev"
                "rep_inf_commando_scorch"
		"rep_inf_covert_ops"
        "rep_inf_arc_rocketeer"
		"rep_inf_arc_commander"
        "rep_inf_arc_officer" 
		"rep_inf_ep2_commander"
        "rep_inf_ep2_jettrooper"
        "rep_inf_ep2_officer"
        "rep_inf_ep2_engineer"
        "rep_inf_ep2_rifleman"
		"rep_inf_ep2_recon"
        "rep_inf_ep2_rocketeer"
        "rep_inf_ep2_sniper"
	"rep_inf_ep2_medic"
		"rep_inf_ep3_commander"         
        "rep_inf_ep3_engineer"
        "rep_inf_ep3_jettrooper"
        "rep_inf_ep3_officer"
        "rep_inf_ep3_pilot"
        "rep_inf_ep3_rifleman"
        "rep_inf_ep3_marine"
		"rep_inf_ep3_recon"
        "rep_inf_ep3_rocketeer"
        "rep_inf_ep3_sniper"
	"rep_inf_ep3_medic"
        "rep_walk_atte"
        "rep_walk_atxt"
        "rep_walk_oneman_atst"

         }
}
A side note:
Hidden/Spoiler:
If anybody who reads the req and sees anything familiar, don't worry, I will give you all credit if and when this mod is released.
AQT
Gametoast Staff
Gametoast Staff
Posts: 4910
Joined: Sat Nov 03, 2007 4:55 pm
Location: SoCal, USA

Re: Most aggravating error I ever got!

Post by AQT »

They look fine. You may want to get rid of the empty line near the end of your side's .req though. What is the name of you side? Is it rep? What is your unit's .odf called? Is it also "rep_fly_arc_gunship?" Try cleaning first and then munge your sides.
User avatar
Havoc 526
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Sat Apr 04, 2009 6:24 pm
Projects :: Something
Games I'm Playing :: Xenoblade Splatoon
Location: Howling at the Moon

Re: Most aggravating error I ever got!

Post by Havoc 526 »

Yes, the name of the side is rep, and the unit is rep_fly_arc_gunship. Well, without that little empty space, expect me to return in a couple of hours, cause the whole side is pretty huge.
User avatar
Frisbeetarian
Jedi
Jedi
Posts: 1233
Joined: Wed Sep 12, 2007 3:13 pm

Re: Most aggravating error I ever got!

Post by Frisbeetarian »

Link504 wrote:cause the whole side is pretty huge.
Well it should be based off of everything you included in the .req file. You need to take out the line of any unit/vehicle that you aren't modifying. I wouldn't want to download a map/mod with such a large side when I have half the stuff included in the original game files already.

If it's from the SWBF1 Pack and unmodified, you can decide to include it in the side or not. If you do, it will make that much bigger of a side and a pain to download. If you don't, then you require people to have the SWBF1 Pack to play you map/mod.
User avatar
Havoc 526
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Sat Apr 04, 2009 6:24 pm
Projects :: Something
Games I'm Playing :: Xenoblade Splatoon
Location: Howling at the Moon

Re: Most aggravating error I ever got!

Post by Havoc 526 »

I'm going to have to take your advice.

There is absolutely no difference from before. I'm still getting that error, but now that I think about it, it keeps listing the file as "unknown". What do you suppose that means?
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: Most aggravating error I ever got!

Post by [RDH]Zerted »

Look through all your .req files for formatting errors. What software are you using to edit them?
User avatar
Havoc 526
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Sat Apr 04, 2009 6:24 pm
Projects :: Something
Games I'm Playing :: Xenoblade Splatoon
Location: Howling at the Moon

Re: Most aggravating error I ever got!

Post by Havoc 526 »

Notepad. Would that have something to do with it?
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: Most aggravating error I ever got!

Post by [RDH]Zerted »

If would if you weren't using Notepad.
User avatar
Havoc 526
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Sat Apr 04, 2009 6:24 pm
Projects :: Something
Games I'm Playing :: Xenoblade Splatoon
Location: Howling at the Moon

Re: Most aggravating error I ever got!

Post by Havoc 526 »

I believe I have gotten deeper into the problem. Take a look at this:

Code: Select all

ERROR[levelpack req\rep_fly_arc_gunship.req]:Unexpected end of file while searching for closing quote.
File : {Unknown}(5)...
ERROR[levelpack req\rep_fly_arc_gunship.req]:Unexpected end of file while searching for closing quote.
File : {Unknown}(5)...
 [continuing]
   2 Errors    0 Warnings

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

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

ucft <--
 [continuing]
   2 Errors    0 Warnings
So, even though I copied the text from another req file, I'm missing a bracket?
User avatar
Frisbeetarian
Jedi
Jedi
Posts: 1233
Joined: Wed Sep 12, 2007 3:13 pm

Re: Most aggravating error I ever got!

Post by Frisbeetarian »

Post your present rep.req and rep_fly_arc_gunship.req.
User avatar
Havoc 526
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Sat Apr 04, 2009 6:24 pm
Projects :: Something
Games I'm Playing :: Xenoblade Splatoon
Location: Howling at the Moon

Re: Most aggravating error I ever got!

Post by Havoc 526 »

They're basically the same as before, with a few, small changes.

Code: Select all

ucft
{
    REQN
    {
        "class"
        "rep_fly_arc_gunship"
    }
}
Hidden/Spoiler:
[code]ucft
{
REQN
{
"lvl"
"rep_bldg_forwardcenter"
"rep_bldg_artillerygun"
"rep_fly_anakinstarfighter_sc"
"rep_fly_arc170fighter_sc"
"rep_fly_arc_gunship"
"rep_fly_gunship"
"rep_fly_gunship_sc"
"rep_fly_jedifighter_sc"
"rep_fly_kitfistostarfighter_sc"
"rep_fly_macestarfighter_sc"
"rep_fly_naboo_starfighter_sc"
"rep_fly_obiwanstarfighter_sc"
"rep_fly_plokoonstarfighter_sc"
"rep_fly_saeseerinstarfighter_sc"
"rep_fly_v19_sc"
"rep_fly_vwing"
"rep_hero_aalya"
"rep_hero_anakin"
"rep_hero_cloakedanakin"
"rep_hero_kiyadimundi"
"rep_hero_macewindu"
"rep_hero_obiwan"
"rep_hero_plokoon"
"rep_hero_yoda"
"rep_hero_luminara"
"rep_hero_drallig"
"rep_hero_quigon"
"rep_hero_shaakti"
"rep_hero_menvar"
"rep_hero_menvar_sith"
"rep_hero_kitfisto"
"rep_hero_keeda"
"rep_hover_fightertank"
"rep_hover_barcspeeder"
"rep_hover_swampspeeder"
"rep_hover_swampsppeder000"
"rep_hover_swampspeeder_2man"
"rep_inf_assassin"
"rep_inf_assassin_alt"
"rep_inf_barc"
"rep_inf_commando"
"rep_inf_commando_boss"
"rep_inf_commando_fixer"
"rep_inf_commando_sev"
"rep_inf_commando_scorch"
"rep_inf_covert_ops"
"rep_inf_arc_rocketeer"
"rep_inf_arc_commander"
"rep_inf_arc_officer"
"rep_inf_ep2_commander"
"rep_inf_ep2_jettrooper"
"rep_inf_ep2_officer"
"rep_inf_ep2_engineer"
"rep_inf_ep2_rifleman"
"rep_inf_ep2_recon"
"rep_inf_ep2_rocketeer"
"rep_inf_ep2_sniper"
"rep_inf_ep2_medic"
"rep_inf_ep3_commander"
"rep_inf_ep3_engineer"
"rep_inf_ep3_jettrooper"
"rep_inf_ep3_officer"
"rep_inf_ep3_pilot"
"rep_inf_ep3_rifleman"
"rep_inf_ep3_marine"
"rep_inf_ep3_recon"
"rep_inf_ep3_rocketeer"
"rep_inf_ep3_sniper"
"rep_inf_ep3_medic"
"rep_walk_atte"
"rep_walk_atxt"
"rep_walk_oneman_atst"
}
}
[/code]
User avatar
Frisbeetarian
Jedi
Jedi
Posts: 1233
Joined: Wed Sep 12, 2007 3:13 pm

Re: Most aggravating error I ever got!

Post by Frisbeetarian »

Just for kicks, edit your rep.req to this:

Code: Select all

ucft
{
    REQN
    {
        "lvl"
        "rep_fly_arc_gunship"
    }
}
If your errors are still there (that is the same errors, other errors may show up), we will know that the problem is not in your .req files.
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: Most aggravating error I ever got!

Post by [RDH]Zerted »

Link504 wrote:ERROR[levelpack req\rep_fly_arc_gunship.req]:Unexpected end of file while searching for closing quote.
You are looking for an extra, missing, or misplaced quote somewhere in your files. I skimmed though and didn't notice anything. Make sure you didn't use two ' in place of a ". Good luck...

Edit: Yeah, copy and paste that req first.
User avatar
Havoc 526
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Sat Apr 04, 2009 6:24 pm
Projects :: Something
Games I'm Playing :: Xenoblade Splatoon
Location: Howling at the Moon

Re: Most aggravating error I ever got!

Post by Havoc 526 »

Okay, I'm getting a completely new error:

Code: Select all

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

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

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

ucft <--

   2 Errors    0 Warnings

Is that something I need to worry about?
User avatar
Frisbeetarian
Jedi
Jedi
Posts: 1233
Joined: Wed Sep 12, 2007 3:13 pm

Re: Most aggravating error I ever got!

Post by Frisbeetarian »

Link504 wrote:A virus, maybe?
No
Link504 wrote:Is that something I need to worry about?
Yes

Just to confirm, 1) your rep.req looks like this:
Hidden/Spoiler:
[code]ucft
{
REQN
{
"lvl"
"rep_fly_arc_gunship"
}
}[/code]
and 2) your rep_fly_arc_gunship.req looks like this
Hidden/Spoiler:
[code]ucft
{
REQN
{
"class"
"rep_fly_arc_gunship"
}
}[/code]
3) The names I bolded are are exactly what your files are named

If these three things are true, it could be that your rep_fly_arc_gunship.odf has something wrong with it. That's what your new errors would seem to indicate, though only if the three things I said are what you have.

Fixed hide tags --Staff
Changed them a bit more --Frisbeetarian
Last edited by Frisbeetarian on Mon Jul 13, 2009 4:45 pm, edited 1 time in total.
User avatar
Havoc 526
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Sat Apr 04, 2009 6:24 pm
Projects :: Something
Games I'm Playing :: Xenoblade Splatoon
Location: Howling at the Moon

Re: Most aggravating error I ever got!

Post by Havoc 526 »

Yes, that's exactly what they look like, if the rep.req is supposed to have all the other units listed afterward.

And just to confirm, I should be looking for a missing bracket within my odf, is that what your saying?
User avatar
Frisbeetarian
Jedi
Jedi
Posts: 1233
Joined: Wed Sep 12, 2007 3:13 pm

Re: Most aggravating error I ever got!

Post by Frisbeetarian »

Link504 wrote:if the rep.req is supposed to have all the other units listed afterward.
I was saying, for experimentation, to have the rep.req be only that.
Link504 wrote:And just to confirm, I should be looking for a missing bracket within my odf, is that what your saying?
Maybe later, not just yet though. Where did you get the ODF from anyways and have you edited it since you got it?
User avatar
Havoc 526
Rebel Warrant Officer
Rebel Warrant Officer
Posts: 317
Joined: Sat Apr 04, 2009 6:24 pm
Projects :: Something
Games I'm Playing :: Xenoblade Splatoon
Location: Howling at the Moon

Re: Most aggravating error I ever got!

Post by Havoc 526 »

Well, it's an asset I got from the conversion pack, and yes, sadly, I have had to edit it. But only the MaxHealth. I felt it was too low, but anyway... <-- :spam:

Well, in that case, I'll try again, and this time with the gunship listed only.
Post Reply