SS3D icon indicating copy to clipboard operation
SS3D copied to clipboard

Document Item Hold Positions

Open cosmiccoincidence opened this issue 1 year ago • 2 comments

Summary

Document the technical side of the item hold position system.

Goal

Item hold positions are an empty object on item prefabs that indicate the position and rotation of which they should be held by an entity.

Document the system on gitbook under the Systems page and comment the code if needed.

Context

Original PR: https://github.com/RE-SS3D/SS3D/pull/234

Design Doc: https://ss3d.gitbook.io/design/items/hold-positions

cosmiccoincidence avatar Nov 19 '23 00:11 cosmiccoincidence

this is already in game, but it needs to be properly set for each item. It's currently not the case for all items in game. I suggest maybe turn that issue into a documentation issue for gitbook, explaining how to make a new item, including setting up custom old positions.

stilnat avatar Nov 19 '23 23:11 stilnat

It appears the system only supports 2 attachments points per item currently.

image

But preferably the should be able to specify a certain amount per prefab which are based on variables... Design doc: https://ss3d.gitbook.io/design/items/hold-positions

cosmiccoincidence avatar Dec 02 '23 04:12 cosmiccoincidence