The opposite would be easier. Not many items were changed in the GOG shell.lvl as countless things were changed in the 1.3 shell.lvlSpiret wrote:We need to know what exactly .lua files in shell.lvl and ingame.lvl have been changed in v1.3 patch. Then we can insert them to new files updated by GOG.
UnOfficial v1.3 Patch (r129 - Latest Version)
Moderator: Moderators
- AnthonyBF2
- Sith
- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: UnOfficial v1.3 Patch (r129 - Latest Version)
-
- Resistance Leader
- Posts: 5042
- Joined: Tue Feb 09, 2010 8:43 pm
- Projects :: DI2 + Psychosis
- xbox live or psn: Marth8880
- Location: Edinburgh, UK
- Contact:
Re: UnOfficial v1.3 Patch (r129 - Latest Version)
According to the file size differences, only shell.lvl was changed; the vanilla and 1.2 patch ingame.lvl files are both 14,690 KB.Spiret wrote:We need to know what exactly .lua files in shell.lvl and ingame.lvl have been changed in v1.3 patch.
-
- Private
- Posts: 41
- Joined: Sun Jan 03, 2016 11:44 am
Re: UnOfficial v1.3 Patch (r129 - Latest Version)
You are right. Just compared the files in hex editor and ingame.lvl is untoched. But common.lvl, core.lvl and shell.lvl were changed. I used SleepKiller's tool and extracted all scripts from original and new shell.lvl and compared them in Total Commander. Here what I found:
New File:
ifs_mpgs_galaxylogin
Changed Files:
ifs_instant_options_tags
ifs_missionselect_pcmulti
ifs_mp_sessionlist
ifs_mp_leaderboard
shell_interface
Ok. Target files found. Compared v1.3 patch's shell.lvl with original and found scripts that changed both in v1.3 patch and GOG's version:
ifs_missionselect_pcmulti
ifs_mp_sessionlist
shell_interface
Do not know what exactly first two scripts do, but found what GOG changed in shell_interface. They added this code after 129 line, I think:
if(gOnlineServiceStr == "Galaxy") then
ScriptCB_DoFile("ifs_mpgs_galaxylogin")
end
I will try to rebuild shell.lvl and common.lvl. If everything will be nice, I will release updated patch tomorrow.
New File:
ifs_mpgs_galaxylogin
Changed Files:
ifs_instant_options_tags
ifs_missionselect_pcmulti
ifs_mp_sessionlist
ifs_mp_leaderboard
shell_interface
Ok. Target files found. Compared v1.3 patch's shell.lvl with original and found scripts that changed both in v1.3 patch and GOG's version:
ifs_missionselect_pcmulti
ifs_mp_sessionlist
shell_interface
Do not know what exactly first two scripts do, but found what GOG changed in shell_interface. They added this code after 129 line, I think:
if(gOnlineServiceStr == "Galaxy") then
ScriptCB_DoFile("ifs_mpgs_galaxylogin")
end
I will try to rebuild shell.lvl and common.lvl. If everything will be nice, I will release updated patch tomorrow.
- AnthonyBF2
- Sith
- Posts: 1255
- Joined: Wed Aug 21, 2013 3:55 pm
- Projects :: PS2+PSP Overhaul
Re: UnOfficial v1.3 Patch (r129 - Latest Version)
This was my idea. Good luck. If you get stuck, contact me and I will help if I can.Spiret wrote:You are right. Just compared the files in hex editor and ingame.lvl is untoched. But common.lvl, core.lvl and shell.lvl were changed. I used SleepKiller's tool and extracted all scripts from original and new shell.lvl and compared them in Total Commander. Here what I found:
New File:
ifs_mpgs_galaxylogin
Changed Files:
ifs_instant_options_tags
ifs_missionselect_pcmulti
ifs_mp_sessionlist
ifs_mp_leaderboard
shell_interface
Ok. Target files found. Compared v1.3 patch's shell.lvl with original and found scripts that changed both in v1.3 patch and GOG's version:
ifs_missionselect_pcmulti
ifs_mp_sessionlist
shell_interface
Do not know what exactly first two scripts do, but found what GOG changed in shell_interface. They added this code after 129 line, I think:
if(gOnlineServiceStr == "Galaxy") then
ScriptCB_DoFile("ifs_mpgs_galaxylogin")
end
I will try to rebuild shell.lvl and common.lvl. If everything will be nice, I will release updated patch tomorrow.
-
- Private
- Posts: 41
- Joined: Sun Jan 03, 2016 11:44 am
Re: UnOfficial v1.3 Patch (r129 - Latest Version)
Ok, did it. Almost everything is working perfectly.
- TWINKEYRUNAWAY
- Lieutenant General
- Posts: 730
- Joined: Fri Aug 17, 2012 3:13 pm
- Projects :: Empire Rising
- xbox live or psn: No gamertag set
- Location: 411Remnant
- Contact:
Re: UnOfficial v1.3 Patch (r129 - Latest Version)
That's great news, your doing great work for the community.
- [RDH]Zerted
- Gametoast Staff
- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: UnOfficial v1.3 Patch (r129 - Latest Version)
I don't look at the other boards and I've stopped visiting GT unless someone PMs me. Too busy with work and I'm a landlord now so I don't have time to spend playing/modding games. Too much property management automation software to write and too many things to fix. I still respond to emails, but the response might not come quickly.Twilight_Warrior wrote:Heyyyyyyyyyyyyyyy Zerted!
Dunno how often you check the other boards
I'm glad someone was able to combine v1.3 with the new version of the game
-
- Posts: 1
- Joined: Fri Mar 23, 2018 3:43 am
- Projects :: No Mod project currently.
- xbox live or psn: No gamertag set
Re: UnOfficial v1.3 Patch (r129 - Latest Version)
Is there possibly a way to remove the KoTOR era and +123 eras options from the 'Select All'? I don't have those mods enabled, only the 1.3 patch, but they still appear.
- [RDH]Zerted
- Gametoast Staff
- Posts: 2982
- Joined: Sun Feb 26, 2006 7:36 am
- Projects :: Bos Wars AI - a RTS game
- xbox live or psn: No gamertag set
- Location: USA
- Contact:
Re: UnOfficial v1.3 Patch (r129 - Latest Version)
Some of the maps you have selected have missions which use those era characters. v1.3 lets modders rename eras. When you have multiple maps selected and some of them rename the same era, it's impossible to know which era names the user wants displayed (too difficult to display all the names). So instead of showing the custom named era it displays the default era name. KoTOR and +123 have some of the default era names as those mods were popular and in development at the same time v1.3 was in development.
So it is and is not a bug, both at the same time.
So it is and is not a bug, both at the same time.
- cbadal
- Corporal
- Posts: 156
- Joined: Sun Jan 18, 2015 5:23 pm
- Projects :: SWBF2 XBOX Mod Environment
- xbox live or psn: No gamertag set
- Contact:
Re: UnOfficial v1.3 Patch (r129 - Latest Version)
Unofficial patch GitHub Located at:
https://github.com/Gametoast/un-official-patch
https://github.com/Gametoast/un-official-patch