Jump to content
  • The forum downloads section will be removed on Jan 1st 2023. Players may still download mods that are currently hosted, but new submissions are no longer being accepted. Mod makers are advised to relocate their mods to alternative hosting solutions.

Doctor Wortey 1.3


4 Screenshots

About This File

Doctor Wortey v1.2

----

Dr. Wortey has:

200 HP

150 Hunger

120 Sanity

-Has his own chicken weapon

-Can make syringes

-Life regenerates slowly

-Custom voice

-Lost his pants

-Custom Chester

---

Legal gubbins:

---

HP Regen script:

ADH198

Special thanks to:

ADH198

Klei Entertainment

Jangofet

Xar623

Maker of this mod:

xxM0rtexxx

(http://steamcommunity.com/profiles/76561198085243043/)

Put together by:

StormyRange

(http://johnsegway.deviantart.com)

(http://stormygameses.tumblr.com)


What's New in Version 1.3   See changelog

Released

No changelog available for this version.

  • Like 1

User Feedback

Recommended Comments

Fixed the crashing issue.

 

You forgot two lines in your Chester.lua. (C:\Program Files (x86)\Steam\SteamApps\common\dont_starve\mods\wort\scripts\prefabs)

 

I've uploaded a fixed Chester.lua on mediafire here:


 

 

    --("   container")

    inst:AddComponent("container")

    inst.components.container:SetNumSlots(#slotpos)

    

    inst.components.container.onopenfn = OnOpen

    inst.components.container.onclosefn = OnClose

    

    inst.components.container.widgetslotpos = slotpos

    inst.components.container.widgetanimbank = "ui_chest_3x3"

    inst.components.container.widgetanimbuild = "ui_chest_3x3"

    inst.components.container.widgetpos = Vector3(0,-180,0)

    inst.components.container.widgetpos_controller = Vector3(0,200,0)

    inst.components.container.side_align_tip = 160

 

Is what it should read.

 

    --("   container")

    inst:AddComponent("container")

    inst.components.container:SetNumSlots(#slotpos)

    

    inst.components.container.onopenfn = OnOpen

    inst.components.container.onclosefn = OnClose

    

    inst.components.container.widgetslotpos = slotpos

    inst.components.container.widgetanimbank = "ui_chest_3x3"

    inst.components.container.widgetanimbuild = "ui_chest_3x3"

    inst.components.container.widgetpos = Vector3(0,-180,0)

 

is what you had. Replace the latter with the first and the Chester crashing / invisibility stops.

  • Like 2
Link to comment
Share on other sites

 

Fixed the crashing issue.
 
You forgot two lines in your Chester.lua. (C:\Program Files (x86)\Steam\SteamApps\common\dont_starve\mods\wort\scripts\prefabs)
 
I've uploaded a fixed Chester.lua on mediafire here:
 
 
    --("   container")
    inst:AddComponent("container")
    inst.components.container:SetNumSlots(#slotpos)
    
    inst.components.container.onopenfn = OnOpen
    inst.components.container.onclosefn = OnClose
    
    inst.components.container.widgetslotpos = slotpos
    inst.components.container.widgetanimbank = "ui_chest_3x3"
    inst.components.container.widgetanimbuild = "ui_chest_3x3"
    inst.components.container.widgetpos = Vector3(0,-180,0)
    inst.components.container.widgetpos_controller = Vector3(0,200,0)
    inst.components.container.side_align_tip = 160
 
Is what it should read.
 
    --("   container")
    inst:AddComponent("container")
    inst.components.container:SetNumSlots(#slotpos)
    
    inst.components.container.onopenfn = OnOpen
    inst.components.container.onclosefn = OnClose
    
    inst.components.container.widgetslotpos = slotpos
    inst.components.container.widgetanimbank = "ui_chest_3x3"
    inst.components.container.widgetanimbuild = "ui_chest_3x3"
    inst.components.container.widgetpos = Vector3(0,-180,0)
 
is what you had. Replace the latter with the first and the Chester crashing / invisibility stops.

 

Thanks bro! xD

Link to comment
Share on other sites

thx, that is v1.4 fixed.

 

 

Fixed the crashing issue.
 
You forgot two lines in your Chester.lua. (C:\Program Files (x86)\Steam\SteamApps\common\dont_starve\mods\wort\scripts\prefabs)
 
I've uploaded a fixed Chester.lua on mediafire here:
 
 
    --("   container")
    inst:AddComponent("container")
    inst.components.container:SetNumSlots(#slotpos)
    
    inst.components.container.onopenfn = OnOpen
    inst.components.container.onclosefn = OnClose
    
    inst.components.container.widgetslotpos = slotpos
    inst.components.container.widgetanimbank = "ui_chest_3x3"
    inst.components.container.widgetanimbuild = "ui_chest_3x3"
    inst.components.container.widgetpos = Vector3(0,-180,0)
    inst.components.container.widgetpos_controller = Vector3(0,200,0)
    inst.components.container.side_align_tip = 160
 
Is what it should read.
 
    --("   container")
    inst:AddComponent("container")
    inst.components.container:SetNumSlots(#slotpos)
    
    inst.components.container.onopenfn = OnOpen
    inst.components.container.onclosefn = OnClose
    
    inst.components.container.widgetslotpos = slotpos
    inst.components.container.widgetanimbank = "ui_chest_3x3"
    inst.components.container.widgetanimbuild = "ui_chest_3x3"
    inst.components.container.widgetpos = Vector3(0,-180,0)
 
is what you had. Replace the latter with the first and the Chester crashing / invisibility stops.

 

Link to comment
Share on other sites

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...