Search found 4 matches

by Valens
Fri Sep 20, 2019 1:32 pm
Forum: Tables
Topic: Borderlands 3 [Engine:Unreal 4.20] - Console enabler, Dumper and more..
Replies: 784
Views: 529258

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

First of all thanks for the info. I found the value and works. Except for the height which i think it might be in DefaultUnfogHeight. How did you figure it that the offsets are 0x44 and 0x1F0? I can't find FogOfDiscoveryComponent Sacrifice_P.Sacrifice_P.PersistentLevel.BPCont_Player_C_1.FoDComponen...
by Valens
Fri Sep 20, 2019 10:33 am
Forum: Tables
Topic: Borderlands 3 [Engine:Unreal 4.20] - Console enabler, Dumper and more..
Replies: 784
Views: 529258

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

First of all thanks for the info. I found the value and works. Except for the height which i think it might be in DefaultUnfogHeight. How did you figure it that the offsets are 0x44 and 0x1F0? I can't find FogOfDiscoveryComponent Sacrifice_P.Sacrifice_P.PersistentLevel.BPCont_Player_C_1.FoDComponen...
by Valens
Fri Sep 20, 2019 10:11 am
Forum: Tables
Topic: Borderlands 3 [Engine:Unreal 4.20] - Console enabler, Dumper and more..
Replies: 784
Views: 529258

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

The Property offset is at 0x44 in the UObject. That leads to 0x1F0 offset, which is the location in another UObject (perhaps OakGame), where you would find that Float. Will investigate more. "[00713375] FogOfDiscoveryComponent Sacrifice_P.Sacrifice_P.PersistentLevel.BPCont_Player_C_1.FoDComponent 0...
by Valens
Thu Sep 19, 2019 9:34 am
Forum: Tables
Topic: Borderlands 3 [Engine:Unreal 4.20] - Console enabler, Dumper and more..
Replies: 784
Views: 529258

Re: Borderlands 3 [Engine:Unreal Engine 4] - Console enabler, Dumper and more..

I'm interested in FloatProperty OakGame.ZoneMapGlobalsData.PlayerUnfogRadius
Can someone help me with some advice in order to be able to change the value?