FortressCraft Evolved

FortressCraft Evolved

Mk2 Auto-Excavator
13개 중 1~10개 표시 중
< 1  2 >
업데이트: 2023년 4월 13일 오후 12시 59분

Version 11!

Added new mode "ClearCryo" because once you battle one cryo spawner, 7 more is just too many. This mode ONLY clears cryo (and...uh maybe resin) and leaves everything else and costs 3 times more power then the power-per-ore setting which is 80 by default. So 240 power per block.

Due to this potential increase in power consumption, the default power stored in the block is now 1600.

Also added ALT key modifiers to radius and height adjustments allowing for +/- 100 increments.

I might be able to get the hot-keys for functions to be mapped via config if people still want that.

업데이트: 2018년 8월 20일 오후 8시 00분

HUGE update to version 10 of the mod.

Can now be placed in any direction/orientation. Clear in all directions!
Can now mute the pew pew sounds by hitting J twice while looking at the block.
Now has a SUPER OP mode for those times when you MUST CLEAR EVERYTHING, NOW.

Super OP mode has a configuration option in XML. Default is 5. This is how many blocks per tick it will clear. (5 ticks per second) limited to 20 max (100 blocks per second max). SUPER OP mode not recommended for servers...

SUPER OP mode activated with Shift+O... use at your own risk. You know it's active by the fact it's clearing SO MUCH FASTER... and the fact "@.@" appears in the popup text.

업데이트: 2017년 1월 14일 오후 10시 33분

업데이트: 2017년 1월 14일 오후 2시 23분

Fixed a typo-derp in the Network Interface system. I must have been tired when I coded it. -.-

업데이트: 2016년 12월 11일 오후 5시 24분

Added an icon, finally!!! \o/

Also changed the sound to play only every 5 blocks (or once a second) as Unity's Sound engine can't keep up with the output and typically made it so other sound effects (such as falling) sounded like the laser shot effect.

업데이트: 2016년 11월 1일 오전 4시 20분

업데이트: 2016년 10월 24일 오후 7시 50분

업데이트: 2016년 8월 16일 오전 12시 09분

Wow I must have been tired when I 'fixed' the last bug.
Ugh...
Should be all good now. Sorry again. :'-(

업데이트: 2016년 8월 15일 오후 2시 51분

ClearAll should now work on Ore. Code Derp on missing that state check.

Also added a special catch for CPH blocks, so it shouldn't ever touch them, regardless of what clear state you have selected.

업데이트: 2016년 8월 14일 오전 3시 43분

Version 6 is out. Brand new loading and saving code.

You will have to rebuild any Mk2 Excavators you have in the world to ensure you have the freshest version running.

To those more tech savy. The code includes 10 total writes, which requires 10 total reads, however in previous versions I was saving the drop state as a boolean, where the new (v5+) version uses an enum, which saves as an Int.

So I was reading an int, where there had been written a bool, 4 byte read versus 1 byte read.

Oops.