Re: [Csgo_servers] Problem with .bz2 map big size > 150 MB

2016-02-12 Thread Mambo
But they are unpacked 150, csgo wont unrar those
On Feb 12, 2016 7:42 AM, "ics"  wrote:

> You should forget bzip2 packing and start using bzpzip repacking. Steam
> workshop does the same automatically when map is uploaded there. It's more
> efficient and smallerfilesize. For example
>
> You mentioned FMPONE's maps, none of them are over 150 megs repacked in
> the workshop.
>
> https://developer.valvesoftware.com/wiki/BSPZIP
>
> -ics
>
> helpme_please kirjoitti:
>
>> why
>> Counter-Strike: Source can compressed map > 150 MB but...
>> Counter-Strike: Global Offensive can't compressed map > 150 MB
>>
>>
>>
>> --
>> View this message in context:
>> http://csgo-servers.1073505.n5.nabble.com/Problem-with-bz2-map-big-size-150-MB-tp11402p11408.html
>> Sent from the CSGO_Servers mailing list archive at Nabble.com.
>>
>> ___
>> Csgo_servers mailing list
>> Csgo_servers@list.valvesoftware.com
>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>>
>
>
> ___
> Csgo_servers mailing list
> Csgo_servers@list.valvesoftware.com
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>
___
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

Re: [Csgo_servers] Problem with .bz2 map big size > 150 MB

2016-02-12 Thread Usman Khan
Neuro Toxin is correct. Valve really needs to enable large map downloading
of compressed files.
If uncompressed file size is >= 150 MB, then do not compress and put it
uncompressed on FASTDL and it will work.

On Fri, Feb 12, 2016 at 10:42 AM, ics  wrote:

> You should forget bzip2 packing and start using bzpzip repacking. Steam
> workshop does the same automatically when map is uploaded there. It's more
> efficient and smallerfilesize. For example
>
> You mentioned FMPONE's maps, none of them are over 150 megs repacked in
> the workshop.
>
> https://developer.valvesoftware.com/wiki/BSPZIP
>
> -ics
>
> helpme_please kirjoitti:
>
> why
>> Counter-Strike: Source can compressed map > 150 MB but...
>> Counter-Strike: Global Offensive can't compressed map > 150 MB
>>
>>
>>
>> --
>> View this message in context:
>> http://csgo-servers.1073505.n5.nabble.com/Problem-with-bz2-map-big-size-150-MB-tp11402p11408.html
>> Sent from the CSGO_Servers mailing list archive at Nabble.com.
>>
>> ___
>> Csgo_servers mailing list
>> Csgo_servers@list.valvesoftware.com
>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>>
>
>
> ___
> Csgo_servers mailing list
> Csgo_servers@list.valvesoftware.com
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>
___
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

Re: [Csgo_servers] Problem with .bz2 map big size > 150 MB

2016-02-12 Thread Mambo
is there a way to compress into BSPZIP without using the workshop?

On Fri, Feb 12, 2016 at 11:27 AM, Asher Baker  wrote:

> Large bzip2 unpacking is disabled because people were exploiting it to
> consume all available disk space on clients.
>
> As ics said, it has been replaced by BSPZIP's compressed repacking, which
> provides a better compression ratio (it uses LZMA2 iirc, which is a much
> better compression algorithm all-around) and works with both in-netchannel
> and fastdl downloads.
>
>
> ~
> "Their heads are green, and their hands are blue,
>   And they went to sea in a Sieve." - Edward Lear
>
> On Fri, Feb 12, 2016 at 9:17 AM, Usman Khan 
> wrote:
>
>> Neuro Toxin is correct. Valve really needs to enable large map
>> downloading of compressed files.
>> If uncompressed file size is >= 150 MB, then do not compress and put it
>> uncompressed on FASTDL and it will work.
>>
>> On Fri, Feb 12, 2016 at 10:42 AM, ics  wrote:
>>
>>> You should forget bzip2 packing and start using bzpzip repacking. Steam
>>> workshop does the same automatically when map is uploaded there. It's more
>>> efficient and smallerfilesize. For example
>>>
>>> You mentioned FMPONE's maps, none of them are over 150 megs repacked in
>>> the workshop.
>>>
>>> https://developer.valvesoftware.com/wiki/BSPZIP
>>>
>>> -ics
>>>
>>> helpme_please kirjoitti:
>>>
>>> why
 Counter-Strike: Source can compressed map > 150 MB but...
 Counter-Strike: Global Offensive can't compressed map > 150 MB



 --
 View this message in context:
 http://csgo-servers.1073505.n5.nabble.com/Problem-with-bz2-map-big-size-150-MB-tp11402p11408.html
 Sent from the CSGO_Servers mailing list archive at Nabble.com.

 ___
 Csgo_servers mailing list
 Csgo_servers@list.valvesoftware.com
 https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

>>>
>>>
>>> ___
>>> Csgo_servers mailing list
>>> Csgo_servers@list.valvesoftware.com
>>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>>>
>>
>>
>> ___
>> Csgo_servers mailing list
>> Csgo_servers@list.valvesoftware.com
>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>>
>
>
> ___
> Csgo_servers mailing list
> Csgo_servers@list.valvesoftware.com
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>
___
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

Re: [Csgo_servers] Problem with .bz2 map big size > 150 MB

2016-02-12 Thread Asher Baker
The documentation is on the page that ics linked...

https://developer.valvesoftware.com/wiki/BSPZIP#Repacking


~
"Their heads are green, and their hands are blue,
  And they went to sea in a Sieve." - Edward Lear

On Fri, Feb 12, 2016 at 11:46 AM, Mambo  wrote:

> is there a way to compress into BSPZIP without using the workshop?
>
> On Fri, Feb 12, 2016 at 11:27 AM, Asher Baker  wrote:
>
>> Large bzip2 unpacking is disabled because people were exploiting it to
>> consume all available disk space on clients.
>>
>> As ics said, it has been replaced by BSPZIP's compressed repacking, which
>> provides a better compression ratio (it uses LZMA2 iirc, which is a much
>> better compression algorithm all-around) and works with both in-netchannel
>> and fastdl downloads.
>>
>>
>> ~
>> "Their heads are green, and their hands are blue,
>>   And they went to sea in a Sieve." - Edward Lear
>>
>> On Fri, Feb 12, 2016 at 9:17 AM, Usman Khan 
>> wrote:
>>
>>> Neuro Toxin is correct. Valve really needs to enable large map
>>> downloading of compressed files.
>>> If uncompressed file size is >= 150 MB, then do not compress and put it
>>> uncompressed on FASTDL and it will work.
>>>
>>> On Fri, Feb 12, 2016 at 10:42 AM, ics  wrote:
>>>
 You should forget bzip2 packing and start using bzpzip repacking. Steam
 workshop does the same automatically when map is uploaded there. It's more
 efficient and smallerfilesize. For example

 You mentioned FMPONE's maps, none of them are over 150 megs repacked in
 the workshop.

 https://developer.valvesoftware.com/wiki/BSPZIP

 -ics

 helpme_please kirjoitti:

 why
> Counter-Strike: Source can compressed map > 150 MB but...
> Counter-Strike: Global Offensive can't compressed map > 150 MB
>
>
>
> --
> View this message in context:
> http://csgo-servers.1073505.n5.nabble.com/Problem-with-bz2-map-big-size-150-MB-tp11402p11408.html
> Sent from the CSGO_Servers mailing list archive at Nabble.com.
>
> ___
> Csgo_servers mailing list
> Csgo_servers@list.valvesoftware.com
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>


 ___
 Csgo_servers mailing list
 Csgo_servers@list.valvesoftware.com
 https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

>>>
>>>
>>> ___
>>> Csgo_servers mailing list
>>> Csgo_servers@list.valvesoftware.com
>>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>>>
>>
>>
>> ___
>> Csgo_servers mailing list
>> Csgo_servers@list.valvesoftware.com
>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>>
>
>
> ___
> Csgo_servers mailing list
> Csgo_servers@list.valvesoftware.com
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>
___
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

Re: [Csgo_servers] Problem with .bz2 map big size > 150 MB

2016-02-12 Thread Asher Baker
Large bzip2 unpacking is disabled because people were exploiting it to
consume all available disk space on clients.

As ics said, it has been replaced by BSPZIP's compressed repacking, which
provides a better compression ratio (it uses LZMA2 iirc, which is a much
better compression algorithm all-around) and works with both in-netchannel
and fastdl downloads.


~
"Their heads are green, and their hands are blue,
  And they went to sea in a Sieve." - Edward Lear

On Fri, Feb 12, 2016 at 9:17 AM, Usman Khan 
wrote:

> Neuro Toxin is correct. Valve really needs to enable large map downloading
> of compressed files.
> If uncompressed file size is >= 150 MB, then do not compress and put it
> uncompressed on FASTDL and it will work.
>
> On Fri, Feb 12, 2016 at 10:42 AM, ics  wrote:
>
>> You should forget bzip2 packing and start using bzpzip repacking. Steam
>> workshop does the same automatically when map is uploaded there. It's more
>> efficient and smallerfilesize. For example
>>
>> You mentioned FMPONE's maps, none of them are over 150 megs repacked in
>> the workshop.
>>
>> https://developer.valvesoftware.com/wiki/BSPZIP
>>
>> -ics
>>
>> helpme_please kirjoitti:
>>
>> why
>>> Counter-Strike: Source can compressed map > 150 MB but...
>>> Counter-Strike: Global Offensive can't compressed map > 150 MB
>>>
>>>
>>>
>>> --
>>> View this message in context:
>>> http://csgo-servers.1073505.n5.nabble.com/Problem-with-bz2-map-big-size-150-MB-tp11402p11408.html
>>> Sent from the CSGO_Servers mailing list archive at Nabble.com.
>>>
>>> ___
>>> Csgo_servers mailing list
>>> Csgo_servers@list.valvesoftware.com
>>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>>>
>>
>>
>> ___
>> Csgo_servers mailing list
>> Csgo_servers@list.valvesoftware.com
>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>>
>
>
> ___
> Csgo_servers mailing list
> Csgo_servers@list.valvesoftware.com
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>
___
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

Re: [Csgo_servers] Problem with .bz2 map big size > 150 MB

2016-02-11 Thread ics
You should forget bzip2 packing and start using bzpzip repacking. Steam 
workshop does the same automatically when map is uploaded there. It's 
more efficient and smallerfilesize. For example


You mentioned FMPONE's maps, none of them are over 150 megs repacked in 
the workshop.


https://developer.valvesoftware.com/wiki/BSPZIP

-ics

helpme_please kirjoitti:

why
Counter-Strike: Source can compressed map > 150 MB but...
Counter-Strike: Global Offensive can't compressed map > 150 MB



--
View this message in context: 
http://csgo-servers.1073505.n5.nabble.com/Problem-with-bz2-map-big-size-150-MB-tp11402p11408.html
Sent from the CSGO_Servers mailing list archive at Nabble.com.

___
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers



___
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers


[Csgo_servers] Problem with .bz2 map big size > 150 MB

2016-02-11 Thread helpme_please
hello valve
how to client can download .bz2 map big size > 150 MB and client not use -
maxdownloadfilesizemb 500 (client will not do)




--
View this message in context: 
http://csgo-servers.1073505.n5.nabble.com/Problem-with-bz2-map-big-size-150-MB-tp11402.html
Sent from the CSGO_Servers mailing list archive at Nabble.com.

___
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers


Re: [Csgo_servers] Problem with .bz2 map big size > 150 MB

2016-02-11 Thread whocodes
Compress it more or get over it. I doubt they'll lift the limit. 

> On Feb 11, 2016, at 7:26 PM, helpme_please  wrote:
> 
> hello valve
> how to client can download .bz2 map big size > 150 MB and client not use -
> maxdownloadfilesizemb 500 (client will not do)
> 
> 
> 
> 
> --
> View this message in context: 
> http://csgo-servers.1073505.n5.nabble.com/Problem-with-bz2-map-big-size-150-MB-tp11402.html
> Sent from the CSGO_Servers mailing list archive at Nabble.com.
> 
> ___
> Csgo_servers mailing list
> Csgo_servers@list.valvesoftware.com
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

___
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers


Re: [Csgo_servers] Problem with .bz2 map big size > 150 MB

2016-02-11 Thread Don Park
Maps really should not be larger than 150 MB...
On Feb 12, 2016 10:09 AM, "whocodes"  wrote:

> Compress it more or get over it. I doubt they'll lift the limit.
>
> > On Feb 11, 2016, at 7:26 PM, helpme_please 
> wrote:
> >
> > hello valve
> > how to client can download .bz2 map big size > 150 MB and client not use
> -
> > maxdownloadfilesizemb 500 (client will not do)
> >
> >
> >
> >
> > --
> > View this message in context:
> http://csgo-servers.1073505.n5.nabble.com/Problem-with-bz2-map-big-size-150-MB-tp11402.html
> > Sent from the CSGO_Servers mailing list archive at Nabble.com.
> >
> > ___
> > Csgo_servers mailing list
> > Csgo_servers@list.valvesoftware.com
> > https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>
> ___
> Csgo_servers mailing list
> Csgo_servers@list.valvesoftware.com
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>
___
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

Re: [Csgo_servers] Problem with .bz2 map big size > 150 MB

2016-02-11 Thread Mambo
Many csgo maps are, this 1 rats map is over 300mb uncompressed. And most of
fmpones maps are over 150mb.
On Feb 12, 2016 3:21 AM, "Don Park"  wrote:

> Maps really should not be larger than 150 MB...
> On Feb 12, 2016 10:09 AM, "whocodes"  wrote:
>
>> Compress it more or get over it. I doubt they'll lift the limit.
>>
>> > On Feb 11, 2016, at 7:26 PM, helpme_please 
>> wrote:
>> >
>> > hello valve
>> > how to client can download .bz2 map big size > 150 MB and client not
>> use -
>> > maxdownloadfilesizemb 500 (client will not do)
>> >
>> >
>> >
>> >
>> > --
>> > View this message in context:
>> http://csgo-servers.1073505.n5.nabble.com/Problem-with-bz2-map-big-size-150-MB-tp11402.html
>> > Sent from the CSGO_Servers mailing list archive at Nabble.com.
>> >
>> > ___
>> > Csgo_servers mailing list
>> > Csgo_servers@list.valvesoftware.com
>> > https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>>
>> ___
>> Csgo_servers mailing list
>> Csgo_servers@list.valvesoftware.com
>> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>>
>
> ___
> Csgo_servers mailing list
> Csgo_servers@list.valvesoftware.com
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers
>
___
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

Re: [Csgo_servers] Problem with .bz2 map big size > 150 MB

2016-02-11 Thread Neuro Toxin
If a .bsp > 150mb you dont compress it for .bz2 on your fastdl server.

Clients are fine to download the .bsp directly if > 150mb___
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

Re: [Csgo_servers] Problem with .bz2 map big size > 150 MB

2016-02-11 Thread Kevin Mieszala
You don’t need to compress it but it’s recommended as to save on bandwidth and 
decrease the download time.

 

From: csgo_servers-boun...@list.valvesoftware.com 
[mailto:csgo_servers-boun...@list.valvesoftware.com] On Behalf Of Neuro Toxin
Sent: Thursday, February 11, 2016 9:00 PM
To: csgo_servers <csgo_servers@list.valvesoftware.com>
Subject: Re: [Csgo_servers] Problem with .bz2 map big size > 150 MB

 


If a .bsp > 150mb you dont compress it for .bz2 on your fastdl server.

Clients are fine to download the .bsp directly if > 150mb

 

  _  

From: Mambo <mambo...@gmail.com <mailto:mambo...@gmail.com> >; 
To: <csgo_servers@list.valvesoftware.com 
<mailto:csgo_servers@list.valvesoftware.com> >; 
Subject: Re: [Csgo_servers] Problem with .bz2 map big size > 150 MB 
Sent: Fri, Feb 12, 2016 1:51:51 AM 

 


Many csgo maps are, this 1 rats map is over 300mb uncompressed. And most of 
fmpones maps are over 150mb.

On Feb 12, 2016 3:21 AM, "Don Park" <st...@tbctactics.com  > 
wrote:

Maps really should not be larger than 150 MB...

On Feb 12, 2016 10:09 AM, "whocodes" <ad...@whocodes.pw  > 
wrote:

Compress it more or get over it. I doubt they'll lift the limit.

> On Feb 11, 2016, at 7:26 PM, helpme_please <helpme_ser...@hotmail.com 
>  > wrote:
>
> hello valve
> how to client can download .bz2 map big size > 150 MB and client not use -
> maxdownloadfilesizemb 500 (client will not do)
>
>
>
>
> --
> View this message in context: 
> http://csgo-servers.1073505.n5.nabble.com/Problem-with-bz2-map-big-size-150-MB-tp11402.html
> Sent from the CSGO_Servers mailing list archive at Nabble.com.
>
> ___
> Csgo_servers mailing list
> Csgo_servers@list.valvesoftware.com  
> https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

___
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com  
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers


___
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com  
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers

 

___
Csgo_servers mailing list
Csgo_servers@list.valvesoftware.com
https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers