Post: GTA V 1.27 PS3 PATCH - Information, Downloads, etc
12-09-2016, 10:29 PM #1
Kryptus
Former Staff Manager
(adsbygoogle = window.adsbygoogle || []).push({}); Information

So, as most of you know, Rockstar released a patch out of the blue today. We're still unsure of every aspect changed with this, but at the moment it doesn't seem like a big deal whatsoever.
Feel free to comment any information, thoughts, etc regarding this update!

Patch Version (According to PKG/Game): 1.27
Patch Version (According to Rockstar): 1.36

Patch Notes
  • Necessary updates to support changes in server architecture.
Source: You must login or register to view this content.

What does this mean? We're unsure if the changes were really as simple and minor as they put it, or there's some extra patches/preventions implemented against cheating. So far, it seems to uneffect modding.

Filesize Comparisons
EBOOT.BIN
  • 1.26: 15,054 KB (MD5: EBFA2B68D683C7D03D4A6B89E3F8A9B9)
  • 1.27: 15,055 KB (MD5: B0778C03705D549318B0958166F3235D)
This tells us that the changes were most likely just edits to the existing structure, as they describe in the patch notes, rather than additions.

Update.rpf
  • 1.26: 62,930 KB (MD5: 158C768A48CC2AC5523373F490C2EEEC)
  • 1.27: 62,930 KB (MD5: 9A57B479DACBC4FB067AFF7D70D47D32)
They are identical in size, but they have been modified in some way. It could likely just be for server architecture, as they describe.

Conclusions
Did the EBOOT change? Yes.
Did the update.rpf change? Yes.
Did TOC, pointers, addresses, offsets, etc change? Some.
Do mods (menus, tools, etc) need to be updated? Not as far as I can tell.

It appears that only EBOOTs will need to be updated (and possibly update.rpf's, but those are extremely easy).

Downloads

PKG (PSN Links)

EBOOT (MEGA.NZ Links)
NOTE: These are the original eboots. There are no mods, they will cause you to be kicked back to the XMB on CFW when you launch the game.

You must login or register to view this content.

For Developers

Only a few minor addresses changed.
  • TOC: Unchanged
  • Native Table: Unchanged
  • Native Addresses: Unchanged
  • Native Pointers: Unchanged
  • SNPrintf: 0x14FDCEC
  • Network Events: The 1.26 value minus 0xE20
  • Vehicle Freeze Protection: The 1.26 value minus 0xE20
  • Launch Fix: 0x578 You must login or register to view this content.
  • Script Bypass: 0x01306254 You must login or register to view this content.
  • Cash Drop Check: 0x3FA510 You must login or register to view this content.
Other: You must login or register to view this content.

The following 42 users say thank you to Kryptus for this useful post:

VAP3R, #Dragoss, amermstwntd2, BiOS-907, brewing up, carma66, Chronic_Modz, destroyersham, Dog88Christian, Donmaka, DSG24, Father Luckeyy, Gallianovanilla, popcornmods, GRIMM330, gumbyman, GuzModz, I_BKB_I, ImPiffHD, IrZipher, James reborn, Je Modz, Kavi Modz, klambo, marcusmaximus45, Miztatwist666, MOD-RuLeZ, MODDING SQUAD, modzlife2000, Mrknuckles, Member35342235, Pianist Prodigy, PS3 Guru, Pwnaggge, rail206, Sabotage, SinonXSAO, Kronos, user_714, val26, X-UNDEAD_NINJA2, zundappchef
12-09-2016, 11:58 PM #20
Kryptus
Former Staff Manager
Originally posted by Timmy06 View Post
Anyone that plays gta could have said this update was about to come out. Every year for the past couple years they put out an update that adds the big ass Christmas tree and snow and this is that update to take effect after a certain date.
That has absolutely nothing to do with the update.
The tree and snow are controlled by tunables, which are initially set when you launch the game, after the tunables file/settings are downloaded from Rockstar.

They can change it all on their end (servers) without having to release an update.

The following user thanked Kryptus for this useful post:

Mrknuckles
12-10-2016, 12:03 AM #21
xelahot
Gym leader
Oh thanks, but what's the name of the .sprx that gets called in the eboot?
12-10-2016, 12:12 AM #22
Gryphus
Former Super Moderator
Stickied for the time being

The following user thanked Gryphus for this useful post:

MOD-RuLeZ
12-10-2016, 12:23 AM #23
zundappchef
Vault dweller
for the eboot


these adresses need bypassing



launch bypass ( if not u get infinite loading aka black screen )
0x578

replace
48 A9 AE 69
with
60 00 00 00



money drop bypass ( this wil prevent banning when dropping money )
0x3FA510

replace
41 82 00 1C
with
48 00 00 1c


script bypass ( this wil activate the script in the eboot )
0x01306254

replace
30 7F 02 B0
with
71 00 00 B0
or
60 00 00 00 ( thanks to sabotage )


please correct me if im wrong
but its working for me


B43A- magic value
A0B3562F- Globals version

Enzo
u no like
u no use
Enzo
Last edited by zundappchef ; 12-10-2016 at 12:32 AM. Reason: added global magic information

The following 5 users say thank you to zundappchef for this useful post:

derpyderp8, GTA MoDz, Norway-_-1999, val26, xelahot
12-10-2016, 12:23 AM #24
Sabotage
Gaming Squad
Originally posted by zundappchef View Post
for the eboot


these adresses need bypassing



launch bypass ( if not u get infinite loading aka black screen )
0x578

replace
48 A9 AE 69
with
60 00 00 00



money drop bypass ( this wil prevent banning when dropping money )
0x3FA510

replace
41 82 00 1C
with
48 00 00 1c


script bypass ( this wil activate the script in the eboot )
0x01306254

replace
30 7F 02 B0
with
71 00 00 B0



please correct me if im wrong
but its working for me


Damn beat me to it :(

0x09B3AF8: 60 00 00 00
0x0AA00C4: 48 00 01 10
0x0AAB3E0: 60 00 00 00

0x1316254:
lis %r3, 0x28A
ori %r3, %r3, 0xD000
stw %r3, 0x18(%r30)
lis %r3, 0xB749
ori %r3, %r3, 0xA43B
stw %r3, 0x1C(%r30)
nop

The following 3 users say thank you to Sabotage for this useful post:

klambo, Norway-_-1999, zundappchef
12-10-2016, 12:25 AM #25
zundappchef
Vault dweller
Originally posted by Sabotage View Post
Damn beat me to it :(

0x09B3AF8: 60 00 00 00
0x0AA00C4: 48 00 01 10
0x0AAB3E0: 60 00 00 00

0x1316254:
lis %r3, 0x28A
ori %r3, %r3, 0xD000
stw %r3, 0x18(%r30)
lis %r3, 0xB749
ori %r3, %r3, 0xA43B
stw %r3, 0x1C(%r30)
nop


still looking for that object bypass
do u got that by any chance ?


also

it has some wierd time out thing going on
Last edited by zundappchef ; 12-10-2016 at 12:34 AM.
12-10-2016, 12:43 AM #26
Sabotage
Gaming Squad
Both of these eboots have the shity script bypass in it.

EBOOT with all of those fixes shit (with SPRX and dev_hdd0/tmp/GTA.sprx and Debug): You must login or register to view this content.

EBOOT with all of those fixes shit (No SPRX and Debug): You must login or register to view this content.

Tested and its all works, I can attach, load sprx and shits and everything works great Smile

Here is the native table if anyone needs it: 0000000001E6FF38
Last edited by Sabotage ; 12-10-2016 at 09:41 PM.

The following 8 users say thank you to Sabotage for this useful post:

D-E-V-I-O-U-S, daveokeithyt, derpyderp8, Jhedge, Kryptus, MOD-RuLeZ, Member35342235, val26
12-10-2016, 01:07 AM #27
rul3z
sexybeast
Originally posted by TheMysteriousH View Post
I used LTS ^^


read the sticky post on lastteamstanding.uk or the scrolling thingie at the bottom of the tool
12-10-2016, 01:27 AM #28
How do u reinstall eboot if menu doesnt work

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo