Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

editor: LOD_MAP table is missing some LOD models #555

Open
Fernando-A-Rocha opened this issue Oct 9, 2024 · 0 comments · May be fixed by #556
Open

editor: LOD_MAP table is missing some LOD models #555

Fernando-A-Rocha opened this issue Oct 9, 2024 · 0 comments · May be fixed by #556

Comments

@Fernando-A-Rocha
Copy link
Contributor

Fernando-A-Rocha commented Oct 9, 2024

Which resource(s) have this problem?
editor_main => server => mapEditorScriptingExtension_s.lua

Describe the bug
This table is missing certain object model ID => LOD model ID associations.

e.g. ID 3589 (compfukhouse3)'s LOD model is 3592 (LODpfukhouse3)

To Reproduce
The correct LOD model of a world object / building is actually provided in processLineOfSight ("This function casts a ray between two points in the world, and tells you information about the point that was hit, if any."), which is used by the Map Editor in editor_main => client => main.lua @ processCursorLineOfSight() obtaining buildingId and buildingLOD.

Expected behavior
LOD_MAP should include all Object=>LOD model IDs in GTA:SA.

Screenshots

Version
MTA LOD Table [object] = [lodmodel]

Version of Apr 11, 2023 (last change as of submitting this issue)

Additional context
I created a Python script to parse all of the game's IPL files (including the binary IPLs converted to text), and create a dictionary of object model ID => LOD object model ID according to the info in https://gtamods.com/wiki/LOD#GTA_San_Andreas_.26_GTA_IV . I obtained the same LOD_MAP table in this experiment.

I noticed that some LOD Models like LODpfukhouse3 (3592) aren't actually linked by index by any object model in the same IPL file, which is why the script did not find them... Hmm...

EDIT: I understand now, Rockstar separated some LODs into separate binary IPL files :D

@Fernando-A-Rocha Fernando-A-Rocha linked a pull request Oct 11, 2024 that will close this issue
4 tasks
@Fernando-A-Rocha Fernando-A-Rocha changed the title Map editor LOD_MAP table is missing some LOD models [editor] LOD_MAP table is missing some LOD models Oct 11, 2024
@Fernando-A-Rocha Fernando-A-Rocha changed the title [editor] LOD_MAP table is missing some LOD models editor: LOD_MAP table is missing some LOD models Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant