IAM MAD af ( Rob Papen Oversized plugins )

Discussion in 'Software' started by M.V.P., Feb 23, 2020.

  1. Gyro Gearloose

    Gyro Gearloose Audiosexual

    Joined:
    Jul 8, 2019
    Messages:
    4,237
    Likes Received:
    1,846
    Location:
    Germany
    :rofl:

    millennial's
     
    • Funny Funny x 1
    • Love it! Love it! x 1
    • List
  2. Gyro Gearloose

    Gyro Gearloose Audiosexual

    Joined:
    Jul 8, 2019
    Messages:
    4,237
    Likes Received:
    1,846
    Location:
    Germany
    when you got your grammy OP some day , you will laugh bout it....
    in this ages you will only use ilok rent stuff from toptops and have forgotten all that:mad:
    ---
    further its a DEV thing NO team thing...
    further a racer ergo uploader can rar into other form AND THEY DO as long core rls stay at it is....
     
    Last edited: Feb 23, 2020
  3. Friggy

    Friggy Guest

    Oboom+download manger.
     
  4. Sinus Well

    Sinus Well Audiosexual

    Joined:
    Jul 24, 2019
    Messages:
    1,998
    Likes Received:
    1,530
    Location:
    Sanatorium
    I guess it's predetermined that your bandwidth is limited and the rob papen release is so big that you can't download it.
    The universe is probably trying to tell you something.
     
  5. r4e

    r4e Audiosexual

    Joined:
    Sep 6, 2014
    Messages:
    852
    Likes Received:
    1,206
    Here's my workaround for you:
    Install a previous release, run a virtual machine, download the new plugins (somehow), install them,
    then archive just the plugins and the presets, copy them over to your PC, extract & replace, update done.

    You also can add the updated plugins + the new keygen to your existing previous setup archive
    as a manual update.

    Pro Tip:
    The x64 Plugins (AAX, VST3 and VST2) are identical (same size & checksums)
    so it works to just save these files once and copy them into the desired dirs, saves you an extra 220MB
    of space and you also could make a simple script to automate the copy process as the file that goes into
    the aax dir has to be renamed into *.engine.

    Here's an example of just the plugins + presets in size (compressed using 7Zip)

    [​IMG]
     
    • Like Like x 1
    • Funny Funny x 1
    • Interesting Interesting x 1
    • List
  6. DjLuigi

    DjLuigi Ultrasonic

    Joined:
    May 28, 2018
    Messages:
    49
    Likes Received:
    34
    Wait until he finds out about Omnisphere :rofl:
     
    • Funny Funny x 3
    • Winner Winner x 2
    • Love it! Love it! x 1
    • List
  7. The Pirate

    The Pirate Audiosexual

    Joined:
    Dec 20, 2018
    Messages:
    5,186
    Likes Received:
    4,407
    Location:
    NOYMFB
    :goodpost::shalom::hahaha:
     
    • Funny Funny x 2
    • Like Like x 1
    • List
  8. ThrashHead

    ThrashHead Platinum Record

    Joined:
    Sep 14, 2019
    Messages:
    414
    Likes Received:
    294
    Less whining and more thanking.
     
  9. lukehh

    lukehh Audiosexual

    Joined:
    Jun 22, 2012
    Messages:
    1,043
    Likes Received:
    592
    @M.V.P. Its not so easy to seperate the NKS, AAX and VSTi because R2R built their own all-in-one installer.
    But I think I managed it. I've built a package with 221MB (instead of 1.1GB) of Rob Papen Blue2 v1.0.3e with the VSTi version (x64 and x86) and added an instructions file to it.
    If you're still interested write me a PM.

    If this works (I only tested on my computer) I will make packages also for the other Rob Papen Plugins.
     
    Last edited: Feb 24, 2020
  10. lukehh

    lukehh Audiosexual

    Joined:
    Jun 22, 2012
    Messages:
    1,043
    Likes Received:
    592
    I think the (Quote: download the new plugins (somehow)) is the problem with your workaround...as he mentioned, his ISP only offers limited bandwith. If he would be able to download the 1.1GB he wouldnt have the problem what this thread is about.
     
    • Like Like x 1
    • Agree Agree x 1
    • List
  11. r4e

    r4e Audiosexual

    Joined:
    Sep 6, 2014
    Messages:
    852
    Likes Received:
    1,206
    As I wrote before, the x64 plugin files for each package are identical and they get copied to 3 places.
    When you unpack the installer, the unpacker places these files the same way as the installer.

    I think you're using Inno Setup like R2R does and like I do. In that case you can place that file once in your sources dir,
    let's call it {app}, and let the setup copy it to the desired places. In case of Predator2 it looks like this:


    Code:
    [Components]
    Name: "App"; Description: "Predator II 1.0.4f"; Types: full compact custom; Flags: fixed
    Name: "App\VST32"; Description: "VST2 32Bit";
    Name: "App\VST64"; Description: "VST2 64Bit";
    Name: "App\AAX"; Description: "AAX Plugin";
    Name: "Presets"; Description: "Presets";
    
    [Files]
    Source: "{app}\VST64\Predator2.dll"; DestDir: "{commonappdata}\Rob Papen\Prisma 64\Rob Papen\Predator2"; Components: "App\VST64";
    Source: "{app}\VST64\Predator2.dll"; DestDir: "{reg:HKLM64\Software\VST,VSTPluginsPath}\Rob Papen"; Components: "App\VST64";
    Source: "{app}\VST64\Predator2.dll"; DestDir: "{cf64}\Avid\Audio\Plug-Ins\Rob Papen\Predator2.aaxplugin\Contents\x64\Predator2.engine";Components: "App\AAX";
    So in my case the 64Bit Predator2.dll goes into:

    C:\ProgramData\Rob Papen\Prisma 64\Rob Papen\Predator2,
    E:\VST\64Bit\Rob Papen
    and in
    C:\Program Files\Common Files\Avid\Audio\Plug-Ins\Rob Papen\Predator2.aaxplugin\Contents\x64
    as "Predator2.engine"

    That way you save over 80MB in your installer

    You also can embed R2R's useful little Inno Setup Plugin to automatically define the plugin paths (if you know how).
    It supports some nice procedures like GetDirVST2, GetDirVST3, GetDirRTAS, GetDirAAX and HasAVX (to check if your
    CPU is compatible like it has to be for the use of the new Massive X plugin)

    Will probably write one installer for all Rob Papen Plugins for myself.

    Ye, to be honest, that was a joke. But he still could go to a place with free wifi if possible
    and use the workaround to save space on his disk when storing the update.
     
    Last edited: Feb 25, 2020
  12. lukehh

    lukehh Audiosexual

    Joined:
    Jun 22, 2012
    Messages:
    1,043
    Likes Received:
    592
    No, I'm not so clever and not a programmer...I made it really simple.
    - I installed the R2R version of Blue2
    - I copied the Mainfolder in C:\Users\Your_User_Name\Documents\Rob Papen\Blue2 (this contains all the presets and data, manual etc)
    - I copied the blue2.dll (x64) and the (x86) from my VST folder.
    - I checked my registry where R2R's installer put the registry entries...and exported the registry entry.
    - I packed everything incl. R2R KeyGen to an archive. Thats it.

    Windows Registry Editor Version 5.00

    [HKEY_CURRENT_USER\Software\Rob Papen]

    [HKEY_CURRENT_USER\Software\Rob Papen\Blue2]
    "BankDir"="C:\\Users\\insert_your_username_here\\Documents\\Rob Papen\\Blue2\\Banks"
    "ArpDir"="C:\\Users\\insert_your_username_here\\Documents\\Rob Papen\\Blue2\\Arp"
    "SeqDir"="C:\\Users\\insert_your_username_here\\Documents\\Rob Papen\\Blue2\\Seq"
    "PresetDir"="C:\\Users\\insert_your_username_here\\Documents\\Rob Papen\\Blue2\\Presets"
    "StepSeqDir"="C:\\Users\\insert_your_username_here\\Documents\\Rob Papen\\Blue2\\StepSeq"
    "FxDir"="C:\\Users\\insert_your_username_here\\Documents\\Rob Papen\\Blue2\\Fx"
    "MultiDir"="C:\\Users\\insert_your_username_here\\Documents\\Rob Papen\\Blue2\\MultiEnv"
    "ECSDir"="C:\\Users\\insert_your_username_here\\Documents\\Rob Papen\\Blue2\\ECS"
    "HelpDir"="C:"
    "PreSample"="C:\\Users\\insert_your_username_here\\Documents\\Rob Papen\\Blue2\\bin\\"
    "XYPath"="C:\\Users\\insert_your_username_here\\Documents\\Rob Papen\\Blue2\\XYPath"
    "RegStr0"="---"
    "RegProg0"=dword:ffffffff
    "RegBank0"="---"
    "RegStr1"="---"
    "RegProg1"=dword:ffffffff
    "RegBank1"="---"
    "RegStr2"="---"
    "RegProg2"=dword:ffffffff
    "RegBank2"="---"
    "RegStr3"="---"
    "RegProg3"=dword:ffffffff
    "RegBank3"="---"
    "RegStr4"="---"
    "RegProg4"=dword:ffffffff
    "RegBank4"="---"
    "RegStr5"="---"
    "RegProg5"=dword:ffffffff
    "RegBank5"="---"
    "RegStr6"="---"
    "RegProg6"=dword:ffffffff
    "RegBank6"="---"
    "RegStr7"="---"
    "RegProg7"=dword:ffffffff
    "RegBank7"="---"
    "RegStr8"="---"
    "RegProg8"=dword:ffffffff
    "RegBank8"="---"
    "RegStr9"="---"
    "RegProg9"=dword:ffffffff
    "RegBank9"="---"
    "RegStr10"="---"
    "RegProg10"=dword:ffffffff
    "RegBank10"="---"
    "RegStr11"="---"
    "RegProg11"=dword:ffffffff
    "RegBank11"="---"
    "RegStr12"="---"
    "RegProg12"=dword:ffffffff
    "RegBank12"="---"
    "RegStr13"="---"
    "RegProg13"=dword:ffffffff
    "RegBank13"="---"
    "RegStr14"="---"
    "RegProg14"=dword:ffffffff
    "RegBank14"="---"
    "RegStr15"="---"
    "RegProg15"=dword:ffffffff
    "RegBank15"="---"
    "RegStr16"="---"
    "RegProg16"=dword:ffffffff
    "RegBank16"="---"
    "RegStr17"="---"
    "RegProg17"=dword:ffffffff
    "RegBank17"="---"
    "RegStr18"="---"
    "RegProg18"=dword:ffffffff
    "RegBank18"="---"
    "RegStr19"="---"
    "RegProg19"=dword:ffffffff
    "RegBank19"="---"
    "RegStr20"="---"
    "RegProg20"=dword:ffffffff
    "RegBank20"="---"
    "RegStr21"="---"
    "RegProg21"=dword:ffffffff
    "RegBank21"="---"
    "RegStr22"="---"
    "RegProg22"=dword:ffffffff
    "RegBank22"="---"
    "RegStr23"="---"
    "RegProg23"=dword:ffffffff
    "RegBank23"="---"
    "RegStr24"="---"
    "RegProg24"=dword:ffffffff
    "RegBank24"="---"
    "RegStr25"="---"
    "RegProg25"=dword:ffffffff
    "RegBank25"="---"
    "RegStr26"="---"
    "RegProg26"=dword:ffffffff
    "RegBank26"="---"
    "RegStr27"="---"
    "RegProg27"=dword:ffffffff
    "RegBank27"="---"
    "RegStr28"="---"
    "RegProg28"=dword:ffffffff
    "RegBank28"="---"
    "RegStr29"="---"
    "RegProg29"=dword:ffffffff
    "RegBank29"="---"
    "RegStr30"="---"
    "RegProg30"=dword:ffffffff
    "RegBank30"="---"
    "RegStr31"="---"
    "RegProg31"=dword:ffffffff
    "RegBank31"="---"
    "Size"="239483711488"
    "Serial"="insert_serial_number_from_R2R_KeyGen_here"
    "Help"="C:\\Users\\insert_your_username_here\\Documents\\Rob Papen\\Blue2\\Manual\\RP_BLUE2_UserGuide.pdf"
    "Tuning"="C:\\Users\\insert_your_username_here\\Documents\\Rob Papen\\Blue2\\Tuning"

    [HKEY_CURRENT_USER\Software\Rob Papen\Explorer6]
    "Size"="239483711488"


    Now the only thing you have to do is:
    Step1: Extract "Rob Papen_main.rar" to your Documents directory: C:\Users\Your_User_Name\Documents

    Step2: Copy "Blue2.dll" (64-bit) or "Blue2x86.dll" (for 32-bit version) to C:\Program Files\Steinberg\vstplugins\Rob Papen\ (or whereever your DAW is scanning for VSTs)

    Step3: Edit "blue2.reg". To edit it right click at the file and choose "edit".

    Step4: Start "RPX6_KeyGen.exe" and copy the serial to clipboard.

    Step5: Back in the reg-file do the following:
    #insert your username (name of your Windows account) whereever you find "insert_your_username_here" and at the end at value "Serial" insert serial number from R2R-KeyGen.!

    When you finished editing the reg file save and close it. Now double click on it so it can be imported to your registry.

    Now continue like in the original R2R release.
    - Start your DAW, open Rob Papen Blue2, Copy the Computer ID (5-digits) from the Blue2 register screen and paste it into R2R-Keygen. Now press "generate" and copy and paste the Activation-Code into blue field with XXXXX at the Blue2 register screen.
    - Finally click "register"

    Have fun.
     
    Last edited: Feb 25, 2020
  13. Stryves

    Stryves Platinum Record

    Joined:
    Feb 22, 2020
    Messages:
    389
    Likes Received:
    275
    So much effort on stuff that R2R won't let us repack and post anyways...

    :(
     
    Last edited: Feb 25, 2020
  14. lukehh

    lukehh Audiosexual

    Joined:
    Jun 22, 2012
    Messages:
    1,043
    Likes Received:
    592
    Yes we are not allowed to post it at sisters site...but we can still communicate with users and help them by providing our versions privately.
     
    • Like Like x 1
    • Agree Agree x 1
    • List
  15. dtmd

    dtmd Platinum Record

    Joined:
    Jan 15, 2016
    Messages:
    245
    Likes Received:
    199
    Location:
    UrAnus
    I am planning to physically rob a bank, but, with my herniated disk back pain I'm definitely (Dah, helo!?) not interested into all those bank robbery activities, and afterwards weight-lifting all those (ME MAD!) fucking papers. Can some back pain empathetic soul with knowledge of digital attacks rob it for me, and transfer me MY FUCKING MONEY? S/he can keep a symbolic (NOT MORE THAN 0.24% !!!) percentage. If really necessary.
     
  16. r4e

    r4e Audiosexual

    Joined:
    Sep 6, 2014
    Messages:
    852
    Likes Received:
    1,206
    You are! You basically did the same like me, I just additionally told Inno Setup what to do
    so it can do it for me.

    That's how programming works.
    1. a problem occurs,
    2. you analyze it
    3. you write down the steps
    4. you tell a compiler what to do (coding)
    Done!

    You don't even have to have that much of programming knowledge to tell it Inno Setup.
    The knowledge starts, when you want to customize the installer itself to add features,
    change the gui, automate things, etc. If you're fine with a basic installer gui, you can
    easily learn it in a few hours.

    There's even a nice free tool called Inno Script Studio, which helps you in a wizard in several steps
    to create and customize your installer. You can add files, paths, regkeys, etc and it writes down
    the code for you.
     
  17. Gyro Gearloose

    Gyro Gearloose Audiosexual

    Joined:
    Jul 8, 2019
    Messages:
    4,237
    Likes Received:
    1,846
    Location:
    Germany
    they allow repack with only free links...but az did that rule to avoid to many shit packs between real rls and this is good so...
     
    • Agree Agree x 1
    • Interesting Interesting x 1
    • List
  18. M.V.P.

    M.V.P. Member

    Joined:
    Oct 29, 2019
    Messages:
    32
    Likes Received:
    17
    Location:
    Worldwide
    That's why I don't have Omnisphere installed.. I so badly want it :sad: i cry :(:sad:
     
  19. lukehh

    lukehh Audiosexual

    Joined:
    Jun 22, 2012
    Messages:
    1,043
    Likes Received:
    592
    Just because I'm serious, which ISP do you have and where do you come from. And is it the bandwidth that is restricted or the monthly datatransfer in gigabyte? I have 6MB/sec and unlimited GByte and I'm able to download 1000 times more than I really use at the end.
     
  20. M.V.P.

    M.V.P. Member

    Joined:
    Oct 29, 2019
    Messages:
    32
    Likes Received:
    17
    Location:
    Worldwide
    Guess Ia'm kinda scared of messing up with Plugins.. I never did anything you mentioned here.. Guess I will have to stay with older release until a new small version comes up
    :(
     
Loading...
Loading...