Request help with BOR Pak extractor - wanted to extract SOR4-2017 for android

dosgmaer

New member
Requesting help with BOR Pak extractor - wanted to extract SOR4-2017 for android.  I have the file borpak.exe in the root of the folder demo2014.  What are the steps I follow next?  Sorry for the basic question, somewhat new to BOR.

Here is the file in question
http://www.chronocrash.com/forum/index.php?action=tpmod;dl=item314
 
Just drag your .pak file over the paxplode.bat and its done.

If you don't have one, put this into a text file, save as paxplode.bat

:: Name: paxplode
:: Author: Plombo
:: Frontend for borpak that emulates the "paxplode" utility.
:: Put this file in the same directory as the borpak executable.
@echo off

if (%1) == () goto USAGE
if not (%2) == () goto USAGE

%0\..\borpak %1
goto END

:USAGE
echo Usage: %0 pakfile
goto END

:END
 
Thank you for the reply.  I am new to BOR so apologize for the basic questions.  1) When you say "Just drag your .pak file over the paxplode.bat " do I do that in windows first to move over to android?  2) The bor.pak in the download link I provided is 0KB.

Favor, can you please map out the steps I take on the above?  Thanks again for your help.  My goal is simply to make a *.pak file to move over to my adroid device from my Windows PC.
 
Sorry I was not clear.  I wanted to create a *.pak file of  Street of Rage 4 Silent Storm v.2 (2014) so I can play on my android device.  In the download of  Street of Rage 4 Silent Storm v.2 (2014), the pak files was zero k so I assumed that you must somehow need to create a *.pak file and then move that *.pak file over to android.  Basically, just wanted the stops on how to play  Street of Rage 4 Silent Storm v.2 (2014) on android.  I have other OpenBOR game *.pak files working fine.  Just needed help with  Street of Rage 4 Silent Storm v.2 (2014) as I dont see a *.pak file in the download.  I see one, but it has zero kb file size so I assume that cannot be right?
 
It is a basic question, but it is hard to find a quick and easy answer.
It's one of the things that should be fixed on top of everything, included in a readme.txt, etc...
 
erf_beto said:
It is a basic question, but it is hard to find a quick and easy answer.
It's one of the things that should be fixed on top of everything, included in a readme.txt, etc...

But it's on the manual: http://dcemulation.org/?title=OpenBORManual#Extracting_an_existing_PAK_File:
Btw, I've uploaded a simple pack with instructions here http://www.chronocrash.com/forum/index.php?action=tpmod;dl=item323
 
dosgamer said:
That worked.  Thank you.  Really appreciate the help.

Once you got a successful pak creation for it? Then you try to run the stand alone pak file with the ob (even the ob version that came with the archive file); did it run the game fine for you, or did you get an error log like this one attached

On my side, it created the pak file fine too just that the game crashes on me, but if you run that in its "un-packed" state (with its data folder still intact) and the OB it came with then it runs the game just fine...It is as if this game was setup/modded to run in an un-packed fashion

[attachment deleted by admin]
 
Back
Top Bottom