CrossFire 2.0 Server & Client

The error of not being able to create rooms occurs because the available map information from the client is not synchronized with the map information in the database. This will not happen if you use the Chinese client that was shared by Bola.

Information about client maps are in RB001.rez, in the table folder, in the MAP.CFT file. I tried to add some maps that are in the AlphaGaming client, but I'm having trouble identifying where the GAMEMODE_TYPE value from the database is being informed in the MAP.CFT file and with that I'm not getting the Walled City map to work (maybe because this map to be in a different mode from the modes that are already available in the database)
Looks like the zombie mode is not playable Ichigo Kurosaki
 
This is item list from RageCF client, I am trying to add all items to the shop.
There are some columns of signs that are not clear what they mean.
 

Attachments

Last edited:
Solved my issue with the game server

in gamesrv/serverinfo.ini
the GameServerServiceForceIP has to be machine's local ipv4 address not 127.0.0.1 (localhost) as my friend explained to me, forcing to a localhost address won't make it possible to access the server from outside at all, so for that you have to specify either machine's IP or a public ip. once you set this up, don't forget to edit the IP address in the DB as well in CF_MIN_CU table and relaunch the gameserver service.

this took me two sleepless nights to figure out :D
Now just crashes on STEP2...
 
QQ截图20230622170938 - CrossFire 2.0 Server & Client - RaGEZONE Forums



Item purchase failed
 

Attachments

  • QQ截图20230622170938 - CrossFire 2.0 Server & Client - RaGEZONE Forums
    QQ截图20230622170938.webp
    45.6 KB · Views: 139
Back