Well last patch was an easy one, you just need to change the "minor version" from 2 to 3 and you're done.
Basically to update the client yourself, you download the clean CC version, the latest version and compare with winmerge, if there are a LOT of changes, then you will probaly have some headaches, if not, like something easy, as explained in the second or third thread, then you're good.
Well last patch was an easy one, you just need to change the "minor version" from 2 to 3 and you're done.
Basically to update the client yourself, you download the clean CC version, the latest version and compare with winmerge, if there are a LOT of changes, then you will probaly have some headaches, if not, like something easy, as explained in the second or third thread, then you're good.
I edited the minor from 2 to 3 on the action script and all I get is a black screen. I used Riigged's X28.0.2 as the base.
Same I used CC, edited 2 to 3, ran in JPEXS and all that appears is a black screen. If I run the .swf by itself without JPEXS flash player just stays blank and doesn't resize.
Try to add your CC to safe files in Flash player.
Right click -> global settings ->Advanced -> trusted locations. Than add your Crazy, should be fine. Had same problem.
Unfortunately this changes nothing and I still get the black screen... not sure what has gone wrong considering many others claim to have done it.
Originally Posted by hb0000
Unfortunately this changes nothing and I still get the black screen... not sure what has gone wrong considering many others claim to have done it.
If you are editing ActionScript directly it most likely will break it, if not try updating Java or reinstalling FFDec.
1. Re-unzip Rigged's updated CC.
2. Open with FFDec
3. CTRL + F and go to Parameters.as
4. Click the "2" where MINOR_VERSION variable is declared
5. Click Edit P-Code
6. Change pushstring "2" to pushstring "3"
7. Save P-Code
8. Save
9. Launch
Originally Posted by headlesspiranha
If you are editing ActionScript directly it most likely will break it