UnOfficial v1.3 Patch r130 for GOG·Steam·Retail
Moderator: Moderators
55 posts
• Page 3 of 3 • 1, 2, 3
- AnthonyBF2
-
- Posts: 1192
- Joined: Wed Aug 21, 2013 3:55 pm
- Location: San Diego
- Projects :: SWBF2 PSP+PS2 Conversion
Re: UnOfficial v1.3 Patch r129 for GOG·Steam·Retail
Spiret wrote:Game files have not been updated, only executable and Galaxy DLLs. You can install patch and use it without problems. Soon I will update the installer with new revision number and features that people asked here.
Thanks for checking up!
- TWINKEYRUNAWAY
-
- Posts: 717
- Joined: Fri Aug 17, 2012 3:13 pm
- Location: 411Remnant
- Projects :: Empire Rising
- Games I'm Playing :: SWBF Doom FONV
- xbox live or psn: No gamertag set
Re: UnOfficial v1.3 Patch r129 for GOG·Steam·Retail
The exe has been updated? Huh, I wonder if the online is more stable now.
- Raigiku
- Private Third Class
-
- Posts: 58
- Joined: Mon Jun 05, 2017 5:14 pm
- Location: Perú
- Projects :: Battlefront Redux
- Games I'm Playing :: League of Legends
- xbox live or psn: TheRaigiku
Re: UnOfficial v1.3 Patch r129 for GOG·Steam·Retail
TWINKEYRUNAWAY wrote:The exe has been updated? Huh, I wonder if the online is more stable now.
It is

- Anakin
-
- Posts: 4776
- Joined: Sat Sep 19, 2009 11:37 am
- Location: Mos Espa (germany)
- Projects :: RC Side Mod SWBF2 HD SWBF3 Legacy
Re: UnOfficial v1.3 Patch r129 for GOG·Steam·Retail
Can someone tell me whether there exist a ..\GameData\Addon\AAA-v1.3patch folder after installing v1.3 gog?? If not, does the file ..\GameData\data\_lvl_pc\v1.3patch_strings.lvl exist??
- titanbass1
- Recruit Womprat Killer
-
- Posts: 7
- Joined: Sun May 08, 2016 5:22 pm
- Projects :: No Mod project currently.
- Games I'm Playing :: Battlefront 1+2
- xbox live or psn: No gamertag set
Re: UnOfficial v1.3 Patch r129 for GOG·Steam·Retail
Anakin wrote:Can someone tell me whether there exist a ..\GameData\Addon\AAA-v1.3patch folder after installing v1.3 gog?? If not, does the file ..\GameData\data\_lvl_pc\v1.3patch_strings.lvl exist??
Yeah I got the AAA folder after installing it.
- Anakin
-
- Posts: 4776
- Joined: Sat Sep 19, 2009 11:37 am
- Location: Mos Espa (germany)
- Projects :: RC Side Mod SWBF2 HD SWBF3 Legacy
Re: UnOfficial v1.3 Patch r129 for GOG·Steam·Retail
Are there any scripts from the 1.3 patch recovered??
I'm trying to make the menu full screen compatible and i was able to fix the profil select screen, but all changes i do to the singleplayer select screen have no affect. Is it possible that the 1.3 patch overwrites the old function names and uses new names instead of a wrapper??
I'm trying to make the menu full screen compatible and i was able to fix the profil select screen, but all changes i do to the singleplayer select screen have no affect. Is it possible that the 1.3 patch overwrites the old function names and uses new names instead of a wrapper??
Re: UnOfficial v1.3 Patch r129 for GOG·Steam·Retail
Yes, Zerted added "custom_" prefix to the functions he changed. For example, in ifs_missionselect_pcmulti: custom_GetGMapModes, custom_ClickCheckButtons, custom_UnknownEraIcon1 and etc.
- Anakin
-
- Posts: 4776
- Joined: Sat Sep 19, 2009 11:37 am
- Location: Mos Espa (germany)
- Projects :: RC Side Mod SWBF2 HD SWBF3 Legacy
Re: UnOfficial v1.3 Patch r129 for GOG·Steam·Retail

