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

Vehicle perks and weapons #295

Merged
merged 6 commits into from
Jul 18, 2023
Merged

Vehicle perks and weapons #295

merged 6 commits into from
Jul 18, 2023

Conversation

tagener-noisu
Copy link
Collaborator

No description provided.

@Joe91
Copy link
Owner

Joe91 commented Jul 17, 2023

Thanks a lot! Looking really good. Will hopefully find some time this evening to test (and then merge) this.
Thank you very much for making this mod better!!

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that the parts for the secondary weapon of the first seat are correct.
But I think I will just merge it and have a look at it afterwards. Thanks a lot for this contribution! I have huge respect of you understanding all the stuff happening there and improve on it!!!

Speed = { 200, 350, 350, 350, 350 },
Drop = { 4.9, 9.81, 9.81, 9.81, 9.81 }
},
["M1128-Stryker"] = {
Name = "[M1128]",
Type = VehicleTypes.Tank,
Terrain = VehicleTerrains.Land,
Parts = { 26, -1, -1, -1, -1 },
Parts = { {26, 1}, -1, -1, -1, -1 },
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Has to be {{26, 26}, ... for this vehicle. I think for most of the others as well the same movable-parts-id...

@Joe91 Joe91 merged commit 6cbdc49 into Joe91:dev Jul 18, 2023
2 checks passed
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 this pull request may close these issues.

2 participants