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

DropPodManager.cs issue #47

Open
drzsda opened this issue Mar 5, 2024 · 3 comments
Open

DropPodManager.cs issue #47

drzsda opened this issue Mar 5, 2024 · 3 comments

Comments

@drzsda
Copy link

drzsda commented Mar 5, 2024

There is an issue with implementation DropPodManager.cs. Currently implementation using method DropCellFinder.TradeDropSpot() looking for the point of drop and two methods are do it TradeUtility.SpawnDropPod() and DropPodUtility.DropThingsNear() but this is causes the issue dropping supplies on the roof buildings of colony and damadged it. The solution this issue may look like that

@rohanrichards
Copy link
Member

Hey, thanks for pointing this out and providing an example of the fix. We are currently running RimConnect in maintenance mode, and are not making any code changes ourselves. However we do still accept PR's, so if you'd like to create a PR with the suggested changes we can look at getting them merged in ASAP.

@InfinitySamurai
Copy link
Collaborator

Thanks @drzsda, as Rohan said please feel free to raise a PR and I'll be happy to test and merge it but don't currently have the capacity to make the changes myself. Thanks!

@dispencerr
Copy link
Contributor

dispencerr commented Apr 29, 2024

Thanks as always for your work with this mod. The changed Drop Pod logic in the above pull request has created several issues for me;

  1. Drop pods scatter randomly across my base, which with frequent drops on a large base means I have to manually move and search for each one to allow the items, slowing down gameplay.

  2. Drop pods have repeatedly landed inside the entrance to my mountain base, created collapsed rocks I have to mine to remove.

  3. I can no longer use the Trade Ships Drop Spot mod or an orbital trade beacon to manually set where items land.

I understand that the initial intent behind changing the logic was that TradeDropSpot would sometimes break rooves which annoyed people, but I find that that is still an issue and the new logic has created new additional problems on top of it. I believe with vanilla trade ship drop pods, you can avoid them breaking rooves by having a powered orbital trade beacon that is outside within the home area, but I find using the Trade Ships Drop Spot mod to be a simpler solution that works well for RimConnect especially with frequent drops.

I intend to edit my local copy of RimConnect to revert the above changes, and I hope you'll consider reverting the above change or at least finding some way to minimize the issues I mentioned above.

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

4 participants