SRCDS Steam group


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compress Maps to .bz2 with bzip.zip
#1
This package will convert any maps in the compress folder and turn them into .bz2 files for faster downloads.

I've updated and tweaked the original bzip.zip that has been here since the dark ages. If you're using the old version, don't panic. However the new version of bzip2 I am using removes some security flaws. I also made the batch script more pretty.

Original credit and special thanks go to sKeletor


Attached Files
.zip   bzip.zip (Size: 31.17 KB / Downloads: 1,833)
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply
#2
I've also translated this to danish:

http://realchamp.sserver.eu/Mooga/bzip.zip

Code:
::====================================::
::             Bzip.zip               ::
::             Srcds.com              ::
::                                    ::
:: Opdateret til version bzip2 1.0.5  ::
:: Redigeret af Mooga                 ::
:: Original kredit gaar til sKeletor  ::
:: Oversat til dansk af realchamp     ::
::====================================::

:: Dette vil holde vinduet paent og raent! Og nemt at laese!
@echo off

:: Giver vinduet en titel.
title srcds.com's bzip

::Viser ting til brugeren
echo            --==srcds.com's bzip.zip==--
echo Alle filer i /compress vil blive Komprimeret til en .bz2
echo.
echo Specielt tak til sKeletor
echo Oversat til dansk af realchamp
echo.
echo Mangler du hjealp med Source Dedicated Servers,
echo Besoeg vores forum på http://forums.srcds.com
echo                     --==##==--
echo.
echo Komprimerer fil(er)...

:: Komprimerer alle filer i /compress ved at bruge bzip2
bzip2.exe -z compress/*.*

echo.
echo Komprimering afsluttet!
pause
Reply
#3
I know this is a HUGE bump, but I just wanted to let everyone know that this still works!
Reply
#4
[Image: 388434682_686a6bfca7.jpg?v=0]
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply
#5
(01-21-2011, 06:40 AM)Jigglez Wrote:  I know this is a HUGE bump, but I just wanted to let everyone know that this still works!
It's because we're all awesome here.
And because simple batch scripts make long, annoying commands much easier.
~ Mooga ...w00t? - SRCDS.com on Twitter
[Image: 76561197965445574.png]
Please do not PM me for server related help
fqdn Wrote:if you've seen the any of the matrix movies, a game server is not all that different. it runs a version of the game that handles the entire world for each client connected. that's the 2 sentence explanation.
Reply
#6
please update this, it only makes a copy of the bsp files and they are the same size Sad


Reply
#7
Use 7zip.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)