aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.WinForms/Resources
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-04-21 18:53:41 -0400
committerMichael <[email protected]>2017-04-21 18:53:41 -0400
commitdb563c54aedf5e9d96ca70eec08c560ccbc42d8d (patch)
tree4f8b3ba5bb54ee68e217705876e2288075c1026f /ShiftOS.WinForms/Resources
parent25f83c8f191c0e451e2fc88b193d158517396f31 (diff)
downloadshiftos_thereturn-db563c54aedf5e9d96ca70eec08c560ccbc42d8d.tar.gz
shiftos_thereturn-db563c54aedf5e9d96ca70eec08c560ccbc42d8d.tar.bz2
shiftos_thereturn-db563c54aedf5e9d96ca70eec08c560ccbc42d8d.zip
Add ShiftOS->Host Shared Persistence
ShiftOS can now write to the shared folder when saving files/deleting files to the 1:/ drive.
Diffstat (limited to 'ShiftOS.WinForms/Resources')
-rw-r--r--ShiftOS.WinForms/Resources/Shiftorium.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/ShiftOS.WinForms/Resources/Shiftorium.txt b/ShiftOS.WinForms/Resources/Shiftorium.txt
index c70f849..2cd9680 100644
--- a/ShiftOS.WinForms/Resources/Shiftorium.txt
+++ b/ShiftOS.WinForms/Resources/Shiftorium.txt
@@ -78,6 +78,34 @@
Description: "You can add numbers together, but it must be tiring to add the same number over and over. This multiplication button will make it easier for you!"
},
{
+ Name: "FS Copy",
+ Cost: 75,
+ Dependencies: "file_skimmer",
+ Description: "It is cool to be able to browse your files, but what if you need a new copy of a file? This upgrade adds a button to the File Skimmer that allows you to copy single files to new locations.",
+ Category: "Enhancements"
+ },
+ {
+ Name: "FS Move",
+ Cost: 75,
+ Dependencies: "file_skimmer",
+ Description: "Want to move files from one place to another? This upgrade adds a button to the File Skimmer that does just that!",
+ Category: "Enhancements"
+ },
+ {
+ Name: "FS Copy Folder",
+ Cost: 100,
+ Dependencies: "fs_copy",
+ Description: "You can copy single files, but what if you have a lot of files in a folder that you need to get copied over? This upgrade adds the ability to copy a folder to a new location in the File Skimmer.",
+ Category: "Enhancements"
+ },
+ {
+ Name: "FS Move Folder",
+ Cost: 100,
+ Dependencies: "fs_move",
+ Description: "Being able to move single files is great, but it takes time to move all the files in a folder to a new location. This upgrade will cut down on that time!",
+ Category: "Enhancements"
+ },
+ {
Name: "Calc Divide Button",
Cost: 800,
Dependencies: "calc_multiply_button",