Starbase EA - Handheld Mining Laser EXPLAINED!

preview_player
Показать описание

As many asked how this works, here is update with details and the yolol code. Please read full video description! Many questions answered there!

First of all! Resource Bridge does not transfer power in SSC test mode (Ship designer or creator), but if your HH Mining laser works on batteries in SSC it will work in game too charged over Resource Bridge, when you print it.

IMPORTANT: Resource Bridge on your ship must have ONLY cable connected. If you add PIPE it will not work (Source: Game Devs.)

Now, details:
- 1x Mining laser with its auxiliaries
- 3x Portable Battery (works best with 4 but not as compact as with 3)
- 1x Resource Bridge (FlowIn=1 FlowOUT=0)

Optional:
- 1x Range Finder (proximity trigger to turn ON/OFF laser without droping the device)
- 1x Basic Yolol Chip (simple code to manage RF, Laser and for operational mode Full or Pulsing)
- 1x Switch (to select work mode)
- 1x Safety Button (or any other button to activate the yolol script)
- 1x Light with button - in front, to see better

You can build this device without beams, just patching it together, but I used one small frame rectangle to attach all the parts in case I bump the device on a rock to prevent it falling apart.

Fields:
RF = RangeFinderDistance
LSW = SwitchState
L01 = MiningLaserOn

Code is in the pinned comments - the post format does not allow all characters used!

This device is classified as "Spaceship tool"!
Enjoy!
FatFly#6857
```
Selling Spaceships and Blueprints! F.A.T. ltd
```
Рекомендации по теме
Комментарии
Автор

Code for this device:

if :RF<0.5 and :LSW==-1 then goto 5 end
if :RF<0.5 and :LSW==1 then goto 10 end
if :RF>=0.5 then :L01=0 end
goto 1
:L01=1
:L01=0 goto 1
// empty line
// empty line
// empty line
:L01=1 goto 1


I simplified it max. In general it can all fit in 3 lines :)

fatflyWOG
Автор

made one of these a few days ago, extra batteries on your ship are always helpful

MrBmxerFTW
Автор

All your vids are so creative and have inspired me alot

snafu
Автор

Awesome! the build looks simple enough

woodzyfox
Автор

Thats cool, but are you using that as a weapon or just to get out and mine an astroid with a laser by hand?

trgyoutv
Автор

what makes the laser stay on even while your holding it

sipixis
Автор

and here i am, spending 2 hours for a yolol script that auto mines asteroids, and then i find this gem xD

toaster
Автор

huff hand help ship weapons ... huff huff

WoHShadow
Автор

ive still had no luck getting the laser to recharge from ship. is yours somehow considered a ship frame?

WIFIcreature
Автор

How do you transport it? Can it be picked up or is it attached to the ship somehow?

dustinthompson
Автор

How do you transport this with the new update that you can't have custom things in your inventory

adnwilson
Автор

Yo man love the idea ... But i cant help but notice ... Is that accent from balkan 😁

youdontcare
Автор

I made one of these the other day, I did the same with a quad autocannon settup the other day, hand held ship weapons are neat, but also very easy to accidentally let go of

I don't see your code in the comments however, mine uses a button you can press while holding it
Edit: The code now shows, had to change the comment sort by to "Newest" for some reason

RichyN