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

Wheel repair doesn't work correctly on RHS HMMWV #2742

Closed
MAD-BUG opened this issue Oct 13, 2015 · 7 comments
Closed

Wheel repair doesn't work correctly on RHS HMMWV #2742

MAD-BUG opened this issue Oct 13, 2015 · 7 comments

Comments

@MAD-BUG
Copy link

MAD-BUG commented Oct 13, 2015

Repairing of HMMWV wheels work like they are standart parts of car. You can only repair them with toolkit without consumpting spare wheels.

@jokoho48
Copy link
Member

this is a RHS Fault that we cant fix, Please report this to the RHS Developer

@MAD-BUG
Copy link
Author

MAD-BUG commented Oct 13, 2015

can you say in which place there is a fault?

@PabstMirror PabstMirror self-assigned this Oct 14, 2015
PabstMirror added a commit that referenced this issue Oct 14, 2015
@PabstMirror
Copy link
Contributor

RHS configs are very odd but I can't say for certain that they are wrong.

This wheel:

    class LR: LF {
        boneName = "wheel_1_2_damper";
        center = "axis_wheel_3_1";
    };

matches with this hitpoint:

class HitLF2Wheel {
    name = "wheel_3";
    visual = "wheel_3_tire";
};

Looks like they mix wheel_X_Y with wheel_N.

I added a backup section to handle this and search for the closest hitpoint to the wheel's center. #2616

@sargken
Copy link
Contributor

sargken commented Nov 10, 2015

Anyone Report this to RHS?

@MAD-BUG
Copy link
Author

MAD-BUG commented Nov 12, 2015

This was writen before i get confirmation about this bug here. http://feedback.rhsmods.org/view.php?id=1280#c2578

@sargken
Copy link
Contributor

sargken commented Nov 12, 2015

So what is the problem we are facing. What needs to be changed? on RHS side.

PabstMirror added a commit that referenced this issue Nov 20, 2015
@PabstMirror PabstMirror added this to the 3.4.0 milestone Nov 29, 2015
@PabstMirror
Copy link
Contributor

Fixed via #2861

The way everyother car does it is to have the hitpoint selection be a varient of the wheel's boneName. So boneName wheel_1_1_damper can be matched with selection wheel_1_1_steering.

RHS's HMMVWES have wheel selections ["wheel_1", "wheel_2", "wheel_3", "wheel_4"], which isn't "wrong", but is non-standard.

//Normal Car:
_wheelName=LF, _wheelCenter=wheel_1_1_axis, _wheelBone=wheel_1_1_damper, _wheelBoneNameResized=wheel_1_1
//will match:
_wheelHitPoint=HitLFWheel,  _wheelHitPointSelection=wheel_1_1_steering

//RHS HMMV:
_wheelName=LF, _wheelCenter=axis_wheel_1_1, _wheelBone=wheel_1_1_damper, _wheelBoneNameResized=wheel_1_1
//will match:
_wheelHitPoint=HitLFWheel,  _wheelHitPointSelection=wheel_1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants