I'm trying to munge my sides but then it gets to the heroes side from the conversion pack and it wont munge it just keeps giving me an error not in the log but in the munge process
Side won't munge [Solved]
Moderator: Moderators
- tnt_1992
- Rebel Sergeant

- Posts: 180
- Joined: Mon Feb 18, 2008 4:48 pm
- Location: Georgia, usa
- Contact:
Side won't munge [Solved]
hey havent been on for a while but any way
I'm trying to munge my sides but then it gets to the heroes side from the conversion pack and it wont munge it just keeps giving me an error not in the log but in the munge process
I'm trying to munge my sides but then it gets to the heroes side from the conversion pack and it wont munge it just keeps giving me an error not in the log but in the munge process
Hidden/Spoiler:
-
501st_commander
- Master Bounty Hunter

- Posts: 1570
- Joined: Wed Dec 10, 2008 7:48 pm
Re: side wont munge
can you post your lua?
- tnt_1992
- Rebel Sergeant

- Posts: 180
- Joined: Mon Feb 18, 2008 4:48 pm
- Location: Georgia, usa
- Contact:
Re: side wont munge
ya here u go
Hidden/Spoiler:
-
501st_commander
- Master Bounty Hunter

- Posts: 1570
- Joined: Wed Dec 10, 2008 7:48 pm
Re: side wont munge
well first you have:
and do you have the heros.lvl in the sides folder of the:
addon-->***-->data-->_lvl_pc-->sides?
heros over riding heros:ReadDataFile("dc:SIDE\\rep.lvl",
"rep_inf_ep3_rifleman",
"rep_inf_ep3_rocketeer",
"rep_inf_ep3_engineer",
"rep_inf_ep3_sniper",
"rep_inf_ep3_officer",
"rep_inf_ep3_jettrooper",
"rep_hover_fightertank",
"rep_hero_anakin", <--------------------
"rep_hover_barcspeeder")
ReadDataFile("SIDE\\cis.lvl",
"cis_inf_rifleman",
"cis_inf_rocketeer",
"cis_inf_engineer",
"cis_inf_sniper",
"cis_inf_officer",
"cis_inf_droideka",
"cis_hero_darthmaul", <------------------
"cis_hover_aat")
Code: Select all
ReadDataFile("dc:SIDE\\heroes.lvl",
"rep_hero_quigon",
"cis_hero_ventress")addon-->***-->data-->_lvl_pc-->sides?
- tnt_1992
- Rebel Sergeant

- Posts: 180
- Joined: Mon Feb 18, 2008 4:48 pm
- Location: Georgia, usa
- Contact:
Re: side wont munge
thats the thing it wont munge the heroes sides i have
-
501st_commander
- Master Bounty Hunter

- Posts: 1570
- Joined: Wed Dec 10, 2008 7:48 pm
Re: side wont munge
Try this,
and if that fails,
Hidden/Spoiler:
Hidden/Spoiler:
- tnt_1992
- Rebel Sergeant

- Posts: 180
- Joined: Mon Feb 18, 2008 4:48 pm
- Location: Georgia, usa
- Contact:
Re: side wont munge
lol ok thx anyway501st_commander wrote:
and if that fails,Hidden/Spoiler:
but this still really wierd tho. i have never run into this before making a new side is it becuz there is no heroes side in the stock sides?
- Frisbeetarian
- Jedi

- Posts: 1233
- Joined: Wed Sep 12, 2007 3:13 pm
Re: side wont munge
The only thing wrong with your original Lua script is that you should remove the "dc:" in front of the "SIDE" for the "heroes" side. (This is assuming you have the SWBF1 Pack.)
@501st_commander
There is nothing wrong with loading more heroes such as Maul, he's just not referencing them later. There is none of this silly overriding nonsense. He's just unnecessarily loading extra units.
@501st_commander
There is nothing wrong with loading more heroes such as Maul, he's just not referencing them later. There is none of this silly overriding nonsense. He's just unnecessarily loading extra units.
- tnt_1992
- Rebel Sergeant

- Posts: 180
- Joined: Mon Feb 18, 2008 4:48 pm
- Location: Georgia, usa
- Contact:
Re: side wont munge
ok i took out the dc: but it is still doing the same thing.
edit: ok i got it to start munging the side but it stops at and just wont finish.
edit: ok i got it to start munging the side but it stops at
Code: Select all
_CreateShadowMesh(lod:0): created hires shadow (226 verts 1322 edges)
Last edited by tnt_1992 on Wed May 20, 2009 5:02 pm, edited 1 time in total.
- DarthD.U.C.K.
- Master of the Force

- Posts: 6027
- Joined: Wed Sep 27, 2006 11:05 am
- Location: Duckburg, Germany
Re: side wont munge
if you remove the dc (DownloadableContent) you wont have to munge the side, it will automatically load the heroe from the side thats installed with the convopack
- Frisbeetarian
- Jedi

- Posts: 1233
- Joined: Wed Sep 12, 2007 3:13 pm
Re: side wont munge
Wait, are you trying to get the to get the SWBF1 heroes, or are you saying that you made your own heroes called the same thing in a second side also called the same thing?
- tnt_1992
- Rebel Sergeant

- Posts: 180
- Joined: Mon Feb 18, 2008 4:48 pm
- Location: Georgia, usa
- Contact:
Re: side wont munge
no im using the swbf1 heroes. i took out the dc munged common and the heros work know but when i spawn as them the map crashes
here is my log
here is my log
Hidden/Spoiler:
- bobfinkl
- Rebel Colonel

- Posts: 593
- Joined: Sun Jul 13, 2008 9:01 am
- Projects :: Lots of unreleased stuff
- xbox live or psn: No gamertag set
- Location: The quaint little city gametoast.
Re: side wont munge
Your missing animations, go ahead and add the missing anims from what I can see in your error log you are missing Aayla's anims so add those and try again.
-
RogueKnight
- Space Ranger
- Posts: 2512
- Joined: Sat Nov 22, 2008 1:50 pm
- Projects :: Life. Work.
- xbox live or psn: No gamertag set
- Location: Washington, US
Re: side wont munge
Also fill those memory pools.
- tnt_1992
- Rebel Sergeant

- Posts: 180
- Joined: Mon Feb 18, 2008 4:48 pm
- Location: Georgia, usa
- Contact:
Re: side wont munge
nvm i got it to work. it finely munged the side
