Mbfox Posted June 1, 2015 Share Posted June 1, 2015 Recently got this comment on one of my mods:Can you make it so that you can search the hunter in the search bar and worlds with this mod will show up?I was wondering if this could be done? ("the hunter" is the mod) Link to comment https://forums.kleientertainment.com/forums/topic/54689-mod-appear-in-search-bar/ Share on other sites More sharing options...
Kzisor Posted June 1, 2015 Share Posted June 1, 2015 @Mbfox, in modinfo.lua add the following informationserver_filter_tags = { "hunter", "the hunter",} Link to comment https://forums.kleientertainment.com/forums/topic/54689-mod-appear-in-search-bar/#findComment-642927 Share on other sites More sharing options...
Mbfox Posted June 1, 2015 Author Share Posted June 1, 2015 @Kzisor, Thanks! Link to comment https://forums.kleientertainment.com/forums/topic/54689-mod-appear-in-search-bar/#findComment-642975 Share on other sites More sharing options...
polygone Posted June 1, 2015 Share Posted June 1, 2015 @Mbfox, in modinfo.lua add the following informationserver_filter_tags = { "hunter", "the hunter",} !!! I didn't know that was a thing either omg. Thanks from me as well! <3 Link to comment https://forums.kleientertainment.com/forums/topic/54689-mod-appear-in-search-bar/#findComment-642983 Share on other sites More sharing options...
Maris Posted June 2, 2015 Share Posted June 2, 2015 I was trying to find a server with Asuna mod by just typing "asuna". Got zero.Conclusion: the mod is not finished. Link to comment https://forums.kleientertainment.com/forums/topic/54689-mod-appear-in-search-bar/#findComment-643119 Share on other sites More sharing options...
Kzisor Posted June 2, 2015 Share Posted June 2, 2015 (edited) @polygone, You're welcome, but you should thank Rezecib.New stuff in the modinfoapi_version = 10api_version_dst = 10 -- optional (if it's the same mod for DST and single-player)dst_compatible = true--This lets clients know if they need to get the mod from the Steam Workshop to join the gameall_clients_require_mod = true--This is basically the opposite; it specifies that this mod doesn't affect other players at all, and if set, won't mark your server as moddedclient_only_mod = false--This lets people search for servers with this mod by these tagsserver_filter_tags = {"character", "rog", "reign of giants"} Edited June 2, 2015 by Kzisor Link to comment https://forums.kleientertainment.com/forums/topic/54689-mod-appear-in-search-bar/#findComment-643129 Share on other sites More sharing options...
polygone Posted June 4, 2015 Share Posted June 4, 2015 I still wouldn't have seen that without ya so yeah thanks anyhow. Link to comment https://forums.kleientertainment.com/forums/topic/54689-mod-appear-in-search-bar/#findComment-643551 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