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

Sedan cars #27

Open
ForgeGMP opened this issue Jul 6, 2022 · 0 comments
Open

Sedan cars #27

ForgeGMP opened this issue Jul 6, 2022 · 0 comments

Comments

@ForgeGMP
Copy link

ForgeGMP commented Jul 6, 2022

// Left turrets

                    // DEITY
                    case 1532171089:
                        i=BulletsShot%2==0 ? 95 : 96;
                        return new MuzzleInfo(v.Bones[i].Position, v.Bones[i].ForwardVector);

// Right turrets

                    // DEITY
                    case 1532171089:
                        i=BulletsShot%2==0 ? 97 : 98;
                        return new MuzzleInfo(v.Bones[i].Position, v.Bones[i].ForwardVector);

                    // LIMO2
                    case -114627507:
                        i=BulletsShot%2==0 ? 79 : 82;
                        return new MuzzleInfo(v.Bones[i].Position, v.Bones[i].ForwardVector);

Sardelka9515 pushed a commit that referenced this issue Aug 10, 2022
Creates interface to communicate with other mods and menus optional
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

No branches or pull requests

1 participant