Page 1 of 1

Game crash reason

Posted: 2024-05-08 20:25
by rambo
HI
I want to do a simple modification to battlefield 2 v 1.5 and in Zatar_Wetlands Map.
I opened the map using map editor and just added an extra aircraft like this:
https://ibb.co/Qk98rcY
Image
When I saved the mapeditor.

when I copied GamePlayObjects.con from Editor folder to server.zip and GameModes/gpm_cq/64 in the server PC. I started the server and after I join the server the client game crashes.
Image
https://ibb.co/jbmdRRX
what is the reason for this crash? If I copy GamePlayObjects.con to server.zip in Client PC and create a Local game it works fine. but when I try to join a server with this modification my game crashs. do I need to modify something else at server or copy something?

Re: Game crash reason

Posted: 2024-05-08 21:56
by Suchar
This error means client <-> server file mismatch. You need to update server files with the same changes you did to your game client.

Re: Game crash reason

Posted: 2024-05-09 10:18
by rambo
So in the senario I explained which files are also changed in addition to GamePlayObjects.con and need to be transfered to server? The tutorials only say to transfer GamePlayObjects.con and Init.con. (from Editor Folder to server.zip in server PC)

I am trying to edit the map only in a way that clients do not need to download the entire map. So I dont want to use the edited files in client. I'm using edited files in server.

When I just modify the position of aircraft there is no error
When I change the position of aircraft carrier => Error
When I change to vehicle type from f35b to jep_mec_paratrooper => Error

Re: Game crash reason

Posted: 2024-05-09 16:34
by Suchar
For server-side modding information, have a look here https://www.realitymod.com/forum/showth ... p?t=134409