Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - RoyMD

Pages: [1]
1
Modification Help / Re: [CS] How can I place a static Model in Blockland ?
« on: February 19, 2016, 12:44:38 PM »
Looks like a gravestone.

He's planning Self Delete!!
Loool :D

...or  like this:
:D

3
Modification Help / Re: [CS] How can I place a static Model in Blockland ?
« on: February 19, 2016, 12:20:21 PM »
This are the Testobjects for the first Import. I will create more Add-Ons and then publish here ;-)

Youre help was my start for future models :-)

The Script was a example ;-) but i create usefull things for all in future :-)

4
Modification Help / Re: [CS] How can I place a static Model in Blockland ?
« on: February 19, 2016, 11:58:29 AM »
Thank you very much for your help :-)

5
Modification Help / [CS] How can I place a static Model in Blockland ?
« on: February 19, 2016, 10:10:49 AM »
Hello,
i have created a static Model with Blender and exported to DTS but i cant find a server.cs to place a static Modell in Blockland.

For example:
1. I create a house in Blender
2. I export it to DTS Format
3. I create a Icon and a namecheck.txt and a description.txt
4. I create a server.cs file like this:
Code: [Select]
datablock fxDTSBrickData(brickRoyMDData)
{
brickFile = "Add-Ons/Brick_Test/TestHouse.dts";
category = "Special";
subCategory = "Misc";
uiName = "RoyMD";
iconName = "Add-Ons/Brick_Test/Icon_TestHouse";
CollisionShapeName = "Add-Ons/Brick_Test/TestHouse.dts";
canCover = false;
};
It fails with error "Invalid Brick size".

Ok its not a "Brick" but how can i add or place a own static Model?

Please Help.

Pages: [1]