|
Junx
Воскресенье, 28.09.2014, 01:00 | Сообщение # 1
Статус: |
|
Гость: |
|
Сообщений: |
41 |
Награды: |
1 |
Регистрация: |
07.09.2012 |
|
Hi
Has anyone tried to connect these mod's?
I modified some configów and scripts, and I have one error:
Код ! [LUA][ERROR] ATTENTION!!! ATTENTION!!! ATTENTION!!! ATTENTION!!! ! [LUA][ERROR] ENFORCED ABORT: Post everything below this line in your report! ! [LUA][ERROR] ! [LUA][ERROR] ! [LUA][ERROR] ERROR: STWC initialising failed! Missing file: gamedata\configs\environment\weathers\default_clear_alt_clean.ltx; files found = 15, still missing = 12 FATAL ERROR [error]Expression : fatal error [error]Function : CScriptEngine::lua_error [error]File : E:\priquel\sources\engine\xrServerEntities\script_engine.cpp [error]Line : 180 [error]Description : <no expression> [error]Arguments : LUA error: ....t.a.l.k.e.r. - clear sky\gamedata\scripts\_g.script:982: bad argument #2 to 'format' (string expected, got nil)
stack trace:
PS. Sorry for my english.
|
|
Воскресенье, 28.09.2014, 01:00
|
Статус: |
|
Сообщений: |
666 |
Регистрация: |
07.09.2012 |
|
|
|
|
|
AzzzA
Воскресенье, 28.09.2014, 11:44 | Сообщение # 2
Clear sky: Время перемен
Статус: |
|
Опытный: |
|
Сообщений: |
3933 |
Награды: |
11 |
Регистрация: |
14.08.2012 |
|
Missing file: gamedata\configs\environment\weathers\default_clear_alt_clean.ltx
There is this file? Preset does not find.
|
|
Воскресенье, 28.09.2014, 11:44
|
Статус: |
|
Сообщений: |
666 |
Регистрация: |
14.08.2012 |
|
|
|
|
|
PaulGray
Воскресенье, 28.09.2014, 12:11 | Сообщение # 3
Статус: |
|
Отмычка: |
|
Сообщений: |
189 |
Награды: |
1 |
Регистрация: |
18.06.2014 |
|
files found = 15, still missing = 12 может в этих строчках проблема
|
|
Воскресенье, 28.09.2014, 12:11
|
Статус: |
|
Сообщений: |
666 |
Регистрация: |
18.06.2014 |
|
|
|
|
|
Junx
Воскресенье, 28.09.2014, 13:15 | Сообщение # 4
Статус: |
|
Гость: |
|
Сообщений: |
41 |
Награды: |
1 |
Регистрация: |
07.09.2012 |
|
@ AzzzA:
No, because edited the file ui_main_menu.script
Код local file_list = { file1 = {io.open( dir_path.."suns.ltx", "r" ) or "empty", dir_path.."suns.ltx"}, file2 = {io.open( dir_path.."default_clear_alt_clean.ltx", "r" ) or "empty", dir_path.."weathers\\default_clear_alt_clean.ltx"}, file3 = {io.open( dir_path.."weathers\\default_clear_clean.ltx", "r" ) or "empty", dir_path.."weathers\\default_clear_clean.ltx"}, file4 = {io.open( dir_path.."weathers\\default_clear_overcast.ltx", "r" ) or "empty", dir_path.."weathers\\default_clear_overcast.ltx"}, file5 = {io.open( dir_path.."weathers\\default_cloudy_black_clean.ltx", "r" ) or "empty", dir_path.."weathers\\default_cloudy_black_clean.ltx"}, file6 = {io.open( dir_path.."weathers\\default_cloudy_black_clean_dry.ltx", "r" ) or "empty", dir_path.."weathers\\default_cloudy_black_clean_dry.ltx"}, file7 = {io.open( dir_path.."weathers\\default_cloudy_black_overcast.ltx", "r" ) or "empty", dir_path.."weathers\\default_cloudy_black_overcast.ltx"}, file8 = {io.open( dir_path.."weathers\\default_cloudy_black_overcast_dry.ltx", "r" ) or "empty", dir_path.."weathers\\default_cloudy_black_overcast_dry.ltx"}, file9 = {io.open( dir_path.."weathers\\indoor.ltx", "r" ) or "empty", dir_path.."weathers\\indoor.ltx"}, file10 = {io.open( dir_path.."weather_effects\\fx_surge_day_2.ltx", "r" ) or "empty", dir_path.."weather_effects\\fx_surge_day_2.ltx"}, file11 = {io.open( dir_path.."weather_effects\\fx_surge_day_3.ltx", "r" ) or "empty", dir_path.."weather_effects\\fx_surge_day_3.ltx"}, file12 = {io.open( dir_path.."weathers\\default_cloudy_dark_clean.ltx", "r" ) or "empty", dir_path.."weathers\\default_cloudy_dark_clean.ltx"}, file13 = {io.open( dir_path.."weathers\\default_cloudy_dark_overcast", "r" ) or "empty", dir_path.."weathers\\default_cloudy_dark_overcast.ltx"}, file14 = {io.open( dir_path.."weathers\\default_cloudy_light_clean.ltx", "r" ) or "empty", dir_path.."weathers\\default_cloudy_light_clean.ltx"}, file15 = {io.open( dir_path.."weathers\\default_cloudy_light_overcast.ltx", "r" ) or "empty", dir_path.."weathers\\default_cloudy_light_overcast.ltx"}, file16 = {io.open( dir_path.."weathers\\default_cloudy_light_rain_clean.ltx", "r" ) or "empty", dir_path.."weathers\\default_cloudy_light_rain_clean.ltx"}, file17 = {io.open( dir_path.."weathers\\default_cloudy_light_rain_overcast.ltx", "r" ) or "empty", dir_path.."weathers\\default_cloudy_light_rain_overcast.ltx"}, file18 = {io.open( dir_path.."weathers\\default_storm_clean.ltx", "r" ) or "empty", dir_path.."weathers\\default_storm_clean.ltx"}, file19 = {io.open( dir_path.."weathers\\default_storm_overcast.ltx", "r" ) or "empty", dir_path.."weathers\\default_storm_overcast.ltx"}, file20 = {io.open( dir_path.."weathers\\default_storm_overcast_dry.ltx", "r" ) or "empty", dir_path.."weathers\\default_storm_overcast_dry.ltx"}, file21 = {io.open( dir_path.."weathers\\default_clear.ltx", "r" ) or "empty", dir_path.."weathers\\default_clear.ltx"}, file22 = {io.open( dir_path.."weathers\\default_cloudy.ltx", "r" ) or "empty", dir_path.."weathers\\default_cloudy.ltx"}, file23 = {io.open( dir_path.."weathers\\default_foggy.ltx", "r" ) or "empty", dir_path.."weathers\\default_foggy.ltx"}, file24 = {io.open( dir_path.."weathers\\default_partly.ltx", "r" ) or "empty", dir_path.."weathers\\default_partly.ltx"}, file25 = {io.open( dir_path.."weathers\\default_rain.ltx", "r" ) or "empty", dir_path.."weathers\\default_rain.ltx"}, file26 = {io.open( dir_path.."weathers\\default_thunder.ltx", "r" ) or "empty", dir_path.."weathers\\default_thunder.ltx"}, file27 = {io.open( dir_path.."weathers\\default_veryfoggy.ltx", "r" ) or "empty", dir_path.."weathers\\default_veryfoggy.ltx"}, }
@ PaulGray: No, but i have error from first post
Код ! [LUA][ERROR] ATTENTION!!! ATTENTION!!! ATTENTION!!! ATTENTION!!! ! [LUA][ERROR] ENFORCED ABORT: Post everything below this line in your report! ! [LUA][ERROR] ! [LUA][ERROR] ! [LUA][ERROR] ERROR: STWC initialising failed! Missing file: gamedata\configs\environment\weathers\default_clear_alt_clean.ltx; files found = 15, still missing = 12 FATAL ERROR [error]Expression : fatal error [error]Function : CScriptEngine::lua_error [error]File : E:\priquel\sources\engine\xrServerEntities\script_engine.cpp [error]Line : 180 [error]Description : <no expression> [error]Arguments : LUA error: ....t.a.l.k.e.r. - clear sky\gamedata\scripts\_g.script:982: bad argument #2 to 'format' (string expected, got nil)
stack trace: So i go to file _g.script and search this line:
Код log(string.format("%s",nil))
and all section:
Код -- │Ёх°эєЄ№ шуЁє (яюёых тvтюфр ёююс хэш юс ю°шсъх т ыюу) function abort(fmt, ...) error_log("ATTENTION!!! ATTENTION!!! ATTENTION!!! ATTENTION!!!") error_log("ENFORCED ABORT: Post everything below this line in your report!") error_log("") error_log("") local reason = fmt if ... ~= nil then reason = string.format(fmt, ...) end assert("ERROR: " .. reason) error_log("ERROR: " .. reason) log(string.format("%s",nil)) end
|
|
Воскресенье, 28.09.2014, 13:15
|
Статус: |
|
Сообщений: |
666 |
Регистрация: |
07.09.2012 |
|
|
|
|