Jump to content

Question about chests slots or other containers.


julz1981

Recommended Posts

Hello, i'm a total noob at moding, but i saw these lines in a Freezer mod i downloaded

    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,200,0)

 

I love the freezer, but i dont want it to be to OP, so i want it to have only 3 or 6 slots maybe,

so would changing anything here do anything?

I dont want to mess around and mess up my save which is at over 250 days!

 

Thx,

Julz

Link to comment
Share on other sites

  • Developer

Hello, i'm a total noob at moding, but i saw these lines in a Freezer mod i downloaded

    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,200,0)

 

I love the freezer, but i dont want it to be to OP, so i want it to have only 3 or 6 slots maybe,

so would changing anything here do anything?

I dont want to mess around and mess up my save which is at over 250 days!

 

Thx,

Julz

Your save files are just files on disk.  If you're going to get into modding I would suggest making a backup of your save files and then go nuts with modding and then copy the old ones back when you're done :).  Your change shouldn't do anything to break your save files but it's always better to be safe than sorry... especially when modding :).

Link to comment
Share on other sites

Your save files are just files on disk.  If you're going to get into modding I would suggest making a backup of your save files and then go nuts with modding and then copy the old ones back when you're done :-).  Your change shouldn't do anything to break your save files but it's always better to be safe than sorry... especially when modding :-).

 

Allrighty XD

i will try it then, thank you!

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