For each xkore you need to copy the folder openkore...
1.
open the file XKore.pm with a text editor
C:\Copia de Openkore 2.0.7\src\Network\XKore.pm
search the line
my $port = 2350; replace for
my $port = 2351;2.
Search the file or the files (In my case there are two netredirects)
NetRedirect.dll and open it/them with an hexadecimal editor like XVI32.exe (Search in the web is easy to download it)
C:\Copia de Openkore 2.0.7\src\auto\XSTools\NetRedirect.dll
C:\Copia de Openkore 2.0.7\NetRedirect.dll
search the first coincidence
2E 09 and replace for
2F 09
3.
Copy your
RO.exe and rename it like
ROII.exe4
In the
config.txt search the line XKore_exeName
RO.exe and chance for this
XKore_exeName
ROII.exe5. If you want open more xkores only change
my $port with other number in this case i recomend with 2351 or more like 2352,2353,etc take the last two numbers and change for its hexadecimal value
in the 2 step the color numbers are the hexadecimal value for 50 and 51 only you need to replace those values by which you want
Example: if you want to open an xkore with the next port 2356
in the
XKore.pmmy
$port = 2350; replace for my
$port = 2356;in the
NetRedirect.dllsearch
2E 09 and replace for
38 09
do the steps 4 and 5 copy and change the
.exe names
thanks for thejefe from
http://openkore-hispano.uni.ccI hope it is served