- Status
- Offline
- Joined
- Mar 3, 2026
- Messages
- 421
- Reaction score
- 7
Anyone currently digging into the latest Steam build for Apex?
I'm trying to update my external and need to dump the glow offsets manually. EAC is being a pain as usual, but the glow logic usually stays consistent between patches unless Respawn does a major refactor.
I'm specifically looking for the current addresses or a reliable signature to pull these:
The Highlight Settings Problem
I'm also trying to figure out how to handle the highlight settings properly. Simply enabling the glow is basic, but getting the right color intensity and behavior through walls requires specific highlight ID configurations. If the method has shifted in the latest update, I'm likely missing a new flag or a struct change in the glow manager.
Does anyone have the updated logic for the highlight settings or a fresh dump for the Steam version?
drop your offset findings or dumping methods below
I'm trying to update my external and need to dump the glow offsets manually. EAC is being a pain as usual, but the glow logic usually stays consistent between patches unless Respawn does a major refactor.
I'm specifically looking for the current addresses or a reliable signature to pull these:
- OFF_GLOW_ENABLE
- OFF_GLOW_THROUGH_WALL
- OFF_GLOW_FIX
- OFF_GLOW_DISTANCE
- OFF_GLOW_HIGHLIGHT_ID
The Highlight Settings Problem
I'm also trying to figure out how to handle the highlight settings properly. Simply enabling the glow is basic, but getting the right color intensity and behavior through walls requires specific highlight ID configurations. If the method has shifted in the latest update, I'm likely missing a new flag or a struct change in the glow manager.
If you are using a standard dumper, check if it's actually pulling from the latest Steam bin. Sometimes the offsets for the Origin/EA App and Steam versions diverge slightly due to different compilation flags.
Does anyone have the updated logic for the highlight settings or a fresh dump for the Steam version?
drop your offset findings or dumping methods below