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

Ships such as Hawk and Hurricane are returning 0 for sizes #88

Open
alistair3149 opened this issue Nov 5, 2023 · 3 comments
Open

Ships such as Hawk and Hurricane are returning 0 for sizes #88

alistair3149 opened this issue Nov 5, 2023 · 3 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@alistair3149
Copy link
Contributor

alistair3149 commented Nov 5, 2023

"sizes": {
  "length": 0,
  "beam": 0,
  "height": 0
},

There could be more ships with the same issue, but that's where we discovered it:

@octfx octfx added the bug Something isn't working label Nov 5, 2023
@octfx
Copy link
Member

octfx commented Nov 5, 2023

That seems to be an issue with the 3.21 game files, all sizes are 0 in the json files: https://github.com/StarCitizenWiki/scunpacked-data/blob/9642bf2797f799ba0475c28c00a9b96a00340880/ships/anvl_hawk.json#L57

@octfx
Copy link
Member

octfx commented Nov 14, 2023

Looking through the source xml files, the bounding box size is set to 0 there aswell

image

@octfx octfx added the help wanted Extra attention is needed label Nov 18, 2023
@octfx
Copy link
Member

octfx commented Dec 19, 2023

Looking over all vehicles this affects exactly four ships:

  • Aegis Javelin
  • Anvil Hawk
  • Anvil Hurricane
  • Gatac Syulen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants