mirror of
https://github.com/PorktoberRevolution/ReStocked
synced 2024-09-01 17:34:42 +00:00
Add surface scanner
This commit is contained in:
parent
22237e49c7
commit
08e45c9170
@ -1 +1 @@
|
|||||||
Subproject commit e07a544f43258f6ca20819fe598739a6366d9548
|
Subproject commit f3eea1a250d8367962d59a7d306b2a7075155a1e
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
// Proposed format:
|
roposed format:
|
||||||
// #LOC_Restock_partconfigname_fieldname
|
// #LOC_Restock_partconfigname_fieldname
|
||||||
// eg.
|
// eg.
|
||||||
// #LOC_Restock_restock-engine-375-3_title = ...
|
// #LOC_Restock_restock-engine-375-3_title = ...
|
||||||
@ -8,6 +8,12 @@ Localization
|
|||||||
{
|
{
|
||||||
en-us
|
en-us
|
||||||
{
|
{
|
||||||
|
|
||||||
|
// Actions and buttons
|
||||||
|
#LOC_Restock_scanner_screen_on = Screen On
|
||||||
|
#LOC_Restock_scanner_screen_off = Screen Off
|
||||||
|
#LOC_Restock_scanner_screen_toggle = Toggle Screen
|
||||||
|
|
||||||
#LOC_Restock_variant-engine_size0 = 0.625m
|
#LOC_Restock_variant-engine_size0 = 0.625m
|
||||||
#LOC_Restock_variant-engine_size1 = 1.25m
|
#LOC_Restock_variant-engine_size1 = 1.25m
|
||||||
#LOC_Restock_variant-engine_size2 = 2.5m
|
#LOC_Restock_variant-engine_size2 = 2.5m
|
||||||
|
@ -0,0 +1,25 @@
|
|||||||
|
// Patches applying art changes to ore scanners
|
||||||
|
// Contents:
|
||||||
|
// - Surface Scanning Module (SurfaceScanner)
|
||||||
|
|
||||||
|
// Surface Scanning Module
|
||||||
|
@PART[SurfaceScanner]
|
||||||
|
{
|
||||||
|
@author = Andrew Cassidy
|
||||||
|
|
||||||
|
!mesh = DELETE
|
||||||
|
MODEL
|
||||||
|
{
|
||||||
|
model = ReStock/Assets/Resource/restock-surfacescanner-1
|
||||||
|
}
|
||||||
|
|
||||||
|
MODULE
|
||||||
|
{
|
||||||
|
name = ModuleAnimateGeneric
|
||||||
|
animationName = screenon
|
||||||
|
startEventGUIName = #LOC_Restock_scanner_screen_on // Screen On
|
||||||
|
endEventGUIName = #LOC_Restock_scanner_screen_off // Screen Off
|
||||||
|
actionGUIName = #LOC_Restock_scanner_screen_toggle // Screen Toggle
|
||||||
|
evaDistance = 1.5
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user