Welcome, Guest. Please login or register.

What openbor you prefer: Double dragon,battletoads or final fight !? by lirexpatrio
[December 07, 2012, 07:15:27 pm]


what are your favorite games OpenBOR?! by lirexpatrio
[December 07, 2012, 07:09:46 pm]


Post Some Awesome Videos by maxman
[December 07, 2012, 05:51:39 pm]


Can @cmd playmusic "aaaa" 1 also increse music sound ? by BeasTie
[December 07, 2012, 05:24:38 pm]


Streets of Rage: Silent Storm by mtrain
[December 07, 2012, 03:45:05 pm]


Site will be down for maintenance on 12/8/2012 thru 12/10/2012 by Damon Caskey
[December 07, 2012, 07:42:42 am]


Cancelled SOR 3d Remake by riccochet
[December 07, 2012, 03:58:33 am]


Dungeon Fighter: B.O.R. by msmalik681
[December 07, 2012, 03:24:27 am]


[TUTORIAL] How to create 4 Games of OpenBOR in 1 CD (650 MB) by magggas
[December 06, 2012, 09:46:25 pm]


custknife by Bloodbane
[December 06, 2012, 09:34:09 pm]


blockfx help by B.Kardi
[December 06, 2012, 04:09:14 pm]


street of age 4 hd by corradlo
[December 06, 2012, 01:41:36 pm]


ClaFan - Classic Fantasy ver 1.17 by soniczxblade
[December 06, 2012, 05:01:20 am]


Bug Archive by Bloodbane
[December 06, 2012, 02:00:44 am]


"Bio-Doom" and "Gears of Doom" by BulletBob
[December 05, 2012, 10:07:21 pm]


Contra Locked 'N' Loaded v2 by Bloodbane
[December 05, 2012, 09:39:43 pm]


Downloadable OpenBoR Manual by BeasTie
[December 05, 2012, 08:31:24 pm]


Having trouble testing changes by B.Kardi
[December 05, 2012, 03:05:53 pm]


DragonBall Absalon by msmalik681
[December 05, 2012, 02:52:13 pm]


[Hi-Res] Swamp by Vibrant
[December 05, 2012, 10:47:14 am]


  • Dot Guests: 129
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.



Author Topic: Extracting PAK files.  (Read 9358 times)

0 Members and 1 Guest are viewing this topic.

Offline Plombo

  • Hero Member
  • *****
  • Posts: 1724
  • Your source for useful modding tools!
Re: Extracting PAK files.
« Reply #15 on: September 03, 2011, 11:35:42 am »
Links in the first post are down... any chance for a are-upload?

Borpak is now included with all builds of OpenBOR.

Offline Vibrant

  • Full Member
  • ***
  • Posts: 132
Re: Extracting PAK files.
« Reply #16 on: September 03, 2011, 11:40:37 am »
Sorry for the noob question, but where might I be able to download this?


Offline Plombo

  • Hero Member
  • *****
  • Posts: 1724
  • Your source for useful modding tools!
Re: Extracting PAK files.
« Reply #17 on: September 03, 2011, 12:59:54 pm »
At the top right corner of the page, under "Latest Releases".

Offline bWWd

  • Hero Member
  • *****
  • Posts: 1870
Re: Extracting PAK files.
« Reply #18 on: September 03, 2011, 01:26:09 pm »
lol some people are ridiculous wanting to extract some pak files unrelated to openbor.
Anyway, bat file for packing is still missing this example line:
borpak -b -d data mod.pak
Instructions inside packer.bat are misleading and complicated cause not all people know about echo/goto commands or which one they should ignore and where actual command ends and another command starts, so why dont just use blank file and "borpak -b -d data mod.pak" line as example ?
Call me dumb but i would never figure out this line from this :
Quote
:: Name: packer
:: Author: Plombo
:: Frontend for borpak that emulates Senile Team's "packer" utility.
:: Put this file in the same directory as the borpak executable.
@echo off

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

%0\..\borpak -b -d %2 %1
goto END

:USAGE
echo Usage: %0 ^<packname^> ^<dirname^>
goto END

:END
« Last Edit: September 03, 2011, 01:28:53 pm by bWWd »

Offline Plombo

  • Hero Member
  • *****
  • Posts: 1724
  • Your source for useful modding tools!
Re: Extracting PAK files.
« Reply #19 on: September 03, 2011, 03:20:56 pm »
lol some people are ridiculous wanting to extract some pak files unrelated to openbor.
Anyway, bat file for packing is still missing this example line:
borpak -b -d data mod.pak
Instructions inside packer.bat are misleading and complicated cause not all people know about echo/goto commands or which one they should ignore and where actual command ends and another command starts, so why dont just use blank file and "borpak -b -d data mod.pak" line as example ?
Call me dumb but i would never figure out this line from this :
Quote
:: Name: packer
:: Author: Plombo
:: Frontend for borpak that emulates Senile Team's "packer" utility.
:: Put this file in the same directory as the borpak executable.
@echo off

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

%0\..\borpak -b -d %2 %1
goto END

:USAGE
echo Usage: %0 ^<packname^> ^<dirname^>
goto END

:END

You're not dumb.  Packer.bat needs to die.  Is it still included with OpenBOR builds?

Offline usagiyojimbo

  • Jr. Member
  • **
  • Posts: 17
  • yogafireyogafireyogaflameyoganugi.
Re: Extracting PAK files.
« Reply #20 on: September 07, 2011, 05:04:47 pm »
Hi,

Don't know if this helps with the OP's problem but I just unpacked a .pak file by dragging it into paksplode.bat.
The path to path the pak file and paksplode.bat is C:\Downloads\OpenBOR v3.0 Build 3420\WINDOWS\OpenBOR

the data folder appeared in C:\Documents and Settings\HP_Administrator\data

I had to do a windows search to find it.....

Usagi

Offline ghostly_smoke

  • Jr. Member
  • **
  • Posts: 1
Re: Extracting PAK files.
« Reply #21 on: August 27, 2012, 02:50:09 am »
It would be nice to get those links again, I've been looking everywhere for a decompiler

 



 0%




SimplePortal 2.3.3 © 2008-2010, SimplePortal