bspguy
bspguy copied to clipboard
Map could not use problem.
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?
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?[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.
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?[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?
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.
@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. 😢
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 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.