Strange side error.

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
666rulerofclones
Command Sergeant Major
Command Sergeant Major
Posts: 281
Joined: Fri Aug 08, 2008 1:30 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: The Badger State!

Strange side error.

Post by 666rulerofclones »

I was modding the rebel side for a mod and I got these errors:

My PCMungeLog:
Hidden/Spoiler:
[code]ERROR[levelpack all.req]:Expecting bracket, but none was found.
File : munged\pc\all_inf_sniper.lvl.req(1)...

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

ucft <--
[continuing]
2 Errors 0 Warnings
[/code]
My all_inf_sniper.req
Hidden/Spoiler:
[code]
ucft
{
REQN
{
"class"
"all_inf_sniper"
}
}[/code]
My all_inf_sniper.odf
Hidden/Spoiler:
[code][GameObjectClass]
ClassParent = "all_inf_default_sniper"

[Properties]
GeometryName = "all_inf_marksperson"
GeometryLowRes = "all_inf_marksperson_low1"
OverrideTexture = "all_inf_markspersonjungle"
FirstPerson = "all\allleia;all_1st_deathstarleia"

SkeletonName = "marksperson"
SkeletonLowRes = "leialz"
SkeletonRootScale = "0.95"
CollisionRootScale = "0.95"


// general VO - Some female VO unavailable
HurtSound = "all_inf_com_chatter_wound_female"
DeathSound = "all_inf_com_chatter_death_female"
DamageRegionSound = "allfemalechoke"
ChokeSound = "allfemaleforcechoke"



VOUnitType = 4

[VO Sound Stuff][/code]
My all.req
Hidden/Spoiler:
[code]ucft
{
REQN
{
"lvl"
"all_droid_r2d2"
"all_fly_awing"
"all_fly_gunship_sc"
"all_fly_moncalamari_dome"
"all_fly_snowspeeder"
"all_fly_xwing_sc"
"all_fly_ywing_sc"
"all_hero_chewbacca"
"all_hero_hansolo_storm"
"all_hero_hansolo_tat"
"all_hero_leia"
"all_hero_luke_jedi"
"all_hero_luke_pilot"
"all_hero_luke_storm"
"all_hero_luke_tat"
"all_hover_combatspeeder"
"all_hover_bos_combatspeeder"
"all_inf_engineer"
"all_inf_engineer_fleet"
"all_inf_engineer_jungle"
"all_inf_engineer_snow"
"all_inf_marine"
"all_inf_officer"
"all_inf_officer_jungle"
"all_inf_officer_snow"
"all_inf_pilot"
"all_inf_rifleman"
"all_inf_rifleman_desert"
"all_inf_rifleman_fleet"
"all_inf_rifleman_jungle"
"all_inf_rifleman_snow"
"all_inf_rifleman_urban"
"all_inf_rocketeer"
"all_inf_rocketeer_fleet"
"all_inf_rocketeer_jungle"
"all_inf_rocketeer_snow"
"all_inf_sniper"
"all_inf_sniper_fleet"
"all_inf_sniper_jungle"
"all_inf_sniper_snow"
"all_inf_wookiee"
"all_inf_wookiee_snow"
"all_veh_remote_terminal"
"all_walk_tauntaun"
"imp_hover_speederbike"
"all_bldg_defensegridturret"
}
}
[/code]
I have no clue what do to about this. It obviously is an issue with one of the Rebel Marksman's 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: Strange side error.

Post by [RDH]Zerted »

Do a full, manual clean then remunge. Post your new munge error if you get one.
User avatar
666rulerofclones
Command Sergeant Major
Command Sergeant Major
Posts: 281
Joined: Fri Aug 08, 2008 1:30 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: The Badger State!

Re: Strange side error.

Post by 666rulerofclones »

I did a manual clean and I got this result:
Hidden/Spoiler:
[code]
ERROR[levelpack all.req]:Expecting bracket, but none was found.
File : munged\pc\all_inf_sniper.lvl.req(1)...

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

ucft <--
[continuing]
2 Errors 0 Warnings
[/code]
Post Reply