Space Engineers

Space Engineers

59 个评价
ProtoMinerX2 - Prototech Miner - 5,6k
   
奖励
收藏
已收藏
取消收藏
Type: Blueprint
标签: ship, large_grid, safe
文件大小
发表于
更新日期
1.450 MB
2024 年 11 月 9 日 上午 3:09
2024 年 11 月 9 日 上午 3:18
2 项改动说明 ( 查看 )
您需要 DLC 才能使用该物品。

订阅以下载
ProtoMinerX2 - Prototech Miner - 5,6k

在 Strapatrocious 的 1 个合集中
ATROCIOUS Industries
17 件物品
描述
Collaborative work with @Beebsboo



Prototech Upgraded Miner - Large Grid
This miner is using 2 Prototech Drills and works very well manually or with PAM Automated Mining.

> Specs
- 5600 PCU
- 2x Large Cargos
- 7x Battery and 6x Reactors
- 2x Prototech Jump Drives (you can easily replace them with regular Jump Drives)
- 2x Prototechs Drill
- 4x Regular drills for PAM area calculation and help with fitting inside holes (doesn't slow down the Prototech Drills)
- 1x Large Hydrogen Tank
- 1x Oxygen Tank and Generator

- Pressurized Interior with SK
- External and internal access to cockpit
- Anti-Personnel Turret
- Beacon and Antenna
- Bottom and Top Connector
- Stone filters with 4x Ejectors

* Enemy detection and lock alerts
* Auto refill / Thrusters off/on on connection
* Furnished and configured with the well known :
* [PAM] Path Auto Miner | Automated Mining, Grinding and Transportation | by Keks -> https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=1507646929




                  W@WM1                    
                  1B@@@B                   
              11    7@@@Mr                 
             a@@a     XM@M2                
             XMWMW1    1WBSB0              
               aBX@X     1BM@B1            
        7@M1    1XX@Mr    1@@X@W           
                                           
      r@XXB@@@@@WWBMM@M@M@@@W@M@MX         
     M@M@@@11 @MW      S@1   10@@M7        
   SM@M@M@B   r@W28  1SWM  7M  1@@MX       
 1@M@@MW@M7 1  M@M@  X@M@  S@1  @@@@@ar    
 @M@@@WM@@  @1 B@@@  SM@@  11 1W@@@@M@@    
  7W@M@M@2  B1 1@MW  2@M@  20 r@@W@@@@1    
    7@@@M       W@B  8@@@  SW  WM@M@2      
      @M@11M@@1 XM@11X@@@11X@1 8@MM        
      1@BBBWW@@@BXXBBBBWB@MBXBBBW8         
                                               
        1@M1    r@M@@8    1@M@MS           
              1B@B@a     X@M@B             
             @MBWX1    1M@@@1              
             8@@2     XM@MX                
               1    r@M@M1                 
                  o@@M@2                   
                  2a08    


By choosing to use our vehicles and systems, you acknowledge that we bear no responsibility for any incidents or misuse of our products.
16 条留言
PAVO97 1 月 4 日 上午 2:41 
There is a way to make a script where ship will cruise at 0.5m/s. It is optimal drilling speed. Subscribe to "Action script" and write in custom data of programable block something like this:
#DrillSpeed#
jumpdef drillspeed
if "PRD_Flight Seat",_Ship_Speed < 0.5
action "PRD_Hydrogen Thruster Forward^" IncreaseOverride
else
prop "PRD_Hydrogen Thruster Forward^" Override 0
endif
jump drillspeed

#DrillSpeedReset#
prop "PRD_Hydrogen Thruster Forward^" Override 0
stop
Script Drillspeed gets the grid speed from "PRD_Flight Seat" and increases all thrusters starting with name "PRD_Hydrogen Thruster Forward" (^ sign means starting with name) if speed is less than 0.5 else it sets thrusters override to 0
Timer block drill on = Gyros override ON, Drills ON, Run argument "run Drillspeed"
Timer block drill off = Gyros override OFF, Drills OFF, run argument "stop Drillspeed", run argument "run DrillSpeedReset" to reset thruster override
Kaito 2024 年 12 月 29 日 上午 9:07 
fwiw you don't need the extra drills just to make PAM happy. It should detect the proto drills correctly, and you can set the drill radius by editing the script and scrolling down a bit.
EshFrog 2024 年 12 月 16 日 上午 8:56 
idk if you already knew this, but doesnt seem like anyone pointed it out
you can right click mine using the tool to take out a larger area but not collect the resources. Could it be that this only bores with right click, and when you get to the ore, its designed to wiggle around a little bit with left click?
Ace 2024 年 12 月 14 日 上午 10:42 
I'll try that strategy. Appreciate the advice. o7
Strapatrocious  [作者] 2024 年 12 月 14 日 上午 3:15 
There might be too much thrust power for all direction, very unnecessary and dangerous while drilling (especially on empty load), i'll update someday with a key control to disable most thrusters, or a event controller that does so when any drill is active
Strapatrocious  [作者] 2024 年 12 月 14 日 上午 3:10 
hmm i see, i'm not surprised about this issue, the best advice i got is : toggle override on all or some gyroscopes on your toolbar On and Off while positioning before drilling so you don't wiggle or change trajectory too much
Ace 2024 年 12 月 11 日 上午 10:13 
Yes, I am drilling manually. Could just be a skill issue, let's be frank.

If nobody else is having problems it's definitely a skill issue on my part. Right now I think the awkward drill sticking out the right and left sides is the problem area, since that's where I keep getting damaged.
Strapatrocious  [作者] 2024 年 12 月 11 日 上午 8:25 
Uh, i don't think you can have more clearance on this, i don't have any issues with it, are you drilling manually?
Ace 2024 年 12 月 10 日 上午 9:52 
Trying to use this just causes the sides of the ship to get all smashed up, even when driving straight. I think there needs to be more clearance made with the drill.
Terrance Hood 2024 年 11 月 15 日 上午 5:42 
EshFwog I have the same concern because I always use the "Critical Jump Drive explosion" mod which means the drives are prone to violently explode when damaged.

Which is not conducive to the long term goals of "not dying in space".