Project Zomboid

Project Zomboid

Skilled Professionals
10 Comments
bionicdivine420 11 Feb @ 4:24am 
Skilled Professionals is getting a error by going to the top of the load order list if using the Mod Load Order Sorter [b42] but if you place Skilled Professionals just below Profession Framework B42 fix the error. Can you make the mod force its self below the Profession Framework B42 in the load order? Other wise 10/10 TY :steamhappy:
Cabbage 28 Jan @ 6:24am 
Is there an ADDITIONAL PROFESSIONS only?
Nandi 14 Jan @ 1:45am 
Cheers! Favorited and will keep watching it.
Dr Pillsbury  [author] 10 Jan @ 3:11pm 
@crayven_ady
I suspect that it should work perfectly fine when multiplayer arrives, but I will definitely look towards multiplayer compatibility
Nandi 9 Jan @ 7:04am 
Do you plan to make this viable for multiplayer once it hits?
This will be the new vanilla for our server if you do, fuck the useless starter characters are they are now!
pimatstudio 9 Jan @ 1:37am 
as a matter of fact, yes, I do, I've made sure to enable it, and when I re-enabled your mod, the moment lua reloaded I instantly got this:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=3403781130
Dr Pillsbury  [author] 1 Jan @ 11:24am 
@pimatstudio
The error that appears is a line from my code that updates the professions list in the character creation menu. And the line from the base game code that searches for trait descriptions. Do you also have B42 profession framework installed and active?
pimatstudio 1 Jan @ 4:18am 
3 lined I've trimmed (since there's 1000 characters limit) - don't know why I took it out from the middle, sorry ;)

at se.krka.kahlua.vm.KahluaThread.call(KahluaThread.java:173)
at se.krka.kahlua.vm.KahluaThread.pcall(KahluaThread.java:1963)
at se.krka.kahlua.vm.KahluaThread.pcallvoid(KahluaThread.java:1790)
pimatstudio 1 Jan @ 4:17am 
`attempted index: getLabel of non-table: null
function: SetProfessionDescription -- file: MainCreationMethods.lua line # 940 | Vanilla
function: DoProfessions -- file: SkilledProfessionals.lua line # 101 | MOD: Skilled Professionals
java.lang.RuntimeException: attempted index: getLabel of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1667)
at se.krka.kahlua.vm.KahluaThread.luaMainloop(KahluaThread.java:624)
.... [TRIMMED]
at se.krka.kahlua.integration.LuaCaller.pcallvoid(LuaCaller.java:66)
at se.krka.kahlua.integration.LuaCaller.protectedCallVoid(LuaCaller.java:139)
at zombie.Lua.Event.trigger(Event.java:81)
at zombie.Lua.LuaEventManager.triggerEvent(LuaEventManager.java:281)
at zombie.GameWindow.enter(GameWindow.java:896)
at zombie.GameWindow.mainThread(GameWindow.java:601)
at java.base/java.lang.Thread.run(Unknown Source)
`
pimatstudio 1 Jan @ 4:17am 
I get an error after loading this into the modlist (right after lua reload)

why is that?