Yes i know
That is why i use the official
But now Volca's gave me warning(3)
include/dialogs.h:28: warning: array `diaIPConfig' assumed to have one element
include/dialogs.h:29: warning: array `diaCompatConfig' assumed to have one ele
nt
include/dialogs.h:30: warning: array `diaUIConfig' assumed to have one element
when building Interface (but this have nothing to do with this topic
Now i made a script that will pull changes from both Volca's and Ifcaro's sites
This script is only for ppl who wants to have both OPL sources (one which is normal beta revision and second with experimental GUI changes).This OPL doesnt load games
So if you are happy with normal revisions you dont need this.
Code:
#!/bin/bash
cd /home/opl/
rm -r open-ps2-loader
hg clone https://bitbucket.org/ifcaro/open-ps2-loader
hg pull -u
cd
cd ~/open-ps2-loader/
make rebuild
cp OPNPS2LD.ELF ~/Pulpit/OPNPS2LD.ELF
cp OPNPS2LD.ELF ~/Desktop/OPNPS2LD.ELF
cd /home/opl/
rm -r open-ps2-loader
hg clone https://bitbucket.org/volca/open-ps2-loader
hg pull -u
cd
cd ~/open-ps2-loader/
make rebuild
cp OPNPS2LD.ELF ~/Pulpit/OPNPS2LDV.ELF
cp OPNPS2LD.ELF ~/Desktop/OPNPS2LDV.ELF
wait
You can leave the old script and save this with other name. After running once this script it(the old one) will give you a chance to dl only updates from Volca's mirror (which will be a lot faster then deleting/DLing files from boths).
Just past it in .sh script (make sure script is executable,RMB-Properties- Privileges/Permissions [third tab(dont know how it will be in english
]
And check executable).
What it will do : it will get updates from both sites and creates elfs files in both Desktop/Pulpit(which means desktop in polish
folders
It will take a little bit longer, because every time you will deleting and downloading files to open-ps2-loader folder.
Maybe someone knows how to do this in different way (proper way without removing folder), but i am a linux newbie so i did this this way

Please check names because now it will be OPNPS2LD.ELF and OPNPS2LDV.ELF so if you like to use both on ps2 then you will need to change some things in FMCB menu
DOESN'T WORK ANYMORE FOR VOLCA's REPO;(