TheStarport / StarportDocusaurus

Implementation code of our wiki and blogging system using Docusaurus
GNU General Public License v3.0
2 stars 0 forks source link

Offsets that need modifying/format adjustments before being added to the Limit Breaking 101 Page #12

Open IrateRedKite opened 1 month ago

IrateRedKite commented 1 month ago

For the new Limit Breaking 101 page, Adoxa and BC46's offset for modifying LODRanges doesn't fit the standard format:

<html>
<body>
<!--StartFragment-->
83 FE 08 7D 16 -> E8 7B FF FF FF | freelancer.exe | 002389 | adoxa | Alternative to above: scale LODranges by one of the following (Part 1).
-- | -- | -- | -- | --
90 90 -> D80D | freelancer.exe | 002309 | adoxa | Alternative to above: scale LODranges by one of the following (Part 2).
90 90 -> 00C3 | freelancer.exe | 00230E | adoxa | Alternative to above: scale LODranges by one of the following (Part 3).
90 90 90->20 A2 5C->B4 55 5D->28 4F 5D->9C FC 5C->64 84 5D->08 4F 5D->50 88 5D->54 23 44->FA 1F 57 | freelancer.exe | 00230B | adoxa & BC46 | Scale LODranges (Part 4) by one of the following factors:1.52.03.04.05.06.07.08.010.0

<!--EndFragment-->
</body>
</html>

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.

IrateRedKite commented 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>
IrateRedKite commented 1 month ago

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>