luke11685
Newbie

Posts: 19
|
 |
« Reply #45 on: July 06, 2018, 16:04 » |
|
I hope in future I will be able to decrypt my AES encryption key and have 100% of skills about that.For this moment it's little bit to complicated to me guys.
|
|
|
Logged
|
|
|
|
Blenux
|
 |
« Reply #46 on: July 06, 2018, 18:25 » |
|
I hope in future I will be able to decrypt my AES encryption key and have 100% of skills about that.For this moment it's little bit to complicated to me guys.
Facepalm.... Doesn't work like that...
|
|
|
Logged
|
Computer/Game Dev Wannabe Enthusiast.
|
|
|
Gildor
|
 |
« Reply #47 on: July 17, 2018, 17:49 » |
|
Performed another one cleanup of the thread. Removed irrelevant discussions.
|
|
|
Logged
|
|
|
|
Blenux
|
 |
« Reply #48 on: July 24, 2018, 12:47 » |
|
Latest update version 5.10 uses same aes key.
|
|
|
Logged
|
Computer/Game Dev Wannabe Enthusiast.
|
|
|
Blenux
|
 |
« Reply #49 on: August 07, 2018, 13:30 » |
|
Looks like the V5.2 update needs a new key.
|
|
|
Logged
|
Computer/Game Dev Wannabe Enthusiast.
|
|
|
ruhol
Silver Sponsor
Newbie
 
Posts: 6
|
 |
« Reply #50 on: August 07, 2018, 14:03 » |
|
The key is still the same if you delete these highlighted pak files  Can see all the new content with umodel, but the game crashes after opening it without these paks.
|
|
|
Logged
|
|
|
|
Blenux
|
 |
« Reply #51 on: August 07, 2018, 14:18 » |
|
You need those files to play the game still, probably just another aes key on top of the old key perhaps.
|
|
|
Logged
|
Computer/Game Dev Wannabe Enthusiast.
|
|
|
Gildor
|
 |
« Reply #52 on: August 07, 2018, 15:05 » |
|
Nice catch, ruhol.
These 2 pak files are very small to have any game assets. Probably they contains some very special stuff. And yes, AES key is different there. The engine itself doesn't have any built-in possibility to provide different encryption keys for different pak files, so I think the game loads these pak files separately, something like this:
1. provide special AES key 2. load these 2 pak files 3. provide ordinary AES key 4. load rest of the game
BTW I'm still expecting lots of "aes key doesn't work" message from people who are not reading forum.
|
|
|
Logged
|
|
|
|
doshisgone
Newbie

Posts: 3
|
 |
« Reply #53 on: August 07, 2018, 15:13 » |
|
ye but whats the special aes key?
|
|
|
Logged
|
|
|
|
Gildor
|
 |
« Reply #54 on: August 07, 2018, 15:15 » |
|
You don't need it. As I said, these 2 pak files are too small to contain assets.
|
|
|
Logged
|
|
|
|
doshisgone
Newbie

Posts: 3
|
 |
« Reply #55 on: August 07, 2018, 15:34 » |
|
whats the new key or is it the same?
|
|
|
Logged
|
|
|
|
Alien
Newbie

Posts: 36
Fortnite for Gmod is My job
|
 |
« Reply #56 on: August 07, 2018, 15:48 » |
|
whats the new key or is it the same?
Its the same! cant you read?
|
|
|
Logged
|
|
|
|
doshisgone
Newbie

Posts: 3
|
 |
« Reply #57 on: August 07, 2018, 15:54 » |
|
its not
|
|
|
Logged
|
|
|
|
Alien
Newbie

Posts: 36
Fortnite for Gmod is My job
|
 |
« Reply #58 on: August 07, 2018, 15:55 » |
|
its not
like gildor said you need to remove that 4 files For gildor: is possible to make umodel ignore the files (if opened with different aes key) without crashing? or load multiple AES keys
|
|
« Last Edit: August 07, 2018, 15:58 by Alien »
|
Logged
|
|
|
|
Gildor
|
 |
« Reply #59 on: August 07, 2018, 16:05 » |
|
For gildor: is possible to make umodel ignore the files (if opened with different aes key) without crashing?
or load multiple AES keys
No, it's not easy. UModel was designed to crash when something's wrong, without possibility to recover.
|
|
|
Logged
|
|
|
|
|