Best way to see is to open the tre in SIE and see what's in the objects folder. But to answer your question all of those items are in the tres but you may have to do some work in the lua folders to get the racing swoops in the game.I am looking to see if we have an up to date list of content on the mtg 23 patch.
Mostly look to see if Mando armor, racing swopes and underground bunkers are in game?
Best way to see is to open the tre in SIE and see what's in the objects folder. But to answer your question all of those items are in the tres but you may have to do some work in the lua folders to get the racing swoops in the game.
When you use createitem drop the custom_content. The custom content folder is just the filepath of where the file is stored. If you open say the helmut.lua you will see how the object is registered and it will be registered as just object/tangible/wearbles...etc.Ok. I see the serverobject.lua has the includefile for the custom content. But when I try to /object createitem it says you can only create tangible items. I am trying to spawn in clone trooper armor, which is scripts/object/custom_content/tangible/wearables/armor/clonetrooper/clonetrooper helmet.lua. this is paraphrased because I don't have the exact Lua on me at this time. What am I missing? Chat gpt was telling me to move these Luas to the base games tangible folders and modify all the luas to show correct pathing.
When you use createitem drop the custom_content. The custom content folder is just the filepath of where the file is stored. If you open say the helmut.lua you will see how the object is registered and it will be registered as just object/tangible/wearbles...etc.