Jump to content

Recommended Posts

It's not really suggestion, rather reminder.

 

I'm kind of guy who likes to have everything in the inventory and so my pockets and backpack are always full, even with Otto von Chesterfield.

 

So yeah. I think adding Shadow and Snow Chester shouldn't be hard, possibly just copy-paste code from original game as Chester has not much to do with multible players.

Link to comment
Share on other sites

The code is already in, but it's commented out because it causes a crash right now.

 

It looks like Snow Chester actually works, if you change his stategraph to properly check for it:

            local snow, shadow = inst:CanMorph()            if not (snow or shadow) then                inst.sg:GoToState("idle")                return            end

Edit: If you saw my previous post full of code, I was looking at the wrong chester on accident... x_x

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...