TechTastic / CC-VS

Apache License 2.0
13 stars 3 forks source link

[Feature Request] Better wireless modem range increases linearly #4

Closed xiewuzhiying closed 7 months ago

xiewuzhiying commented 8 months ago

When the wireless modem is on a ship, its range increases linearly based on the height in world space rather than the height in shipyard. (and can be more than 384 blocks)

Influenced by #955 and #1688

TechTastic commented 8 months ago

This is correct behavior for how the compatability Mixin was written into VS2

I do not understand what you would like me to do as this seems to already function as is and is not a thing for CC: VS to change as the Mixin is in base VS2 itself

xiewuzhiying commented 8 months ago

WirelessModemPeripheral.java The range is only related to the height of the wireless modem in shipyard. Maybe I should record a video.

xiewuzhiying commented 8 months ago

And I hope the range can continue to increase at height beyond the max build height, such as an aerial VS ship being used as a wireless communication hub.

It should be something added by addon, not VS2.

xiewuzhiying commented 7 months ago

I did it myself.