A nil value specializationUtil LUA
up vote
0
down vote
favorite
I'm trying to convert fs17 to fs19 mouse steering mod.
Console shows up:
register.lua:11: attempt to call field 'registerSpecialization' (a nil value)
Code look like this:
SpecializationUtil.registerSpecialization("ControlMouse", "ControlMouse", g_currentModDirectory.."ControlMouse.lua")
ControlMouse_Register = {};
I tried to solve it by:
if SpecializationUtil.specializations["ControlMouse"] == nil then
SpecializationUtil.registerSpecialization("ControlMouse", "ControlMouse", g_currentModDirectory.."ControlMouse.lua");
addSpecialization.isLoaded = false;
else
-- print(" mod controlmouse is loaded!");
end;
After that it show this:
/mods/ControlMouse/register.lua:1: attempt to index field 'specializations' (a nil value)
Thanks for solution.
If you want I'll send you full code
lua
New contributor
add a comment |
up vote
0
down vote
favorite
I'm trying to convert fs17 to fs19 mouse steering mod.
Console shows up:
register.lua:11: attempt to call field 'registerSpecialization' (a nil value)
Code look like this:
SpecializationUtil.registerSpecialization("ControlMouse", "ControlMouse", g_currentModDirectory.."ControlMouse.lua")
ControlMouse_Register = {};
I tried to solve it by:
if SpecializationUtil.specializations["ControlMouse"] == nil then
SpecializationUtil.registerSpecialization("ControlMouse", "ControlMouse", g_currentModDirectory.."ControlMouse.lua");
addSpecialization.isLoaded = false;
else
-- print(" mod controlmouse is loaded!");
end;
After that it show this:
/mods/ControlMouse/register.lua:1: attempt to index field 'specializations' (a nil value)
Thanks for solution.
If you want I'll send you full code
lua
New contributor
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to convert fs17 to fs19 mouse steering mod.
Console shows up:
register.lua:11: attempt to call field 'registerSpecialization' (a nil value)
Code look like this:
SpecializationUtil.registerSpecialization("ControlMouse", "ControlMouse", g_currentModDirectory.."ControlMouse.lua")
ControlMouse_Register = {};
I tried to solve it by:
if SpecializationUtil.specializations["ControlMouse"] == nil then
SpecializationUtil.registerSpecialization("ControlMouse", "ControlMouse", g_currentModDirectory.."ControlMouse.lua");
addSpecialization.isLoaded = false;
else
-- print(" mod controlmouse is loaded!");
end;
After that it show this:
/mods/ControlMouse/register.lua:1: attempt to index field 'specializations' (a nil value)
Thanks for solution.
If you want I'll send you full code
lua
New contributor
I'm trying to convert fs17 to fs19 mouse steering mod.
Console shows up:
register.lua:11: attempt to call field 'registerSpecialization' (a nil value)
Code look like this:
SpecializationUtil.registerSpecialization("ControlMouse", "ControlMouse", g_currentModDirectory.."ControlMouse.lua")
ControlMouse_Register = {};
I tried to solve it by:
if SpecializationUtil.specializations["ControlMouse"] == nil then
SpecializationUtil.registerSpecialization("ControlMouse", "ControlMouse", g_currentModDirectory.."ControlMouse.lua");
addSpecialization.isLoaded = false;
else
-- print(" mod controlmouse is loaded!");
end;
After that it show this:
/mods/ControlMouse/register.lua:1: attempt to index field 'specializations' (a nil value)
Thanks for solution.
If you want I'll send you full code
lua
lua
New contributor
New contributor
edited Nov 21 at 18:56
stack0114106
1,3481416
1,3481416
New contributor
asked Nov 21 at 18:48
MichalJoska
11
11
New contributor
New contributor
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
MichalJoska is a new contributor. Be nice, and check out our Code of Conduct.
MichalJoska is a new contributor. Be nice, and check out our Code of Conduct.
MichalJoska is a new contributor. Be nice, and check out our Code of Conduct.
MichalJoska is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53418726%2fa-nil-value-specializationutil-lua%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown