05.09.2009, 00:38
Peter,
When the new weapons file is created I gather the year of manufacture/service is added, but looks like it is truncating one character short on some.
My old weapons_ru.properties;
New_weapons_ru.properties
Seems to work ok for some though, Avenger and Bf-109G-2 are a couple where year is appended ok;
Cheers
Quelty
When the new weapons file is created I gather the year of manufacture/service is added, but looks like it is truncating one character short on some.
My old weapons_ru.properties;
Code:
#####################################################################
# A-20C
#####################################################################
New_weapons_ru.properties
Code:
#####################################################################
# A-20C, 194
#####################################################################
Seems to work ok for some though, Avenger and Bf-109G-2 are a couple where year is appended ok;
Code:
#####################################################################
# Avenger Mk.III, 1944
#####################################################################
Code:
#####################################################################
# Bf-109G-2, 1942
#####################################################################
Quelty