1upD Posted July 31, 2007 Posted July 31, 2007 WTF!? Ok, so I've been working on my campaign and mod, I did some reskins, a few new units/structures, a particle edit, and maybe some story dialoge editing, and now there's this enourmous bug stuck on my mod! The story dialoge box is blank wherever I look, and tactical combat never loads! NOOOOOOOOOOOOOOOOOOOOOOOOOOOOO!!!!!!!!! "I feel fantastic and I'mStill Aliveand when you're dying I will beStill Aliveand when you're dead I will beStill AliveSTILL ALIVE"~GLaDOSAnybody who thinks Palpatine is a sepratist knows NOTHING about star WarsWhen in doubt- rocket it.Dowload The Underworld's Might beta from Filefront!
Droid803 Posted August 1, 2007 Posted August 1, 2007 Solution: Play Skirmish!Solution 2: revert back to an older archive (I do that when I screw up, that way, the most I lose is any changes since the last version). Its probably the story dialog editing http://img.photobucket.com/albums/v423/kc1991/droid803sig.jpg"That was fun"
1upD Posted August 1, 2007 Author Posted August 1, 2007 You don't understand. I was the very first modder to begin production of a new story campaign! That would explain the first problem, but I cant' find anything wrong. I guess 'look harder', but that won't help the tactical $#*!. I don't know what to revert, if it's not the particles or the story, it could be something I forgot about! "I feel fantastic and I'mStill Aliveand when you're dying I will beStill Aliveand when you're dead I will beStill AliveSTILL ALIVE"~GLaDOSAnybody who thinks Palpatine is a sepratist knows NOTHING about star WarsWhen in doubt- rocket it.Dowload The Underworld's Might beta from Filefront!
Droid803 Posted August 1, 2007 Posted August 1, 2007 What do you mean by tactical combat never loads?The bar never moves? or You can't click "Start"? http://img.photobucket.com/albums/v423/kc1991/droid803sig.jpg"That was fun"
1upD Posted August 2, 2007 Author Posted August 2, 2007 Sorry, I should've elaborated. I go, "What the heck? My dialogue is gone!", then I attack a planet, then I hear that !%^$#$&()_&^% beeping sound and the game has an exception error. "I feel fantastic and I'mStill Aliveand when you're dying I will beStill Aliveand when you're dead I will beStill AliveSTILL ALIVE"~GLaDOSAnybody who thinks Palpatine is a sepratist knows NOTHING about star WarsWhen in doubt- rocket it.Dowload The Underworld's Might beta from Filefront!
Sidious_Invader Posted August 2, 2007 Posted August 2, 2007 Can you Email me your xml's? Don't worry I'll be honorable. Bradhitchings@adelphia.net http://i199.photobucket.com/albums/aa197/knivesdamaster/tags/sith_omguserbar_member.jpg
1upD Posted August 9, 2007 Author Posted August 9, 2007 I have a lot of XMLs... "I feel fantastic and I'mStill Aliveand when you're dying I will beStill Aliveand when you're dead I will beStill AliveSTILL ALIVE"~GLaDOSAnybody who thinks Palpatine is a sepratist knows NOTHING about star WarsWhen in doubt- rocket it.Dowload The Underworld's Might beta from Filefront!
Sidious_Invader Posted August 10, 2007 Posted August 10, 2007 If this helps I've never had an exception from a bad story.xml, or .lua script, unless it was xml syntax. It will not fire if it does not have the proper paramaters, so your error is in the new units. Mostly likely not the particles either. http://i199.photobucket.com/albums/aa197/knivesdamaster/tags/sith_omguserbar_member.jpg
1upD Posted August 10, 2007 Author Posted August 10, 2007 That's very disturbing... The game doesn't crash from the start. If I start a normal GC tactical battle with none of the new units, it crashes. Truly disturbing... "I feel fantastic and I'mStill Aliveand when you're dying I will beStill Aliveand when you're dead I will beStill AliveSTILL ALIVE"~GLaDOSAnybody who thinks Palpatine is a sepratist knows NOTHING about star WarsWhen in doubt- rocket it.Dowload The Underworld's Might beta from Filefront!
Droid803 Posted August 10, 2007 Posted August 10, 2007 Yes that happens. Sometimes, the game just doesn't read the file if there's something wrong with it rather than crashing. I think its happened one or two times to me before (like I started a skirmish game and I had no frigates available to build) http://img.photobucket.com/albums/v423/kc1991/droid803sig.jpg"That was fun"
1upD Posted August 13, 2007 Author Posted August 13, 2007 Hmmm... I tried disabling the story dialogue, and it worked. What's wrong with this dialogue script?(Don't mind the story) [CHAPTER 18] # Dark Fett Campaign # (chapter heading – referenced in the script XML) # Initial dialog box display TEXT TEXT_STORY_TRANSMISSION_KAMINO # (dialog box heading, text is XLS tag) TEXTCOLOR 255 255 255 255 #(text color for preceding text line) TEXT TEXT_CAMPAIGN_LEGACY_DESCRIPTION_R #(mission title) # IMAGE Mon_Mothma.tga MOVIE Rebel_Pilot_Loop2 # Main Text, beginning of Mission WAIT 500 SFX Button_Press NEWLINE 1 TEXTCOLOR 255 255 255 176 TEXT TEXT_CAMPAIGN_LEGACY_DESCRIPTION_R #(First block of text – generally spoken) # Wait 1 second and then show First Task WAIT 1000 PAUSE 1 SFX Button_Press NEWLINE 2 TEXTCOLOR 255 255 255 176 TEXT TEXT_STORY_DARKFETT_TASK1 #(task line) # Wait 10 seconds and then unpause the game WAIT 10000 PAUSE 0 [CHAPTER 19] TEXT TEXT_STORY_THE_NEW_ARMY TEXTCOLOR 255 255 255 255 TEXT TEXT_STORY_TRANSMISSION_DELLSO WAIT 500 SFX BUTTON_PRESS NEWLINE 1 TEXTCOLOR 255 255 255 176 TEXT TEXT_STORY_DELLSO_CAMPAIGN_BEGGINING WAIT 1000 PAUSE 1 SFX BUTTON_PRESS NEWLINE 2 TEXTCOLOR 255 255 255 176 TEXT TEXT_STORY_DELLSO_TASK1 WAIT 10000 PAUSE 0 [CHAPTER 20] TEXTCOLOR 0 0 0 0 TEXT TEXT_STORY_SEEKING_ALLIES TEXTCOLOR 255 255 255 255 TEXT TEXT_STORY_TRANSMISSION_CREW WAIT 500 SFX BUTTON_PRESS NEWLINE 1 TEXTCOLOR 255 255 255 176 TEXT TEXT_STORY_DELLSO_IS_DIED WAIT 500 SFX BUTTON_PRESS NEWLINE 1 TEXTCOLOR 255 40 40 176 TEXT TEXT_K_LETS_GO WAIT 500 SFX BUTTON_PRESS NEWLINE 1 TEXTCOLOR 255 255 255 176 TEXT TEXT_K_LETS_GO2 WAIT 1000 PAUSE 1 SFX BUTTON_PRESS NEWLINE 2 TEXTCOLOR 255 255 255 176 TEXT TEXT_ATTACK_HOTH WAIT 10000 PAUSE 0 [CHAPTER 21] TEXT TEXT_A_NEW_PERSPECTIVE TEXTCOLOR 255 255 255 255 TEXT TEXT_STORY_TRANSMISSION_CREW WAIT 500 SFX BUTTON PRESS NEWLINE 1 TEXTCOLOR 255 255 255 176 TEXT TEXT_STORY_FOUNDTHEORDER WAIT 500 SFX BUTTON PRESS NEWLINE 1 TEXTCOLOR 255 40 40 176 TEXT TEXT_FLAME_ORDER_CONTACT WAIT 500 SFX BUTTON PRESS NEWLINE 1 TEXTCOLOR 255 255 255 255 TEXT_STORY_TRANSMISSION_UNKNOWN WAIT 500 SFX BUTTON PRESS NEWLINE 1 TEXTCOLOR 255 40 40 176 TEXT TEXT_STORY_JUC_WTH WAIT 500 SFX BUTTON PRESS NEWLINE 1 TEXTCOLOR 199 105 59 255 TEXT TEXT_FLAME_ORDER_CONTACT2 WAIT 1000 PAUSE 1 SFX BUTTON_PRESS NEWLINE 2 TEXTCOLOR 255 255 255 176 TEXT TEXT_STORY_JUCFAC_TASK_BUILDFLAME WAIT 10000 PAUSE 0 "I feel fantastic and I'mStill Aliveand when you're dying I will beStill Aliveand when you're dead I will beStill AliveSTILL ALIVE"~GLaDOSAnybody who thinks Palpatine is a sepratist knows NOTHING about star WarsWhen in doubt- rocket it.Dowload The Underworld's Might beta from Filefront!
Sidious_Invader Posted August 13, 2007 Posted August 13, 2007 Just offhand, some of the "SFX Button_Press", are "SFX Button Press", no "_". some are not in caps(not sure if it makes a difference. http://i199.photobucket.com/albums/aa197/knivesdamaster/tags/sith_omguserbar_member.jpg
1upD Posted August 14, 2007 Author Posted August 14, 2007 Just offhand, some of the "SFX Button_Press", are "SFX Button Press", no "_". some are not in caps(not sure if it makes a difference. :o That HAS to be it! Thank you, you'ved saved my campaigning once again! "I feel fantastic and I'mStill Aliveand when you're dying I will beStill Aliveand when you're dead I will beStill AliveSTILL ALIVE"~GLaDOSAnybody who thinks Palpatine is a sepratist knows NOTHING about star WarsWhen in doubt- rocket it.Dowload The Underworld's Might beta from Filefront!
Sidious_Invader Posted August 14, 2007 Posted August 14, 2007 No problem, looking forward to it. Nobody else has attempted a new campaign, so this will be unique! Wish i had time to do so myself. You said you were using some of my story triggers, let me know if you need a special .lua script other than what I provided. I'll see what I can do. http://i199.photobucket.com/albums/aa197/knivesdamaster/tags/sith_omguserbar_member.jpg
1upD Posted August 14, 2007 Author Posted August 14, 2007 Fierfek! It osik'la didn't work! Osik! Osik! Osik! *Sigh*Why the sithspit won't it work?! :'( Sorry... "I feel fantastic and I'mStill Aliveand when you're dying I will beStill Aliveand when you're dead I will beStill AliveSTILL ALIVE"~GLaDOSAnybody who thinks Palpatine is a sepratist knows NOTHING about star WarsWhen in doubt- rocket it.Dowload The Underworld's Might beta from Filefront!
1upD Posted August 21, 2007 Author Posted August 21, 2007 w00t! I found another syntax error, now my mod works again. "I feel fantastic and I'mStill Aliveand when you're dying I will beStill Aliveand when you're dead I will beStill AliveSTILL ALIVE"~GLaDOSAnybody who thinks Palpatine is a sepratist knows NOTHING about star WarsWhen in doubt- rocket it.Dowload The Underworld's Might beta from Filefront!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now