Author Topic: SAO Utils  (Read 10594 times)

0 Members and 1 Guest are viewing this topic.

Offline procdrone

  • Formerly TheHound
  • 29
  • Balance breaker! Thats me!
    • Steam
http://www.gpbeta.com/en/post/develop/sao-utils/

Very fun and convenient link system, for those who watched the anime, and for those who didn't.

Not many people know of it, so I thought ill share it here.
--Did it! It's RELEASED! VeniceMirror Thread--

 

Offline The E

  • He's Ebeneezer Goode
  • 213
  • Nothing personal, just tech support.
    • Steam
    • Twitter
Errr.....

What exactly does this do? I must admit to not being able to get that from the page.
If I'm just aching this can't go on
I came from chasing dreams to feel alone
There must be changes, miss to feel strong
I really need lifе to touch me
--Evergrey, Where August Mourns

 

Offline procdrone

  • Formerly TheHound
  • 29
  • Balance breaker! Thats me!
    • Steam
Have you ever watched Sword Art Online anime?
If not...


Its a link container system, you bring it up with specified command (best intuitive is the mouse scroll and drag down)

It brings up a "menu", Where you can create categories, subcategories, and "list categories" where you set up positions individually, you connect a position to a system command, a link, or an application.

Very basicly speaking, thats all. http://scr.hu/1xi4/fdv0n.


HEADS UP, it might be bit troublesome to set up at first, but later on, I find it quite usefull to bring up applications or folders without need of searching through or even bringing up the desktop. Not to mention that you can keep your desktop clean.
« Last Edit: March 18, 2015, 11:07:20 am by TheHound »
--Did it! It's RELEASED! VeniceMirror Thread--

 

Offline procdrone

  • Formerly TheHound
  • 29
  • Balance breaker! Thats me!
    • Steam
DELETE THIS POST
« Last Edit: March 18, 2015, 11:06:58 am by TheHound »
--Did it! It's RELEASED! VeniceMirror Thread--

 

Offline Spoon

  • 212
  • ヾ(´︶`♡)ノ
hah, neat
Should I ever (which is a big if) get a device with touch, this would be one of the first things I'd install.
Urutorahappī!!

[02:42] <@Axem> spoon somethings wrong
[02:42] <@Axem> critically wrong
[02:42] <@Axem> im happy with these missions now
[02:44] <@Axem> well
[02:44] <@Axem> with 2 of them

 

Offline procdrone

  • Formerly TheHound
  • 29
  • Balance breaker! Thats me!
    • Steam
You don't really need a touch device do operate this, but true, that would be cool as hell :)
--Did it! It's RELEASED! VeniceMirror Thread--

 

Offline Bobboau

  • Just a MODern kinda guy
    Just MODerately cool
    And MODest too
  • 213
ok, so it's some sort of utility to allow you to set up a computer menu system inspired by SAO?
Bobboau, bringing you products that work... in theory
learn to use PCS
creator of the ProXimus Procedural Texture and Effect Generator
My latest build of PCS2, get it while it's hot!
PCS 2.0.3


DEUTERONOMY 22:11
Thou shalt not wear a garment of diverse sorts, [as] of woollen and linen together

 

Offline procdrone

  • Formerly TheHound
  • 29
  • Balance breaker! Thats me!
    • Steam
Pretty much yes.
--Did it! It's RELEASED! VeniceMirror Thread--

 
What are the chances that somebody whose only programming experience is FRED will be able to install and use this without following pages of directions? Like, can a person set it up easily and intuitively?
Because it does look really really cool.

 

Offline procdrone

  • Formerly TheHound
  • 29
  • Balance breaker! Thats me!
    • Steam
What are the chances that somebody whose only programming experience is FRED will be able to install and use this without following pages of directions? Like, can a person set it up easily and intuitively?
Because it does look really really cool.

You don't need to be a programer, you only need to get a hang and logic behind making new categories. It is pretty much explained in the FAQ section on the site some way down, along with few interesting commands.

Installation is as easy as unziping and running the app.

For your conviniece, FAQ:

Code: [Select]
    Q: What does the LV in the HP-Bar means? & why does it reset to LV1 every time I restart the program?
    A: The LV of HP-Bar indicate the up-time of SAO Utils, so you will lose your previous LV if you close it.
    Q: How can I add a Catalog Menu or List Menu in the main menu?
    A: To add sub-menus in the main menu:
    1.Long press the first icon(others are system icons & cannot be modified);
    2.Long press agin on the ‘Modify’ itrem;
    3.Click “+”(Add) on the editing tray.
    Q: How can I add short cuts in List Menu?
    A: For the restriction of file picking dialog, we can’t pick up short cuts(*.lnk) directly. If you pick up a short cut in a file dialog, you will actually pick up the target file of the short cut, so exttra infomation such as CMD & params in the short cut will be lost. To pick up a short cut (temporary):
    1Choose ‘Command’ in the ‘Action’ label, click ‘…’ button then input the short cut path like: C:\notepad.exe.lnk;
    2.Switch ‘Command’ to ‘File’ in ‘Action’ label, Save.
    Q: How can I add system folders such as Computer, Videos and Music folder?
    A: For the restriction of folder picking dialog, we can’t pick up a vitual folder directly. To pick up a virtual or system folder:
    1.Choose ‘url’ in the ‘Action’ label, click ‘…’ button then input on of the strings:
    Computer: file://::{20D04FE0-3AEA-1069-A2D8-08002B30309D}
    Labraries: file://::{031E4825-7B94-4dc3-B131-E946B44C8DD5}
    Documents: file://::{031E4825-7B94-4dc3-B131-E946B44C8DD5}\Documents.library-ms
    Music: file://::{031E4825-7B94-4dc3-B131-E946B44C8DD5}\Music.library-ms
    Pictures: file://::{031E4825-7B94-4dc3-B131-E946B44C8DD5}\Pictures.library-ms
    Videos: file://::{031E4825-7B94-4dc3-B131-E946B44C8DD5}\Videos.library-ms
    Recycle Bin: file://::{645FF040-5081-101B-9F08-00AA002F954E}
    2.Save.
    Q: Useful commands?
    A: From the internet:
    Shut Down: shutdown.exe -s -t 0
    Reboot: shutdown.exe -r -t 0
    Lock: rundll32.exe user32.dll,LockWorkStation
    Suspend: rundll32.exe powrProf.dll,SetSuspendState
    Command Line: cmd
    Notepad: notepad
    Calculator: calc
    Q: How can I change the display language?(Temporary)
    1. Find your system locale name:
    1.1 Open a CMD window
    1.2 Enter ‘systeminfo’
    1.3 Copy the ‘System Locale’ value
    2. Duplicate existed locale files:
    2.1 Make a copy of the locale folder you want in SAO Utils/Langs folder
    2.2 Rename it as the value(xx_YY) section 1.3 shown
    3.Restart SAO Utils
    Q: About icons?
    A: SAO Utils Full contains 200+ sets of icons in the Images folder of program, there are two types of icons in corresponding:
    Images/symbol: symbol icons for the first level menu.
    Images/icon: circle icons for both Catalog Menu & List Menu.
« Last Edit: March 19, 2015, 04:11:59 am by TheHound »
--Did it! It's RELEASED! VeniceMirror Thread--

 

Offline jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
The Hound;

I think you can delete your own post.

EDIT: Apparently you can't.  Did this change?  I thought you could delete your own posts on HLP.

  

Offline procdrone

  • Formerly TheHound
  • 29
  • Balance breaker! Thats me!
    • Steam
You can delete thread before anyone posts in it, I think. Unless you are a mod.
--Did it! It's RELEASED! VeniceMirror Thread--

 

Offline Droid803

  • Trusted poster of legit stuff
  • 213
  • /人 ◕ ‿‿ ◕ 人\ Do you want to be a Magical Girl?
    • Skype
    • Steam
I think you can delete an individual post before anyone replies (in case of accidental double posts and whatnot?)
May be mistaken though.

And when I read the title, I was like "SAO? It can't possibly be Sword Art...must be some scriptkiddy term that happened to share the same acronym" and then it turned out to be sword art. lol.

So...it's basically like one of those mac-like "docks", but with customizable (sub)categories?
(´・ω・`)
=============================================================

 

Offline procdrone

  • Formerly TheHound
  • 29
  • Balance breaker! Thats me!
    • Steam
Im unable to answer the question. Never seen mac-like "docks"

But you make up your categories, and subcategories according to your will.

Normally none of it is appearing on the desktop, you need to call the menu in with specified command.

EDIT

Check out that link https://www.youtube.com/watch?v=9vRgQIhwAK0
« Last Edit: March 19, 2015, 01:41:30 pm by TheHound »
--Did it! It's RELEASED! VeniceMirror Thread--

 

Offline Ghostavo

  • 210
  • Let it be glue!
    • Skype
    • Steam
    • Twitter
I'm still waiting for an desktop environment inspired by Serial Experiments Lain.  :blah:
"Closing the Box" - a campaign in the making :nervous:

Shrike is a dirty dirty admin, he's the destroyer of souls... oh god, let it be glue...

 

Offline Mongoose

  • Rikki-Tikki-Tavi
  • Global Moderator
  • 212
  • This brain for rent.
    • Steam
    • Something
If the UI is anything as odious as the show proper was, it can go straight to hell.

 

Offline jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
Im unable to answer the question. Never seen mac-like "docks"


http://rocketdock.com/  (current version 1.3.5)

(You can supply your own icons, so making this SAO-themed would definitely be possible.)



As far as menus:

http://www.samurize.com/modules/news/

http://www.samurize.com/modules/myalbum/

I wonder if SAO / Samurize are aware of the other... you could probably easily customize Samurize to be SAO-themed.  Last time I used it was late Win '98 / early Win XP era though.
« Last Edit: March 20, 2015, 07:15:37 am by jr2 »

 

Offline procdrone

  • Formerly TheHound
  • 29
  • Balance breaker! Thats me!
    • Steam
You can customize SAO Utils too, make your own icons and plugins for it.
--Did it! It's RELEASED! VeniceMirror Thread--

 

Offline jr2

  • The Mail Man
  • 212
  • It's prounounced jayartoo 0x6A7232
    • Steam
Ah, cool.  :yes: