[MOD REQUEST] Increase the carry capacity of transport pod

Started by khor, March 16, 2017, 03:59:19 AM

Previous topic - Next topic

khor

someone please release a mod that increase the capacity of the transport pod

Raccoon

im not at home, but i think you can simply change it by yourself by just adding new values. not as hard. but im not sure.

nethrez1m

I've made one for the personal usage, you can grab it. Requires HugsLib, range and capacity multipliers are set in the Mod Options Menu.

If license needed : http://www.wtfpl.net/about/

UPD: Posted for A17 (as requested), needs HugsLib v3.1.1 get it here: https://ludeon.com/forums/index.php?topic=28066.0


[attachment deleted by admin due to age]

khor

thanks , but it is compatibility with the reuse pod mode ??


nethrez1m

Quote from: khor on March 16, 2017, 07:47:59 PM
thanks , but it is compatibility with the reuse pod mode ??
Quote from: Wishmaster on March 16, 2017, 08:50:40 PM
I think so :) .
Reuse pods does not modify the pod definition
Neither does mine. I'm hooking into the window which is drawn when you load a pod and from that window drawing code i change the pod capacity and range.

khor


Wishmaster

Quote from: nethrez1m on March 17, 2017, 05:07:04 AM
Quote from: khor on March 16, 2017, 07:47:59 PM
thanks , but it is compatibility with the reuse pod mode ??
Quote from: Wishmaster on March 16, 2017, 08:50:40 PM
I think so :) .
Reuse pods does not modify the pod definition
Neither does mine. I'm hooking into the window which is drawn when you load a pod and from that window drawing code i change the pod capacity and range.

Oh then it might conflict with my other mod "Medivac" which could be good to know.

I detour
RimWorld.Dialog_LoadTransporters AddPawnsToTransferables()

nethrez1m

Quote from: Wishmaster on March 17, 2017, 08:15:03 AM
Quote from: nethrez1m on March 17, 2017, 05:07:04 AM
Quote from: khor on March 16, 2017, 07:47:59 PM
thanks , but it is compatibility with the reuse pod mode ??
Quote from: Wishmaster on March 16, 2017, 08:50:40 PM
I think so :) .
Reuse pods does not modify the pod definition
Neither does mine. I'm hooking into the window which is drawn when you load a pod and from that window drawing code i change the pod capacity and range.

Oh then it might conflict with my other mod "Medivac" which could be good to know.

I detour
RimWorld.Dialog_LoadTransporters AddPawnsToTransferables()
I'm almost sure it shouldn't be conflicting. You're detouring AddPawnsToTransferables; whereas i'm detouring these methods:

  • FuelNeededToLaunchAtDist
  • MaxLaunchDistanceAtFuelLevel
and making a WindowInjection (which is called before the gui contents, but NOT replacing any code) of Dialog_LoadTransporters.

Teneombre

Hi :)

Sorry for this necro but your mod, nethrez1m, is the only one I found which modify the pod capacity and unfortunately, A17 broke it. Do you have an update version ?

Lady Wolf

Bit of a necro, but I wanted to say thanks and extend my appreciation of your better drop pods mod.

In my current game I'm playing with the rogue planet mod and running a second base further to south after the temp dropped too far for my northern base remain viable for more than another couple seasons, and being able to fire off supplies and additional personnel via drop pods without needing to send a hundred of them at once is proving a life saver, so thanks.  :D

faltonico

Quote from: Lady Wolf on September 19, 2017, 11:50:31 AM
Bit of a necro, but I wanted to say thanks and extend my appreciation of your better drop pods mod.

"..."
Thank you from summoning this post from the depths of ludeon underbelly...
I wouldn't have noticed it existed otherwise!

Lady Wolf

Quote from: faltonico on September 19, 2017, 02:30:13 PM
Quote from: Lady Wolf on September 19, 2017, 11:50:31 AM
Bit of a necro, but I wanted to say thanks and extend my appreciation of your better drop pods mod.

"..."
Thank you from summoning this post from the depths of ludeon underbelly...
I wouldn't have noticed it existed otherwise!

Ya, happy to help give it some more attention, this is one of those simple littles mods that can have a huge impact on your game and really adds to the enjoyment.

nethrez1m

Updated for B18: https://www.dropbox.com/s/g26x23t4n4ih4wq/BetterTransportPods_B18.zip?dl=0
Also here is for B19: https://www.dropbox.com/s/nfw3zikcfhsr6oo/BetterTransportPodsB19.zip?dl=0
And for release 1.0, use HugsLib 6.0.1: https://www.dropbox.com/s/iim3dg71uxkr5vf/BetterTransportPods%201.0.zip?dl=0
All versions require an appropriate version of HugsLib, please read the description.
Sadly, earlier version are lost, the admins had deleted them due to age.

shadowstitch

I could kiss you, nethrez1m. Thanks for maintaining this small but vital mod.