And i'm looking for the AddPCTitle function. It's used in all ifs_screen build functions, but i haven't found the definition.
==EDIT==
Any ideas what was changed exactly?? I found a few things in the recovered source, but it still does not help me, because there are variables and functions not redefined but they still do not work. And Zerted used only local variables, so i cannot change their values from my script.
Re: UnOfficial v1.3 Patch r130 for GOG·Steam·Retail
Sorry for a too late update. Changes:
- Returned back Campaign to Instant Action and Multiplayer modes list;
- Added 'Exit to Windows' button in Multiplayer and extended Instant Action options by Anthony;
- Installer now cleans the game folder from trash files that came after Galaxy update;
- Added Geonosis map with fixed sky that broke after Galaxy update;
- Returned back original icon to executable in Steam version;
- Added fixed executable for Steam version by Aslan;
- Changed version number to r130.
- Returned back Campaign to Instant Action and Multiplayer modes list;
- Added 'Exit to Windows' button in Multiplayer and extended Instant Action options by Anthony;
- Installer now cleans the game folder from trash files that came after Galaxy update;
- Added Geonosis map with fixed sky that broke after Galaxy update;
- Returned back original icon to executable in Steam version;
- Added fixed executable for Steam version by Aslan;
- Changed version number to r130.
Last edited by Spiret on Sat Aug 18, 2018 10:26 am, edited 1 time in total.
- AnthonyBF2
-
- Posts: 1192
- Joined: Wed Aug 21, 2013 3:55 pm
- Location: San Diego
- Projects :: SWBF2 PSP+PS2 Conversion
Re: UnOfficial v1.3 Patch r130 for GOG·Steam·Retail
Something regarding the EXE caused my game to screw up. I had "verify integrity of files" which caused Steam to re-download many files to get the game working again.
Can you make a zip folder available with all of the files/folders for people who want to pick what parts of this mod they want? I don't really want/need my EXE changed, especially if it's going to break my game.
Can you make a zip folder available with all of the files/folders for people who want to pick what parts of this mod they want? I don't really want/need my EXE changed, especially if it's going to break my game.
Re: UnOfficial v1.3 Patch r130 for GOG·Steam·Retail
Strange, installer works perfectly for me. Ok, here is a .zip version with only patch included - http://www.mediafire.com/file/9y5g82s5h ... h-r130.zip
- Anakin
-
- Posts: 4776
- Joined: Sat Sep 19, 2009 11:37 am
- Location: Mos Espa (germany)
- Projects :: RC Side Mod SWBF2 HD SWBF3 Legacy
Re: UnOfficial v1.3 Patch r130 for GOG·Steam·Retail
do you know if Zerted overwrite or wrapped ifs_sideselect_fnEnter?
I have this debug output:
And i want to have a option in my new settings instead of running the installer again to add/remove a txt file. So i first i need to kill the remove function and insert my own one. But first i need to know where this happens. Any idea what lvl file could contain the script that handles that?
I have this debug output:
- Code: Select all
ifs_sideselect_fnEnter(): Map does not support custom era teams
ifs_sideselect_fnEnter(): The award settings file exists
ifs_sideselect_fnEnter(): Starting to remove award effects...
ifs_sideselect_fnEnter(): Finished removing award effects.
And i want to have a option in my new settings instead of running the installer again to add/remove a txt file. So i first i need to kill the remove function and insert my own one. But first i need to know where this happens. Any idea what lvl file could contain the script that handles that?
Re: UnOfficial v1.3 Patch r130 for GOG·Steam·Retail
Maybe just use ff_CommandRemoveAwardEffects() and ff_awardEffectsOn()?
- Anakin
-
- Posts: 4776
- Joined: Sat Sep 19, 2009 11:37 am
- Location: Mos Espa (germany)
- Projects :: RC Side Mod SWBF2 HD SWBF3 Legacy
Re: UnOfficial v1.3 Patch r130 for GOG·Steam·Retail
i wasn't sure if that would work when you disabled the award effects while v1.3 installation. I solved my problem by wrapping ScriptCB_IsFileExist() and if the parameter is NoAward.txt i have my own conditions to return 0 or 1
Re: UnOfficial v1.3 Patch r130 for GOG·Steam·Retail
Thanks for keeping this updated!
I've added a link from Zerted's original r129 thread to this one for convenience, and pinned this thread to the top of the release board. As someone who has just returned to SWBF2 I've been tumbling through a rabbit hole of links and google searches to find everything I need to get myself setup again. This will make things easier for other players searching for the current unofficial 1.3 patch for their game version, hopefully.
I've added a link from Zerted's original r129 thread to this one for convenience, and pinned this thread to the top of the release board. As someone who has just returned to SWBF2 I've been tumbling through a rabbit hole of links and google searches to find everything I need to get myself setup again. This will make things easier for other players searching for the current unofficial 1.3 patch for their game version, hopefully.
55 posts
• Page 3 of 3 • 1, 2, 3
Return to SWBF2 Released Maps & Mods
Who is online
Users browsing this forum: No registered users and 2 guests