--- /dev/null
+name Erebus
+species umano
+sex Maschio
+weight 105
+age 26
+description Soldato peso massimo di Xonotic
+bone_upperbody spine2
+bone_aim0 0.25 spine2
+bone_aim1 0.4 spine4
+bone_aim2 0.2 upperarm_L
+bone_aim3 0.35 bip01 r hand
+bone_weapon bip01 r hand
+fixbone 1
m = substring(m, 0, -7);
}
- string fn = get_model_datafilename(m, sk, "txt");
+ string fn = language_filename(get_model_datafilename(m, sk, "txt"));
int fh = fopen(fn, FILE_READ);
if(fh < 0)
{
sk = 0;
- fn = get_model_datafilename(m, sk, "txt");
+ fn = language_filename(get_model_datafilename(m, sk, "txt"));
fh = fopen(fn, FILE_READ);
if(fh < 0)
return 0;
float sortbuf, glob, i;
string fn;
- glob = search_begin(language_filename(get_model_datafilename(string_null, -1, "txt")), true, true);
+ glob = search_begin(get_model_datafilename(string_null, -1, "txt"), true, true);
if (glob < 0)
return;