bspguy icon indicating copy to clipboard operation
bspguy copied to clipboard

Map could not use problem.

Open liudonghua123 opened this issue 1 year ago • 11 comments

Hi, I got a map from other source (http://cscspt.com/), and I want to play it on my local CS 1.6, But I got the error Mod LoadBrushModel: maps/cscspt_assault.bsp has wrong version number (142099180 should be 30). Can I use this tool to edit the map to make it work for my local CS 1.6. If it can, how can I do it?

9943a129b196b1ebb62aca8bafe4ae1

cscspt_assault.zip

liudonghua123 avatar Dec 13 '23 14:12 liudonghua123

Hi, I got a map from other source (http://cscspt.com/), and I want to play it on my local CS 1.6, But I got the error Mod LoadBrushModel: maps/cscspt_assault.bsp has wrong version number (142099180 should be 30). Can I use this tool to edit the map to make it work for my local CS 1.6. If it can, how can I do it?

9943a129b196b1ebb62aca8bafe4ae1 [cscspt_assault.zip](https://github.com/wootguy/bspguy/files/13661961/cscspt_assault.zip)

@liudonghua123 File is packed, because no text found data like enities lump.

Or .BSP format not supported.

UnrealKaraulov avatar Dec 13 '23 16:12 UnrealKaraulov

Hi, I got a map from other source (http://cscspt.com/), and I want to play it on my local CS 1.6, But I got the error Mod LoadBrushModel: maps/cscspt_assault.bsp has wrong version number (142099180 should be 30). Can I use this tool to edit the map to make it work for my local CS 1.6. If it can, how can I do it?

9943a129b196b1ebb62aca8bafe4ae1 [cscspt_assault.zip](https://github.com/wootguy/bspguy/files/13661961/cscspt_assault.zip)

@liudonghua123 File is packed, because no text found data like enities lump.

Or .BSP format not supported.

@UnrealKaraulov Hi, what does you mean packed, is it encrypted? Need some other file? What's the difference of this bsp and normal bsp file?

liudonghua123 avatar Dec 13 '23 22:12 liudonghua123

It doesn't look like valid bsp-file at all. I opened it with HEX editor, and there are no signs that it's a proper map. Maybe it's for some kind of asian game, not for normal CS.

Qwertyus3D avatar Dec 14 '23 01:12 Qwertyus3D

@liudonghua123 how to run this game? All in Japanese language, how to change to English?

@KarKarKarKarkarkar It's Chinese language, not Japanese. Maybe it does not support English. 😢

liudonghua123 avatar Dec 14 '23 02:12 liudonghua123

It doesn't look like valid bsp-file at all. I opened it with HEX editor, and there are no signs that it's a proper map. Maybe it's for some kind of asian game, not for normal CS.

@Qwertyus3D Yeah, I opened cscspt_assault.bsp and cs_assault.bsp in 010 Editor, the header of bits is different. Maybe http://cscspt.com/ changed the map process of CS Client.

liudonghua123 avatar Dec 14 '23 03:12 liudonghua123

@liudonghua123 I can't find decode/encode function in PSEUDOCODE of cscspt binaries CSCSPT_CLIENT_SRC.zip

Hi, what's the tools you used to decompile the executables? I am just curious.

And is it possible that the cscspt client do some decryption or decoding when loading the cscspt_dust.bsp? Maybe we can monitor the files opened when runing to find the actual map used.

liudonghua123 avatar Dec 15 '23 08:12 liudonghua123