Obenseuer/Modding: Difference between revisions

m
no edit summary
mNo edit summary
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
Custom Unity files for [[Obenseuer]] can be loaded using the [https://github.com/Ierdna100/OSLoader OSLoader], created by Ierdna100.
Custom Unity files for [[Obenseuer]] can be loaded using the [https://github.com/Ierdna100/OSLoader OSLoader], created by Ierdna100. Additional modding library, the [https://github.com/BoettcherDasOriginal/OSML_ObenseuerSimpleModdingLibrary/ OSML] created by BoettcherDasOriginal, is available for OSLoader.


==Adding new furniture==
==Adding new furniture==
Line 7: Line 7:
Rendered on user layer <code>12</code>, named as <code>Placeable</code>.
Rendered on user layer <code>12</code>, named as <code>Placeable</code>.


Component structure
Component structure:
  <code>
  <code>
  Prefab (FurniturePlaceable.cs)
  Prefab (FurniturePlaceable.cs)
Line 17: Line 17:
Rendered on user layer <code>11</code>, named as <code>ItemPreview</code>.
Rendered on user layer <code>11</code>, named as <code>ItemPreview</code>.


Component structure
Component structure:
  <code>
  <code>
  Preview Prefab
  Preview Prefab
Line 23: Line 23:
       -> Stuff + Collision (Rigidbody(kinematic), Box Collider(trigger), InsideTrigger.cs)
       -> Stuff + Collision (Rigidbody(kinematic), Box Collider(trigger), InsideTrigger.cs)
  </code>
  </code>
[[Category:Community Content]]
csseditors
1,680

edits