add lots of S4 funcs, methods, and tokens#270
Open
mjkzy wants to merge 7 commits into
Open
Conversation
tl;dr, the jumps between 1 index vs another in S4 may be the same gap in distance in IW8, so i wrote a rough tool to check that and i verified a good chunk of these to be rights. this reconstrucst a lot of small gaps in between 2 known indexes, and has been checked against the gsc dump
|
mjkzy
added a commit
to Zero-Mods/gsc-tool
that referenced
this pull request
Apr 3, 2026
comes from my public pr at xensik#270, itll greatly help S4 regardless for functions and methods
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



i basically realized navigating S4 GSC dumps that it is pretty much 1:1 to IW8 and has very little differences. i made a rough tool to check comparisons between a range of known indexes on S4, and check if that range is the same on IW8 too. S4 being a fork focuses more on content than engine stuff, so a lot of this stuff is assumable.
i verified lots of functions, methods, and tokens automatically added to these new lists. 95% of them are correct, however if they removed a random function and added another one within a range, the range will obviously be misshifted, though i could not see any for the small gaps I fill here.