i already starved Posted September 20, 2013 Share Posted September 20, 2013 Well since my mod menu is broke till next update i was wonderin if you could install the files to main game folders to have a work around from mod menu.If it is possible could i get some steps? Link to comment https://forums.kleientertainment.com/forums/topic/28008-mod-help/ Share on other sites More sharing options...
Kappa Posted September 20, 2013 Share Posted September 20, 2013 One thing came to my mind: you can try force-loading desired mods. You can do that from mods/ folder, follow the instructions in modsettings.lua file. Just make sure, your mods are located there - you probably have to download them separately if your mod menu doesn't work properly. Link to comment https://forums.kleientertainment.com/forums/topic/28008-mod-help/#findComment-326513 Share on other sites More sharing options...
i already starved Posted September 20, 2013 Author Share Posted September 20, 2013 Ok i changed the modsettings.lua to modsettings.txt to read it but no instructions to force enable mods. I changed the line in it ForceEnableMod("apiexamples") to ForceEnableMod(true) thing that would enable it but no go. Also read the other files but they only direct me to forums and how to install mods Link to comment https://forums.kleientertainment.com/forums/topic/28008-mod-help/#findComment-326534 Share on other sites More sharing options...
Kappa Posted September 20, 2013 Share Posted September 20, 2013 (edited) You can easily edit the modsettings.lua file in simple text editor like Notepad on Windows, you don't have to change the suffix.That's not exacly how it works... You should write name of mode file into quotation marks. That means-- Some code/text beforeForceEnableMod("apiexamples")-- Some code/text aftershould force-enable mod in mods/apiexamples/ folder. Just add command ForceEnableMod("modfolder") for every single mod in this folder (mods/).So it'll look like:-- Some code/text before-- Note the "--" before text, it tells Lua to ignore everything after this mark on that specific lineForceEnableMod("modfolder")ForceEnableMod("anothermodfolder")-- Some code/text afterEdit: Added more details for non-Lua quys. Edited September 25, 2013 by Kappa Link to comment https://forums.kleientertainment.com/forums/topic/28008-mod-help/#findComment-326571 Share on other sites More sharing options...
i already starved Posted September 20, 2013 Author Share Posted September 20, 2013 Ahhh perfect it works. Think devs should make a sticky note for this temporary fix. Thanks for the help Link to comment https://forums.kleientertainment.com/forums/topic/28008-mod-help/#findComment-326602 Share on other sites More sharing options...
jzlou Posted September 25, 2013 Share Posted September 25, 2013 Ahhh perfect it works. Think devs should make a sticky note for this temporary fix. Thanks for the helpHi! can you let me see what your modsetting looks like. I can't seem to make my mods work given the above instructions. Here's how i place mine -- Use the "ForceEnableMod" function when developing a mod. This will cause the-- game to load the mod every time no matter what, saving you the trouble of-- re-enabling it from the main menu.---- Note! You shout NOT do this for normal mod loading. Please use the Mods menu-- from the main screen instead. --ForceEnableMod("apiexamples")--ForceEnableMod("wulfe")--ForceEnableMod("Always On Status")--ForceEnableMod("RPG HUD")--ForceEnableMod("wren")--ForceEnableMod("link")--ForceEnableMod("AmuletSlot")--ForceEnableMod("Wilson's House with Light")-- Use "EnableModDebugPrint()" to show extra information during startup. --EnableModDebugPrint() Link to comment https://forums.kleientertainment.com/forums/topic/28008-mod-help/#findComment-329695 Share on other sites More sharing options...
jzlou Posted September 25, 2013 Share Posted September 25, 2013 never mind figured it out Link to comment https://forums.kleientertainment.com/forums/topic/28008-mod-help/#findComment-329697 Share on other sites More sharing options...
SaintHIVERS Posted January 8, 2014 Share Posted January 8, 2014 Can somebody lay it out for me i'm stupid Link to comment https://forums.kleientertainment.com/forums/topic/28008-mod-help/#findComment-401192 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now