Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work in Photoshop 2015 #13

Open
TShelton41 opened this issue Aug 31, 2015 · 11 comments
Open

Doesn't work in Photoshop 2015 #13

TShelton41 opened this issue Aug 31, 2015 · 11 comments

Comments

@TShelton41
Copy link

Is there any plans on making this work in Photoshop CC 2015?

@zlwaterfield
Copy link

Having same issue

@wilixx
Copy link

wilixx commented Jan 22, 2016

Having same issue,can you send me to [email protected] if this solved? Thank you~

@SyedIqtadar
Copy link

Same issue here, not able to install it in photoshop cc 2015

@acezard
Copy link

acezard commented Feb 9, 2016

is it on the road ?

@Vjkumar011
Copy link

does it only for cc ??
not for cs6??
if it is for cs6 than it is not working on mine photoshop cs6. i installed as u said. but it is not showing in window>extension>kuler and bridge.

@Dalairen
Copy link

Dalairen commented Apr 18, 2016

On the same boat. Tried to install by ExMCC, got manifest error, then tried just unpack - no Panels folder. Created folder, put Velositey there - no reaction. But it seems by posting dates here and no answer that I was just scammed for tweet.

@handletastic
Copy link

What's the workaround for Photoshop 2015?

@alament
Copy link

alament commented Jul 24, 2016

Until the devs release a proper version, here's how to get this extension working for CC 2015. This works for Velositey 2 on Windows x64, haven't tried with other versions/OS. It works for me, I can't guarantee it works for everyone. Pre warning: it involves editing the registry to allow unsigned extensions which is (probably) a potential security risk, so only continue if you're comfortable with that. I won't be responsible for any issues.

  1. Download Velosity 2 from the website and extract the archive somewhere.
  2. Open the extracted com.dkagency.velositey.zxp file with an unizipping program like WinRAR (rename the file extension to .zip if needed)
  3. Extract the contents to C:\Program Files (x86)\Common Files\Adobe\CEP\extensions (make sure the contents extract into their own folder, e.g. C:\Program Files (x86)\Common Files\Adobe\CEP\extensions\com.dkagency.velositey)
    • Windows x86 folder: C:\Program Files\Common Files\Adobe\CEP\extensions
    • Mac folder: /Library/Application Support/Adobe/CEP/extensions
    • The CEP and extensions folders may not exist, create them
  4. Go into the extracted folder and open the file CSXS\manifest.xml with your favourite text editor (make sure you open as administrator)
  5. Change line 13 from <Host Name="PHXS" Version="[15.0,15.9]" /> to <Host Name="PHXS" Version="15.0" />
  6. Change line 14 from <Host Name="PHSP" Version="[15.0,15.9]" /> to <Host Name="PHSP" Version="15.0" /> and save.
  7. Because we modified the manifest, the extension will no longer pass the signature check. So we have to set a registry variable to bypass the check. Open regedit (run -> regedit), go to HKEY_CURRENT_USER/Software/Adobe/CSX.6, and add a new string value (edit -> new -> string value). Name the string PlayerDebugMode, then double click it and enter the value 1
    • On Mac, apparently you can type this in the terminal: defaults write com.adobe.CSXS.6 PlayerDebugMode 1. Haven't tested it because I don't own a mac. I got it from here.
  8. Open Photoshop and you should be able to access velositey through window -> extensions -> velositey
    • If extensions menu is greyed out, you may need to go to edit -> preferences -> plug-ins -> tick load extension panels (restart after saving)
    • If you don't see the velositey extension in the menu, you may have not extracted it into the right location, or you didn't edit the manifest.xml correctly.
    • If you get an error about signatures when opening velositey, you didn't do the registry part correctly.

edit: because the template files are for an older version of Photoshop, when you insert a template you may get a notice asking if you want to update the file. Just tick 'don't show me this again' so you don't get it with every template insertion.

@dlewand691
Copy link

I'm on a Mac and tried your fix for Photoshop 2015.5 and unfortunately didn't work, still getting the "not properly signed" error.

  • I have a CSXS.7.plist file that I added the debug mode to as well.
  • Tried placing it in the extension folder for both the user and the root library folders.

Any thoughts on other options to try?

@AicoDsign
Copy link

AicoDsign commented Jun 3, 2017

Work for me for Photoshop CC 2017
I do some step from alament, but the spesific folder was wrong.

  1. Extract com.dkagency.velositey.zxp to same folder name com.dkagency.velositey
  2. Extract the contents to C:\Program Files\Adobe\Adobe Photoshop CC 2017\Required\CEP\extensions\
  3. On folder CSXS\manifest.xml
  • Change line 13 from <Host Name="PHXS" Version="[15.0,15.9]" /> to <Host Name="PHXS" Version="[14.0,99.9]" />

  • Change line 14 from <Host Name="PHSP" Version="[15.0,15.9]" /> to <Host Name="PHSP" Version="[14.0,99.9]" /> and save.

  1. Open regedit (run -> regedit), go to HKEY_CURRENT_USER/Software/Adobe/CSX.7 and add a new string value (edit -> new -> string value). Name the string PlayerDebugMode, then double click it and enter the value 1
  2. Do it next step from alament step 7 and 8
    and done,Velosity work for Photoshop CC 2017

@rijosh
Copy link

rijosh commented Dec 11, 2017

After doing alament steps i got this error message in cc
The velocity extension could not be loaded because it was not properly signed.
version: 2.0.0

image

what was the issue. how can i fix it. Thanks for advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests