L-Leite / cso2-launcher

A custom launcher for CSO2
MIT License
111 stars 54 forks source link

Create tool for the maps conversion #90

Closed organnerx closed 7 months ago

organnerx commented 4 years ago

It could be nice to play a previous version of the game when engine was not updated yet. Can you change offsets in the launcher to make it launch the older version of the game? Pros: 1) Zombie Commander should work. 2) Players-made maps and maps from CSS should work. Also bigcity_pvp map should work. 3) Maps that were remade/added after engine updated should be easily converted to old engine (CSS engine) version.

Cons: 1) Latest gamemodes will not work. 2) Latest weapons will not work. 3) Shader of the old engine looks a bit outdated.

Summary: 1) We will loose some content but that will allow us to play custom maps if we want to, since there are no tools to convert CSS maps to the current CSO2 engine version. 2) Luís Leite, please consider making the launcher for an older version of the game, or create a tool to convert maps to current CSO2 engine. Players need it.

LoveBeforT commented 4 years ago

CSO2Installer_Ver0.1_20150318 CSO2Installer_Ver1.2_20150506 CSO2Installer_Ver7.2_20160912 https://drive.google.com/file/d/1i4JnMSzpeFhGDKkIgt0PeXoaaPIabKlE/view?usp=sharing https://drive.google.com/file/d/1Wu0Pu-dnLH0ZtP881-OrNapyDfkUZc8o/view?usp=sharing https://drive.google.com/file/d/1QJpVAhl22RbLvZoRWnnkvow4Lp03wXf8/view?usp=sharing

Do you have a game from 2015 2014 and so on just these 2016 builds

em, I think the first public beta chinese version by TianCity is CSO2Installer_Ver0.1_20150318. but I have a 2014 korea version.

ADVABonnie commented 4 years ago

Thanks and in the Korean version there is also bigcity

ADVABonnie commented 4 years ago

the game started but 1 but the game froze when I went to the server and on your and on the other

ADVABonnie commented 4 years ago

CSO2Installer_Ver0.1_20150318 CSO2Installer_Ver1.2_20150506 CSO2Installer_Ver7.2_20160912 https://drive.google.com/file/d/1i4JnMSzpeFhGDKkIgt0PeXoaaPIabKlE/view?usp=sharing https://drive.google.com/file/d/1Wu0Pu-dnLH0ZtP881-OrNapyDfkUZc8o/view?usp=sharing https://drive.google.com/file/d/1QJpVAhl22RbLvZoRWnnkvow4Lp03wXf8/view?usp=sharing

У вас есть игра от 2015 2014 и так далее только эти сборки 2016 года

Эм, Я думаю, что первая публичная бета-версия китайской версии TianCity-это CSO2Installer_Ver0.1_20150318. но у меня есть корейская версия 2014 года.

you only had 1 version of the Korean game

ADVABonnie commented 4 years ago

@L-Leite @organnerx я надеюсь, что это может быть полезно для вас . Вот версия 20170510 китайского клиента, и 0.5.2 launcher хорошо работает 20170510 а еще у меня есть несколько других китайских клиентов: CSO2Installer_Ver0.1_20150318 CSO2Installer_Ver0.5_20150403 CSO2Installer_Ver1.2_20150506 CSO2Installer_Ver3. 0_20150902 CSO2Installer_Ver4.4_20151216 CSO2Installer_Ver7.2_20160912 CSO2Installer_Ver8.7_20170222 CSO2Installer_Ver8. 8_20170308 Код доступа - hf41 Насколько я знаю, обновление двигателя китайского клиента находится в версии 20170705, и у меня есть патч 2.85 ГБ для старой версии, но я не могу найти способ загрузить его.

и вы можете повторно загрузить все это на Google Диск

мой Google Диск имеет только 15 ГБ, я постараюсь загрузить 2 или 3 старых клиента

try deleting those versions and moving a couple more clients CSO2Installer_Ver0.1_20150318 CSO2Installer_Ver0.5_20150403 CSO2Installer_Ver1.2_20150506 CSO2Installer_Ver3. 0_20150902 CSO2Installer_Ver4.4_20151216

try to make these versions if I have already downloaded 1 of them you can not send them I will tell you what I download these CSO2Installer_Ver1.2_20150506 CSO2Installer_Ver7.2_20160912

ADVABonnie commented 4 years ago

@KouKouChan we just need BigCity mode from 2014 can you give me a 2014 build I get confused sometimes

dounai2333 commented 4 years ago

I will be able to test all versions of the game and find out where there is a full bypass for custom maps well, their inclusion shows with 0% loading

if you got stuck at 0%, that means your CS:S map version is mismatch with CSO2, bsp version of CS:S is 20, and CSO2 is 100. you will need Notepad++ or Winhex etc to modify the map file to let the version matches, let's take an example, GMOD default map "gm_construct": GMOD is also build on Source 2007, that means the bsp version is same as CS:S, open the gm_construct.bsp with Notepad++ or something (i'm using Ultraedit), you will see this: 7{T%~F)5_IF86M 1I2EKPOK you may feel confused, but we only need to modify the beginning part: 0NP9S1_S1K)P7D%71VCA2J9 (0x)14 means number 20 (hex to decimal), that is the bsp version of Source 2007, you just need to change the 14 to 64, save, and then CSO2 will read the map just as what you want to do (but i think it will still shows funny lump size) then... nothing, i'm a lazy man so gl for testing :)

