Open IrateRedKite opened 1 month ago
Several offsets that modiy values from @Venemon don't have types associated with them and require them before addition to the new page:
<html>
<body>
<!--StartFragment-->
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
<!--EndFragment-->
</body>
</html>
These offsets seem to be using an address rather than an offset:
<html>
<body>
<!--StartFragment-->
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)
<!--EndFragment-->
</body>
</html>
For the new Limit Breaking 101 page, Adoxa and BC46's offset for modifying LODRanges doesn't fit the standard format:
We probably need to think of a way to include this in the limit-breaking.json file for page generation. For the time being I'm leaving this out, and will use this issue to track other offsets that don't fit the new format.