Suomikunkku Posted August 24, 2014 Share Posted August 24, 2014 Hi! So I've made this mod of mine, like the mod guides have instructed me, and I can't seem to get these 2 blocks I've made to show up in the list of buildable blocks, that shows up when you press "g".Initially, the guide says the locations/BlockPositions should be like so: <BlockPositions> <BlockPosition> <Name>SphereBlockPairName</Name> <Position> <X>-3</X> <Y>-3</Y> </Position> </BlockPosition> </BlockPositions> In another mod (http://steamcommunity.com/sharedfiles/filedetails/?id=303417641), those were like: <BlockPosition> <Name>Cockpit_Orb_Small</Name> <Position> <X>9</X> <Y>11</Y> </Position> </BlockPosition> A third had multiple blocks with higher numbers, like the cockpit mod above, but with negative value.So I made my blocks have these values: <BlockPositions> <BlockPosition> <Name>RampHigh</Name> <Position> <X>-7</X> <Y>-3</Y> </Position> </BlockPosition> <BlockPosition> <Name>RampLow</Name> <Position> <X>-8</X> <Y>-3</Y> </Position> </BlockPosition> </BlockPositions> I've also tried using same values as those other mods, without any success. Can someone please help me? Link to comment Share on other sites More sharing options...
Suomikunkku Posted September 7, 2014 Author Share Posted September 7, 2014 Fixed! You'll find the answer here: http://forums.keenswh.com/post/cant-get-my-new-blocks-to-show-up-on-the-block-list-that-shows-up-7051558?pid=1284037519 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now