Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. Modules that require Item V2 duplication & refactoring or reparenting
  2.  
  3. - CaptureTheFlag
  4. - AC_FlagItemBase (Parent AC_AttachableItem)
  5. - AC_FlagSpawnerBase (has Reference to AC_FlagItemBase)
  6. - AC_FlagItemDefault (Parent AC_FlagItemBase)
  7. - AC_FlagSpawnerDefault (Parent AC_FlagSpawnerBase)
  8.  
  9.  
  10. - TeamBlockingVolume
  11. - AC_TeamBlockingVolume (Has Reference to AC_BaseItem)
  12. - AC_TeamBlockingVolumeDefault (Parent AC_TeamBlockingVolume)
  13.  
  14. - Guns
  15. - AC_Gun (Parent AC_AttachableItem)
  16. - AC_Bullet (Has Reference to AC_Gun)
  17.  
  18. - SpawnItemForPlayer
  19. - CO_SpawnItemForPlayer (Has Reference to AC_GrabableItem)
  20.  
  21. Modules that don't need it
  22. - ArchvizCore
  23. - ArtBirds
  24. - ArtCharacter
  25. - ArtNature
  26. - CharacterHumanBasic
  27. - CharacterHumanFull
  28. - CharacterHumanHalf
  29. - CharacterVehicleCar
  30. - ClimbableObject
  31. - HumanJumpPad
  32. - AC_ItemSpawner
  33. - GestureTransform
  34. - CO_HealthAndDamage
  35. - CO_HUDMovement
  36. - LobbyLevel
  37. - MovementArm
  38. - MovementJoystick
  39. - MovementSimpleRotation
  40. - MovementSimpleTeleportation
  41. - MovementTeleportation
  42. - PlayerNameDisplay
  43. - PlayerSpawner
  44. - RevivalSystem
  45. - ScoreboardManager
  46. - ScoreboardShooter
  47. - SpectatorSystem
  48. - ToolDraw2D
  49. - ToolDraw3D
  50. - ToolScreenShot
  51. - WorldWidgetPlayerRing
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement