diff --git a/Assets/CineboxAndrew b/Assets/CineboxAndrew index e07a544f..f3eea1a2 160000 --- a/Assets/CineboxAndrew +++ b/Assets/CineboxAndrew @@ -1 +1 @@ -Subproject commit e07a544f43258f6ca20819fe598739a6366d9548 +Subproject commit f3eea1a250d8367962d59a7d306b2a7075155a1e diff --git a/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-surfacescanner-1-e.dds b/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-surfacescanner-1-e.dds new file mode 100644 index 00000000..d4eb43bc Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-surfacescanner-1-e.dds differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-surfacescanner-1-n.dds b/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-surfacescanner-1-n.dds new file mode 100644 index 00000000..e3325d93 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-surfacescanner-1-n.dds differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-surfacescanner-1.dds b/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-surfacescanner-1.dds new file mode 100644 index 00000000..19f2e1e2 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-surfacescanner-1.dds differ diff --git a/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-surfacescanner-1.mu b/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-surfacescanner-1.mu new file mode 100644 index 00000000..4adf5006 Binary files /dev/null and b/Distribution/Restock/GameData/ReStock/Assets/Resource/restock-surfacescanner-1.mu differ diff --git a/Distribution/Restock/GameData/ReStock/Localization/en-us.cfg b/Distribution/Restock/GameData/ReStock/Localization/en-us.cfg index de7e0100..92fdbe6e 100644 --- a/Distribution/Restock/GameData/ReStock/Localization/en-us.cfg +++ b/Distribution/Restock/GameData/ReStock/Localization/en-us.cfg @@ -1,4 +1,4 @@ -// Proposed format: +roposed format: // #LOC_Restock_partconfigname_fieldname // eg. // #LOC_Restock_restock-engine-375-3_title = ... @@ -8,6 +8,12 @@ Localization { 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_size1 = 1.25m #LOC_Restock_variant-engine_size2 = 2.5m diff --git a/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-scanners.cfg b/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-scanners.cfg new file mode 100644 index 00000000..be8ee2b8 --- /dev/null +++ b/Distribution/Restock/GameData/ReStock/Patches/Resource/restock-scanners.cfg @@ -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 + } +}