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

Malemute wheels do not satisfy contract requirements. #27

Open
SineDeviance opened this issue Oct 17, 2016 · 2 comments
Open

Malemute wheels do not satisfy contract requirements. #27

SineDeviance opened this issue Oct 17, 2016 · 2 comments

Comments

@SineDeviance
Copy link

When attempting to use a Malemute rover to satisfy an outpost deployment contract, neither set of wheels will satisfy the following contract requirement:

"The outpost must be on motorized wheels."

Unlike the Karibou wheels, this always occurs. There seems to be no way to jog the game into satisfying the requirement by banging the rover into objects.

malemute bug

@Kerbas-ad-astra
Copy link
Contributor

The stock rover wheels have a variable "wheelType = MOTORIZED" defined in their ModuleWheelBase, which the Malemute wheels do not (so according to the API, they get defaulted to "wheelType = FREE", like the unmotorized landing gear). Maybe that's what the contract system is looking for?

@SineDeviance
Copy link
Author

SineDeviance commented Oct 17, 2016

Hello!

Based on the KPBS wheels which do satisfy the requirement, I originally came to that same conclusion. I added 'wheelType = MOTORIZED' to the ModuleWheelBase section to all wheels for both rovers, but it did not have any effect.

I also tried looking in Squad's contracts.cfg to see what exactly the game defines as a motorized wheel. However, unfortunately there seems to be no subsection for contracts that require a motorized wheel, only for contracts that require an outpost be 'mobile.' Nothing to do with wheels is defined in that subsection.

So... I'm stumped.

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

2 participants