Page 29 of 31

Re: UnOfficial v1.3 Patch (r129 - Final Version)

Posted: Wed Feb 05, 2014 3:50 am
by Anakin
We just gave you two ways, depending on what version you have.

Re: UnOfficial v1.3 Patch (r129 - Final Version)

Posted: Wed Feb 05, 2014 9:12 pm
by Generalfacu
I think there are some things to fix. The Imperial Stormtroopers skin is blurry in some planets. Another problem is that when I have to land the LAAT/i Gunship in the CIS Hangar in Space Kashyyyk (Rise of the Empire), the objective is never accomplished. Can anyone help me?

Re: UnOfficial v1.3 Patch (r129 - Final Version)

Posted: Thu Feb 06, 2014 1:36 am
by THEWULFMAN
We already told you. Just uninstall the patch, then reinstall it and uncheck the option for the new HUD.

Re: UnOfficial v1.3 Patch (r129 - Final Version)

Posted: Wed Feb 19, 2014 12:19 am
by [RDH]Zerted
Generalfacu wrote:I think there are some things to fix. The Imperial Stormtroopers skin is blurry in some planets. Another problem is that when I have to land the LAAT/i Gunship in the CIS Hangar in Space Kashyyyk (Rise of the Empire), the objective is never accomplished. Can anyone help me?
Sorry, I can't help you. All the skin changes were copied from v1.2 to make installation easier and I didn't make v1.2. As for the objective never finishing, I haven't heard that bug before. I don't have SWBF2 installed anymore so I can't test it. Does the objective complete when you don't have v1.3? At the very least you can use the campaign list button to play the later missions if you can't pass that one.

If you haven't figured out how to remove the HUD, you need to reinstall v1.3 r129 and not select the HUD checkbox. If you're using menu.bat to reinstall, you have an older and buggy version of v1.3 and should download the updated exe version (v1.3 r129).

Re: UnOfficial v1.3 Patch (r129 - Final Version)

Posted: Wed Feb 19, 2014 9:19 am
by kinetosimpetus
That objective is finicky even in stock SWBF2, just take off and land until you get it.

Re: UnOfficial v1.3 Patch (r129 - Final Version)

Posted: Wed Aug 20, 2014 11:35 pm
by [RDH]Zerted
Updated primary v1.3 r129 download link to point to Filefront: http://starwarsbattlefront.filefront.com/file/;122206 For some reason, it sometimes takes a few page refreshes for the link to actually work...

(Didn't there use to be a "Don't bump topic" option for new posts?)

Re: UnOfficial v1.3 Patch (r129 - Final Version)

Posted: Sat Sep 06, 2014 4:03 pm
by CoinStar3
I am having a problem installing this
when I double click menu it works but says access denied
the help guide says run menu as an administrator but when i do it says battlefrontII.exe does not exist from the folder containing menu.bat

Re: UnOfficial v1.3 Patch (r129 - Final Version)

Posted: Mon Oct 20, 2014 2:21 am
by [RDH]Zerted
That's not the latest version of the patch. The newer version has a wizard-based installer that fixes the issue. Download it from the link in the post before your post. You want v1.3 r129.

Re: UnOfficial v1.3 Patch (r129 - Final Version)

Posted: Tue Oct 21, 2014 11:43 am
by AnthonyBF2
I have a question regarding fake console.

Is it possible to save custom lua commands that I enter into fake console? So I don't have to manually re-type them every time I do something in the game.

Re: UnOfficial v1.3 Patch (r129 - Final Version)

Posted: Tue Oct 21, 2014 2:53 pm
by commanderawesome
Yes.
Just follow these tutorials from the 1.3 patch documentation:
Munge A Custom LVL File.txt
Make Custom User Scripts.txt

And if you want to add your own commands as buttons, follow this:
viewtopic.php?f=27&t=29399&p=495872

Re: UnOfficial v1.3 Patch (r129 - Final Version)

Posted: Tue Oct 21, 2014 4:39 pm
by AnthonyBF2
Thanks!

Ok I've done what the custom lvl text file says, and the lvl file isn't being made.
This is my munge log errors:
Hidden/Spoiler:
ERROR[levelpack shell.req]:Could not open ..\common\munged\pc\core.files for input. DOS reports:
No such file or directory
ERROR[levelpack shell.req]:Could not open ..\common\munged\pc\core.files for input. DOS reports:
No such file or directory
[continuing]
2 Errors 0 Warnings

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

ERROR[levelpack USR_conquest.mrq]:Could not open ..\..\common\munged\pc\core.files for input. DOS reports:
No such file or directory
ERROR[levelpack USR_conquest.mrq]:Could not open ..\..\common\munged\pc\core.files for input. DOS reports:
No such file or directory
[continuing]
2 Errors 0 Warnings

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

Re: UnOfficial v1.3 Patch (r129 - Final Version)

Posted: Sat Nov 08, 2014 4:10 pm
by [RDH]Zerted
The solution to that is to do a manual clean and then munge Common. Then resuming building whatever you were doing beforehand.

Re: UnOfficial v1.3 Patch (r129 - Latest Version)

Posted: Tue Feb 03, 2015 12:10 am
by [RDH]Zerted
Partially discovered by Maveritchell and Anakin, there's a bug in the custom_gc template.

Code: Select all

return cgc#_custom_PressedGCButton()
should be

Code: Select all

return cgc#_custom_PressedGCButton(tag)
The missing parameter prevents multiple cGCs from working as one of them will eat the other's button press.

I can release another v1.3 revision that'll work around the issue, so released cGCs don't need to be updated, but it'll be at least a month until I get around to it. Anyone who's making cGCs should remember to add in the missing tag parameter.

Bug 1: Broken installer on Win Vista/7 [fixed]
Bug 2: Leia fails to spawn [fixed]
Bug 3: Missing cGC parameter [pending]
Bug 4: ???

Re: UnOfficial v1.3 Patch (r129 - Latest Version)

Posted: Tue Mar 03, 2015 2:01 pm
by xap4o
Can you share source code? Links in topic are not working.

Re: UnOfficial v1.3 Patch (r129 - Latest Version)

Posted: Tue Mar 17, 2015 2:22 am
by AnthonyBF2
About the Space Kash bug, I can also report that it is odd. It takes a few lands for it to detect you as landed.

There is no source anymore I don't think... they were lost. Unless some one has "1.3 patch recovered source"

Re: UnOfficial v1.3 Patch (r129 - Final Version)

Posted: Tue Mar 17, 2015 3:38 pm
by Twilight_Warrior
kinetosimpetus wrote:That objective is finicky even in stock SWBF2, just take off and land until you get it.
Not a v1.3 bug.

Re: UnOfficial v1.3 Patch (r129 - Latest Version)

Posted: Wed Aug 12, 2015 4:37 pm
by Isaac1138
Can I have the RAR version of this patch, including the menu bats? I think it is from filefront.

Re: UnOfficial v1.3 Patch (r129 - Latest Version)

Posted: Thu Aug 13, 2015 9:56 am
by Marth8880
Are you asking if you can have a download link from somewhere other than Gamefront, or do you actually want a version of the patch in .rar format? :o

Re: UnOfficial v1.3 Patch (r129 - Latest Version)

Posted: Thu Aug 13, 2015 10:14 am
by Anakin
i think he wants the old patch. That come with a batch menu where you can change the settings. The latest version is an exe installer, where you need to reinstall to change settings.

Re: UnOfficial v1.3 Patch (r129 - Latest Version)

Posted: Thu Aug 13, 2015 10:17 am
by Marth8880
Anakin wrote:i think he wants the old patch. That come with a batch menu where you can change the settings. The latest version is an exe installer, where you need to reinstall to change settings.
rip

Oh well. I think the first post has some broken links or something to r117, which is probably what he wants, but they're broken, so. :d