Reelzerz Posted January 3, 2015 Share Posted January 3, 2015 My friends and I all install the mods and enable them, then I start the server from the host server section in the game. When my friends try to interact with the mods it won't work for them. Is it because I need to host the server from another way or something else. Link to comment https://forums.kleientertainment.com/forums/topic/48301-my-friends-cant-interact-with-the-mods-on-the-server/ Share on other sites More sharing options...
Kzisor Posted January 3, 2015 Share Posted January 3, 2015 @Reelzerz, if you're creating custom mods make sure that the following line is in the modmain.lua file. --This lets clients know if they need to get the mod from the Steam Workshop to join the gameall_clients_require_mod = true After adding that to my mod it doesn't matter if clients have the same mods enabled or even installed, the mods get download when they join the server into a cached folder for that server. Link to comment https://forums.kleientertainment.com/forums/topic/48301-my-friends-cant-interact-with-the-mods-on-the-server/#findComment-596356 Share on other sites More sharing options...
MysticWolf1147 Posted January 10, 2015 Share Posted January 10, 2015 This lets clients know if they need to get the mod from the Steam Workshop to join the gameall_clients_require_mod = true Does this need to go into the modmain.lua, or the modinfo.lua? Link to comment https://forums.kleientertainment.com/forums/topic/48301-my-friends-cant-interact-with-the-mods-on-the-server/#findComment-599662 Share on other sites More sharing options...
rezecib Posted January 10, 2015 Share Posted January 10, 2015 (edited) modinfo.lua Edit: But the autodownloading will only happen if the mods are on the workshop. Otherwise, you'll have to send copies of your mod to each friend. Edited January 10, 2015 by rezecib Link to comment https://forums.kleientertainment.com/forums/topic/48301-my-friends-cant-interact-with-the-mods-on-the-server/#findComment-599665 Share on other sites More sharing options...
MysticWolf1147 Posted January 10, 2015 Share Posted January 10, 2015 Edit: But the autodownloading will only happen if the mods are on the workshop. Otherwise, you'll have to send copies of your mod to each friend.Does the mod have to be public on the workshop or can it be private? Link to comment https://forums.kleientertainment.com/forums/topic/48301-my-friends-cant-interact-with-the-mods-on-the-server/#findComment-599674 Share on other sites More sharing options...
Kzisor Posted January 10, 2015 Share Posted January 10, 2015 Does the mod have to be public on the workshop or can it be private? It can be set to friends only, but your friends need to be on your friends steam list. Link to comment https://forums.kleientertainment.com/forums/topic/48301-my-friends-cant-interact-with-the-mods-on-the-server/#findComment-599675 Share on other sites More sharing options...
MysticWolf1147 Posted January 12, 2015 Share Posted January 12, 2015 It can be set to friends only, but your friends need to be on your friends steam list. thank you so much! it was bugging me that i couldnt figure that out! Link to comment https://forums.kleientertainment.com/forums/topic/48301-my-friends-cant-interact-with-the-mods-on-the-server/#findComment-600745 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