micovery / ArmA3_Wasteland.Altis

A3Wasteland is a harsh survival sandbox mission for Arma 3 where two teams and independent players fight for survival. This is a collaboration between GoT, TPG, KoS, 404Games, and others.
GNU Affero General Public License v3.0
3 stars 14 forks source link

No config variable PDB_VehicleFileID #75

Closed Cael817 closed 9 years ago

Cael817 commented 9 years ago

Not sure this is an issue at all, if it is its extremely minor and probably not worth the work and should be put last on the list as its just informational =).

in the .rpt we get informational messages about the different file ids like this 0:57:33 "[INFO] config: PDBPlayerFileID = A3W" 20:57:33 "[INFO] config: PDBObjectFileID = A3W" 20:57:33 "[INFO] config: PDBMessagesFileID = A3W" 20:57:33 "[INFO] config: PDBAdminLogFileID = A3W" 20:57:33 "[INFO] config: PDBHackerLogFileID = A3W" 20:57:33 "[INFO] config: PDBPlayersListFileID = A3W"

it seems that there is "PDB_VehicleFileID" missing, compared to the DB.

micovery commented 9 years ago

You are right, I missed that config ... it's using the same as objects for vehicles. I'll add one for it.

micovery commented 9 years ago

Fixed by 56940919845f25a6af0aebaa2f083c3a8f0c4210. If you were using a non-default value for PDB_ObjectFileID, then you will need to add the new PBD_VehicleFileID to your config. (specially if you are hosting multiple servers that are supposed to have separate vehicle documents)