once again..

正在查看此主题的用户

Amigo

Knight at Arms
what might be a reason for this:

Unexpected end of file while reading file blabla\calradia 1914\item_kinds1.txt.

Uploading module system to game didnt show any error.
 
Amigo 说:
what might be a reason for this:

Unexpected end of file while reading file blabla\calradia 1914\item_kinds1.txt.

Uploading module system to game didnt show any error.
An item included in the module.ini but not in item_kinds1 perhaps?

To find the cause of the problem, simply scroll throught the item_kinds1 .txt file until you find the spot where it abruptly ends. The first missing item is the one causing all the trouble.
 
An item included in the module.ini
could you explain?

and sorry for two threads.

I have made small test - only things i have modified:
module.ini:
load_mod_resource = aaa

item_kinds1.txt
itm_playerm98 Mauser_98 Mauser_98 1  4M98 0  6357009 555393482752 22 131082 2.250000 100 0 0 0 0 0 47 50 0 1 284 0
0

itm_playerlee Lee-Enfield_MK.1 Lee-Enfield_MK.1 1  4Enfield No.1 0  6357009 555393482752 22 131082 2.250000 100 0 0 0 0 0 47 50 0 1 284 0
0

itm_m98 Mauser_98 Mauser_98 1  4M98 0  6291465 5637668864 22 131082 2.250000 100 0 0 0 0 0 47 50 0 1 284 0
0

itm_lee Lee-Enfield_MK.1 Lee-Enfield_MK.1 1  4Enfield No.1 0  6291465 5637668864 22 131082 2.250000 100 0 0 0 0 0 47 50 0 1 284 0
0

itm_rsc1917 RSC1917 RSC1917 1  RSC1917 0  6357001 5637668864 22 131082 2.250000 100 0 0 0 0 0 47 50 0 1 284 0
0

itm_germhelm Stahlhelm Stahlhelm 1  1germhelm 0  12 0 278 123731968 2.000000 100 20 0 0 0 0 0 0 0 0 0 0
0

itm_germhelm_camo Stahlhelm_CAMO Stahlhelm_CAMO 1  1germhelm_camo 0  12 0 278 123731968 2.000000 100 20 0 0 0 0 0 0 0 0 0 0
0
 
While this isn't my realm of expertise, I did notice that you have a number as the first character of the mesh(?) name (e.x. "1germhelm"). I remember something about dialogs not working with numbers (Armagan uses dialog IDs ending with "_a", "_b", etc.). And it also violates the standard programming rule of not being allowed to have a number start a variable name. Maybe that is the cause of your error.
 
后退
顶部 底部