Jump to content

Recommended Posts

well that button is to open your world folder at the world-picker section so if you coded the mod interface to have a button when you choose the settings i imagine you could make a dupe of the button that routes to the location of the mod folder

21 minutes ago, gaymime said:

well that button is to open your world folder at the world-picker section so if you coded the mod interface to have a button when you choose the settings i imagine you could make a dupe of the button that routes to the location of the mod folder

As far as I remember, the id is farted there and the corresponding folder is opened.
4
P.S.
Yes
 

function ManageServerSlotScreen:OnOpenFolderButton()
    if type(self.slot) == "number" and self.slot > 0 then
        if (IsSteam() or IsRail()) and not IsLinux() then
            TheSim:OpenSaveFolder(self.slot)
        end
    end
end

 

Edited by GodIess

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...