Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
IrateRedKite committed Dec 21, 2023
1 parent 90ef5c9 commit 18de88f
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions docs/fl-binaries/limit-breaking/visibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ A value like "0F 85 -> 90 E9" means replace the original bytes on the left with

### Visibility

| Default Value | File | Offset | By | Description |
| -------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------ | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Default Value | File | Offset | By | Description |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ------ | ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 3f | freelancer.exe | 210530 | Dev | Near plane of view frustum. |
| 250000f | freelancer.exe | 210534 | Dev | Far plane of view frustum (nothing will be drawn beyond this). |
| 1000000f | rendcomp.dll | 014053 | adoxa | Multiplier for planet draw distance (so far can be safely increased). |
Expand Down Expand Up @@ -49,3 +49,16 @@ A value like "0F 85 -> 90 E9" means replace the original bytes on the left with
| 1b -> 2b | rp8.dll | 01A4FE | BC46 | Changes the mipmap filtering mode from "nearest" to "linear". Makes the textures appear better than with the default option, but worse than with "anisotropic" (see below). |
| 1b -> 3b | rp8.dll | 01A4FE | BC46 | Changes the mipmap filtering mode from "nearest" to "anisotropic" (forces Anisotropic Filtering part 3). |
| 1b<br/>->2b<br/>->4b<br/>->8b<br/>->16b | rp8.dll | 01A5B8 | BC46 | Changes the maximum anisotropy from 1 to either 2, 4, 8, or 16, respectively (forces Anisotropic Filtering part 4). |
| 255 | freelancer.exe | 1C89C0 | Venemon | Overall sun color impact in the universe (makes darker to lighter) |
| 80 | freelancer.exe | 14BDF7 | Venemon | Space particles around player outside fields (hardcoded value) |
| 80 | freelancer.exe | 6797A8 | Venemon | Space particles around player outside fields (dynamic value) |
| DC 2D B8 89 5C 00 -> DC 2D 3B 90 5C 00 | freelancer.exe | 11250D | Venemon | Make sun flare size modifiable (Part 1) |
| 00 64 80 5B 00 64 80 5B -> 00 00 00 00 00 00 24 40 | freelancer.exe | 11250D | Venemon | Make sun flare size modifiable(Part 2) 1 = 3FF0, 10 = 24 40 |
| 1 | freelancer.exe | 10F982 | Venemon | Sun flare brightness 1-10(maximum effect) |
| 1-255 | freelancer.exe | 2798F9 | Venemon | Sun GREEN color impact in universe(dynamic value, changes every switchout) |
| 1-255 | freelancer.exe | 2798FA | Venemon | Sun BLUE color impact in universe(dynamic value, changes every switchout) |
| 1-255 | freelancer.exe | 10262 | Venemon | Sun GREEN color impact in universe(static multiplier value) |
| 1-10 | freelancer.exe | 10267 | Venemon | Sun BLUE color impact in universe(dynamic value, changes every switchout) |
| 1-2 | freelancer.exe | FDDDE | Venemon | Ship light points modifier, turn them into rainbow |
| 01 -> 00 | freelancer.exe | 213855 | Venemon | Turn off opacity transition of static objects in asteroid fields |
| 01 -> 00 | freelancer.exe | 213854 | Venemon | Turn off opacity of ambient field in asteroid field(buggy view) |

0 comments on commit 18de88f

Please sign in to comment.