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

Shovel Silo Loader Mode #2614

Merged
merged 100 commits into from
Sep 20, 2023
Merged

Shovel Silo Loader Mode #2614

merged 100 commits into from
Sep 20, 2023

Conversation

schwiti6190
Copy link
Contributor

@schwiti6190 schwiti6190 commented Jul 12, 2023

Functions:

  • Loading and Unloading with a wheel loader or similar vehicles.
  • Loading from a bunker silo and from heaps on fields.
  • Unloading to trailers and unload triggers.
  • Automatic shovel position control( Loading, Transport, Pre Unload, Unload ).
  • Trailer unload searches for trailer nearby and unloads to them, similar to combine self unload.
  • Unload triggers can be selected on the AI menu map.
  • Added 4x Map AI Map zoom
  • Quality of life improvements for vehicle config

@schwiti6190 schwiti6190 changed the title Shovel position Shovel Silo Loader Mode Jul 12, 2023
@schwiti6190 schwiti6190 force-pushed the ShovelPosition branch 2 times, most recently from e72afeb to 302a940 Compare July 19, 2023 16:25
@schwiti6190 schwiti6190 force-pushed the ShovelPosition branch 2 times, most recently from b98e38f to 50268aa Compare July 21, 2023 09:39
@schwiti6190 schwiti6190 marked this pull request as ready for review September 8, 2023 19:57
@schwiti6190 schwiti6190 requested a review from pvaiko September 8, 2023 19:57
config/VehicleConfigurations.xml Outdated Show resolved Hide resolved
- loadingShovelOffset: number -1 : 1
Offset relative to the calculated loading shovel position, needs to be set for a shovel implement.

- shovelMovingToolIx: number
Copy link
Contributor

Choose a reason for hiding this comment

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

same here, is this an index? where is it coming from? just a bit more info, please

config/VehicleConfigurations.xml Show resolved Hide resolved
scripts/ai/ImplementUtil.lua Outdated Show resolved Hide resolved
scripts/ai/Markers.lua Show resolved Hide resolved
scripts/specializations/CpAIWorker.lua Show resolved Hide resolved
--- if the node is pointing backwards and not forwards.
function CpAIWorker:getAIReverserNode(superFunc)
local spec = self.spec_cpAIWorker
-- if not self:getIsCpActive() then return superFunc(self) end
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this needed or not?

scripts/specializations/CpAIWorker.lua Outdated Show resolved Hide resolved
scripts/ai/AIDriveStrategyShovelSiloLoader.lua Outdated Show resolved Hide resolved
@schwiti6190 schwiti6190 force-pushed the ShovelPosition branch 2 times, most recently from 3ecbcc6 to a66905b Compare September 16, 2023 15:37
@Tensuko Tensuko merged commit c3f4794 into main Sep 20, 2023
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.

3 participants