Gildor's Forums

Author Topic: Fortnite  (Read 578114 times)
abdumatin
Jr. Member
**
Posts: 76


View Profile
Re: Fortnite
« Reply #1395 on: August 28, 2019, 16:50 »

Ladies and gentlemen I think its safe to say that I have matched the fortnite character shader because I ignored a node called Fuzz Shading until I used it which Made the character fit fortnite's style! https://imgur.com/gallery/NIFaBHI
Logged
m0nzo
Newbie
*
Posts: 15


View Profile
Re: Fortnite
« Reply #1396 on: August 30, 2019, 13:04 »

Hey guys, looking at today's shop, CID_514_Athena_Commando_F_ToxicKitty is shown in game as "Catastrophe", however in the files it's shown as "Set_01_BA" (all the bots, all the websites, all the APIs picked it up with that name) -- I see no reference to the real game name in the actual .uasset file.
Anyone knows if there is some kind of data table somewhere storing the correct name?
Same issue with the backpack and pickaxe.
Logged
Juso3D
Moderator
Hero Member
*****
Posts: 909


Welcome to Gildor Forums


View Profile
Re: Fortnite
« Reply #1397 on: August 30, 2019, 13:17 »

No, everyone has the same 'issue'?, probably Epic are changing things etc, why you need it?
Logged

Blender + Linux User Here.
m0nzo
Newbie
*
Posts: 15


View Profile
Re: Fortnite
« Reply #1398 on: August 30, 2019, 14:38 »

I just use a local parser to get some data, and it would be interesting to find where they put that name.
Logged
Juso3D
Moderator
Hero Member
*****
Posts: 909


Welcome to Gildor Forums


View Profile
Re: Fortnite
« Reply #1399 on: August 30, 2019, 14:46 »

They might be wanting to put a stop to leakers perhaps.. example being SET_01_BA = Catastrophe that isn't attainable through uassets or the like, time will tell.
Logged

Blender + Linux User Here.
Tomy73
Newbie
*
Posts: 33


View Profile
Re: Fortnite
« Reply #1400 on: August 30, 2019, 14:54 »

@Monzo.

You need use this Aes Key     0x59C79B488E6BE9B3204806CD77C39BD7CEEB626209149722A1B77241C8918927

« Last Edit: August 30, 2019, 14:59 by Tomy73 » Logged
Juso3D
Moderator
Hero Member
*****
Posts: 909


Welcome to Gildor Forums


View Profile
Re: Fortnite
« Reply #1401 on: August 30, 2019, 14:56 »

@Monzo.

You need use this Aes Key     0x59C79B488E6BE9B3204806CD77C39BD7CEEB626209149722A1B77241C8918927

He already has the key to get the SET_01_BA from the CID uasset, normally it would have the catastrophe name their but epic have changed things.
Logged

Blender + Linux User Here.
m0nzo
Newbie
*
Posts: 15


View Profile
Re: Fortnite
« Reply #1402 on: August 30, 2019, 15:04 »

@Monzo.

You need use this Aes Key     0x59C79B488E6BE9B3204806CD77C39BD7CEEB626209149722A1B77241C8918927


I already have the key and access to the files, parsing isn't the issue either, the name is just "wrong".
Funny enough the Epic API for the shop also mentions it: "devName":"[VIRTUAL]1 x Set_01_BA, 1 x Set_01_AA for 1200 MtxCurrency"

@Blenux I don't think this is against leaks, I mean hidding names isn't the best thing.. previews are a much bigger thing.

Also, I just now see that the loading screen "LSID_169_S10Cumulative05" has also that sort of name ("Set_01_DA").

Going through the files see if I can find anything interesting regarding all that..
Logged
abdumatin
Jr. Member
**
Posts: 76


View Profile
Re: Fortnite
« Reply #1403 on: August 30, 2019, 16:30 »

@Monzo.

You need use this Aes Key     0x59C79B488E6BE9B3204806CD77C39BD7CEEB626209149722A1B77241C8918927


I already have the key and access to the files, parsing isn't the issue either, the name is just "wrong".
Funny enough the Epic API for the shop also mentions it: "devName":"[VIRTUAL]1 x Set_01_BA, 1 x Set_01_AA for 1200 MtxCurrency"

@Blenux I don't think this is against leaks, I mean hidding names isn't the best thing.. previews are a much bigger thing.

Also, I just now see that the loading screen "LSID_169_S10Cumulative05" has also that sort of name ("Set_01_DA").

Going through the files see if I can find anything interesting regarding all that..

I dont understand your problem can you be more detailed?
Logged
abdumatin
Jr. Member
**
Posts: 76


View Profile
Re: Fortnite
« Reply #1404 on: August 30, 2019, 16:33 »

From what I kind of understand it is that you are wondering why the name is different when it is parsing the key to the game that is because they did it like that they use on the fly encryption and decryption.
Logged
m0nzo
Newbie
*
Posts: 15


View Profile
Re: Fortnite
« Reply #1405 on: August 30, 2019, 16:37 »

Yes I'm basically wondering where the actual name ("Catastrophe") comes from, clearly not the usual uasset file.

I would kind of expect the equivalent of this: /Athena/Items/Cosmetics/Metadata/CosmeticSets (which contains item sets "keys" and their in game name), but for item names.
« Last Edit: August 30, 2019, 18:15 by m0nzo » Logged
abdumatin
Jr. Member
**
Posts: 76


View Profile
Re: Fortnite
« Reply #1406 on: August 30, 2019, 18:22 »

Yes I'm basically wondering where the actual name ("Catastrophe") comes from, clearly not the usual uasset file.

I would kind of expect the equivalent of this: /Athena/Items/Cosmetics/Metadata/CosmeticSets (which contains item sets "keys" and their in game name), but for item names.

Oh they dont name the stuff in the game with the actual game name they are folder names and the character names are stored inside a custom asset in which stores the data of the Hero ID Name the Skeletal meshes particle effects etc... inside the HIDfiled names and the EID for emotes and CID ans stuff etc...
Logged
m0nzo
Newbie
*
Posts: 15


View Profile
Re: Fortnite
« Reply #1407 on: August 30, 2019, 18:35 »

Yes I'm basically wondering where the actual name ("Catastrophe") comes from, clearly not the usual uasset file.

I would kind of expect the equivalent of this: /Athena/Items/Cosmetics/Metadata/CosmeticSets (which contains item sets "keys" and their in game name), but for item names.

Oh they dont name the stuff in the game with the actual game name they are folder names and the character names are stored inside a custom asset in which stores the data of the Hero ID Name the Skeletal meshes particle effects etc... inside the HIDfiled names and the EID for emotes and CID ans stuff etc...


Yes, and usually the character name is in that CID file. For Catastrophe, that would be /Game/Athena/Items/Cosmetics/Characters/CID_514_Athena_Commando_F_ToxicKitty
Except the name in there is "Set_01_BA", and description is "Set_01_BB".
Logged
abdumatin
Jr. Member
**
Posts: 76


View Profile
Re: Fortnite
« Reply #1408 on: August 30, 2019, 18:47 »

Have you found a HID for it? If not then thats how the Devs did its name No question they might just change it or keep it like that.
Logged
m0nzo
Newbie
*
Posts: 15


View Profile
Re: Fortnite
« Reply #1409 on: August 30, 2019, 18:53 »

Well there is HID_514_Athena_Commando_F_ToxicKitty -- but nothing mentionning the name inside it.
Logged
Jump to:  

Powered by SMF | SMF © 2006-2009, Simple Machines LLC
Leviathan design by Bloc | XHTML | CSS