and yea, if you want mess other things up, also go test the map with Source 2013 (L4D2, CS:GO etc) reference materials: (hex to decimal) https://developer.valvesoftware.com/wiki/Source_BSP_File_Format https://developer.valvesoftware.com/wiki/Lump_file_format

5SAYMON7 commented 4 years ago

I will be able to test all versions of the game and find out where there is a full bypass for custom maps well, their inclusion shows with 0% loading

if you got stuck at 0%, that means your CS:S map version is mismatch with CSO2, bsp version of CS:S is 20, and CSO2 is 100. you will need Notepad++ or Winhex etc to modify the map file to let the version matches, let's take an example, GMOD default map "gm_construct": GMOD is also build on Source 2007, that means the bsp version is same as CS:S, open the gm_construct.bsp with Notepad++ or something (i'm using Ultraedit), you will see this: 7{T%~F)5_IF86M 1I2EKPOK you may feel confused, but we only need to modify the beginning part: 0NP9S1_S1K)P7D%71VCA2J9 (0x)14 means number 20 (hex to decimal), that is the bsp version of Source 2007, you just need to change the 14 to 64, save, and then CSO2 will read the map just as what you want to do (but i think it will still shows funny lump size) then... nothing, i'm a lazy man so gl for testing :)

and yea, if you want mess other things up, also go test the map with Source 2013 (L4D2, CS:GO etc) reference materials: (hex to decimal) https://developer.valvesoftware.com/wiki/Source_BSP_File_Format https://developer.valvesoftware.com/wiki/Lump_file_format

CSO2 start load map, but after load - game crash

ADVABonnie commented 4 years ago

We'd rather wait for the map Converter

ADVABonnie commented 4 years ago

but we need the 2014 version the Korean version as we love BigCity mode

LoveBeforT commented 4 years ago

I will upload 2014 korea client later , and you should be sure that have downloaded CSO2Installer_Ver7.2_20160912 , I will delete this file because my GoogleDrive has only 2GB free space.

ADVABonnie commented 4 years ago

Thanks

ADVABonnie commented 4 years ago

@KouKouChan CSO2Installer_Ver7.2_20160912 I have

organnerx commented 4 years ago

@KouKouChan can you please upload all clients that you have to dropmefiles.com? It allows to upload multiple files at the time up to 50gb, it means you can upload all clients that you have and get 1 link instead of multiple links. Just be sure to set an expiration date to 14 days instead of 7 days

LoveBeforT commented 4 years ago

dropmefiles

ok, i will try.

LoveBeforT commented 4 years ago

20140528 korea version https://drive.google.com/file/d/17EPjFR2sjDORTwWDO4l0QcFZ_VLx99YN/view?usp=sharing

ADVABonnie commented 4 years ago

thanks

ADVABonnie commented 4 years ago

I can run the game version but I can't connect to the servers

@L-Leite can you make us a server to run the 2014 version

ADVABonnie commented 4 years ago

Аннотация 2020-09-21 163602 well the launcher couldn't launch the game

ADVABonnie commented 4 years ago

Oh haven't heard anything rumored about the Maps conversion Converter

organnerx commented 3 years ago

Conversion tool is still needed. Bump :)

ADVABonnie commented 3 years ago

20140528 Korea версия https://drive.google.com/file/d/17EPjFR2sjDORTwWDO4l0QcFZ_VLx99YN/view?usp=sharing

Could you please give me this Link again from the game version please

LoveBeforT commented 3 years ago

20140528 Korea версия https://drive.google.com/file/d/17EPjFR2sjDORTwWDO4l0QcFZ_VLx99YN/view?usp=sharing

Could you please give me this Link again from the game version please

did you lost the file?

ADVABonnie commented 3 years ago

20140528 Korea версия https://drive.google.com/file/d/17EPjFR2sjDORTwWDO4l0QcFZ_VLx99YN/view?usp=sharing

Could you please give me this Link again from the game version please

did you lost the file?

yes I just got a new computer and there was an error in my laptop, which is why I had to reinstall the system there

ADVABonnie commented 3 years ago

@KouKouChan

ADVABonnie commented 3 years ago

@KouKouChan Are you here

LoveBeforT commented 3 years ago

@KouKouChan Are you here

wait 2 or 3 days, I'm not in home >_<

ADVABonnie commented 3 years ago

Damn it is clear So it was necessary to warn

ADVABonnie commented 3 years ago

@KouKouChan Are you here

wait 2 or 3 days, I'm not in home >_<

Well, if you are at home then write here ADVABonnie#1923

LoveBeforT commented 3 years ago

@KouKouChan Are you here

wait 2 or 3 days, I'm not in home >_<

Well, if you are at home then write here ADVABonnie#1923

tonight, trust me

ADVABonnie commented 3 years ago

OK

LoveBeforT commented 3 years ago

OK

https://drive.google.com/file/d/1w6zARagJ3sgY7s3gPMyIwMJ_c_ecurjQ/view?usp=sharing

ADVABonnie commented 3 years ago

Thank you

Vad1mCSO2 commented 3 years ago

OK

https://drive.google.com/file/d/1w6zARagJ3sgY7s3gPMyIwMJ_c_ecurjQ/view?usp=sharing

files was deleted

Vad1mCSO2 commented 3 years ago

@KouKouChan reupload please to make map