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.


Topics - Furling²

Pages: 1 [2] 3 4 5 6 7 ... 24
16
Off Topic / Buildbox is awesome, but that price are worthless!
« on: December 12, 2014, 04:38:32 AM »
www.buildbox.com - You can create your own game. I checked this out, they are look good but... The price are stuff worthless $2,675.00.



https://www.buildbox.com/30-day-challenge-b/
Know someone who would like to make a game? Share this!

Join the 30 Day Game Challenge and use our drag and drop software to build a game for free. Here's how it works:

1. Download a full version of our Drag and Drop software that works for 30 days

2. Get the Challenge Art Pack for free with characters, enemies and backgrounds you can use in your game

3. Access a full 30 day training portal that shows you how to come up with good game ideas, create them with our software, monetize and launch

4. Everything you create is 100% yours (including full ownership of your game and any money your game makes!)

Try the challenge out now

17
Gallery / Brick Arrows
« on: December 10, 2014, 10:48:24 PM »
locked.

18
Off Topic / Never seen new Hybrid animals before!
« on: December 10, 2014, 05:31:45 PM »
Pray Mantis/Wasp
https://www.youtube.com/watch?v=0NV3EK4YsP8 -3:42 mintues
That was awesome real!

http://www.pbase.com/laroseforest/mimicry

If you know about any kind hybrid animals, please post here, we will enjoy check it out :)

19
Modification Help / Brick Arrows Mod
« on: December 10, 2014, 02:38:55 PM »
locked.

20
Add-Ons / Request: Lost add-ons
« on: December 10, 2014, 02:24:15 PM »
Click on the image to download.



Beefcaik request this item red potion http://forum.blockland.us/index.php?topic=271250.0


21
Modification Help / gravity player type
« on: December 10, 2014, 01:15:42 PM »
I want to know if someone can help me write the coding for gravity player type of Marble Ball as player. I not know much about Model stufffs. But sometime I make the model for BLB file only. Here's my thread at http://forum.blockland.us/index.php?topic=271242.0

22
Off Topic / Where is Space Guy?
« on: December 10, 2014, 01:09:42 PM »
Last seen on August 16, 2014.
http://forum.blockland.us/index.php?action=profile;u=3645;sa=showPosts

I wonder where he went?


23
Suggestions & Requests / Marble Ball as player
« on: December 09, 2014, 07:18:13 PM »
Someone can make the model marble ball as player type. Player into marble ball. It will allow me control the ball roll around. It need add bounce, drop with gravity. Becuase I want make this Marble ball gamemode. I was consider add the color on the balls.

24
Off Topic / 28 Internet acronyms every parent should know - CNN NEWS
« on: December 08, 2014, 04:22:24 PM »
http://www.cnn.com/2014/12/08/living/internet-acronyms-every-parent-should-know/index.html?sr=fb120814acronymns330pVODtopLink

1. IWSN - I want love now

2. GNOC - Get naked on camera

3. NIFOC - Naked in front of computer

4. PIR - Parent in room

5 CU46 - See you for love

6. 53X - love

7. 9 - Parent watching

8. 99 - Parent gone

9. 1174' - Party meeting place

10. THOT - That hoe over there

11. CID - Acid (the drug)

12. Broken - Hungover from alcohol

13. 420 - Marijuana

14. POS - Parent over shoulder

15. SUGARPIC - Suggestive or erotic photo

16. KOTL - Kiss on the lips

17. (L)MIRL - Let's meet in real life

18. PRON - research

19. TDTM - Talk dirty to me

20. 8 - Oral love

21. CD9 - Parents around/Code 9

22. IPN - I'm posting naked

23. LH6 - Let's have love

24. WTTP - Want to trade pictures?

25. DOC - Drug of choice

26. TWD - Texting while driving

27. GYPO - Get your pants off

28. KPC- Keeping parents clueless

25
Off Topic / Hey Blocklander write a letter to Santa Claus!
« on: December 07, 2014, 11:05:15 PM »
I want X-Mas for get new Torque Engine for Blockland, that  are my biggest wish! :D

If you write nasty stuff to Santa Claus then you would get damn coal for your X-Mas! :P

26
Off Topic / Why Did NORAD Start Tracking Santa?
« on: December 07, 2014, 08:47:32 PM »
Read the old article dated-December 16, 2012
http://mentalfloss.com/article/32021/why-did-norad-start-tracking-santa

Official NORAD Santa Tracker- http://www.noradsanta.org/

27
Read title

Yea..I would take picture of him and me :)

28
Hey guys, I hope you like this one!
https://www.youtube.com/watch?v=6mQqOZkcA2Y - watch this the video :)
4 year old boy love UPS truck and Delivery the boxes.

29
Off Topic / Xbox Server are down for 24-48 hour
« on: December 01, 2014, 11:42:44 PM »
Read title. Damn I cannot get online anything, I have wait for a while...  DAMN YOU XBOX!

Xboxb support:
Quote


You may see the following error code and message when try to purchase something from Xbox Live:

Some Xbox Live content is temporarily unavailable. You can still access your profile, communicate with other players, and play games online.

The content will automatically appear when it's available.

Status Code: 807b01f7

This means that the Xbox Live Marketplace servers are experiencing difficulties and are temporarily unavailable.


30
Modification Help / Bot Hole Text Name for Event
« on: December 01, 2014, 06:43:20 PM »
I wrote some the script aslo rip it off from Bot hole, Brick text and Bot Gear. I put some lines together. I not see any error or bugs, it should be work. I check out the console log didn't say error. I am going post my script lines below.

Quote
registerOutputEvent("fxDTSBrick","setBotText","string 30 100");
registerOutputEvent("fxDTSBrick","setBotTextColor","int 0 255" TAB "int 0 255" TAB "int 0 255");

function fxDtsBrick::setBotText(%brick,%name,%bot)
{
   if(isObject(%brick.hBot))
      %brick.hBot.SetShapeName(%name);
}
function fxDtsBrick::setBotNameColor(%bot,%r,%g,%b)
{
   if(isObject(%brick.hBot))
      %brick.hBot.SetShapeNameColor(%r/255 SPC %g/255 SPC %b/255);
}

function fxDTSBrick::onBotSpawn(%obj)
{
   %client = %obj.getGroup().client;
   $InputTarget_["Self"]   = %obj;
   $InputTarget_["Bot"]   = %obj.hBot;
   // $InputTarget_["MiniGame"] = getMiniGameFromObject(%obj);

   %obj.processInputEvent("onBotSpawn", %client);
}
registerInputEvent("fxDTSBrick", "onBotSpawn", "Self fxDTSBrick" TAB "Bot Bot");// TAB "MiniGame MiniGame"

datablock StaticShapeData(BrickTextEmptyShape)

{

        shapefile = "base/data/shapes/empty.dts";

};

function fxDtsBrick::BotHoleText(%this,%name,%color,%distance,%client)

{

        %bot = %client.bot;

        //%Color = "getColorIDTable";

        %color = getColorIDTable(%color); // Better way for Colors

        

        if(isFunction("FilterVariableString"))

        {

            %name = filterVariableString(%name,%this,%client,%bot);

        }

        

        if(isObject(%this.textShape))

        {

                %this.textShape.setShapeName(%name);

                %this.textShape.setShapeNameColor(%color);        

                %this.textShape.setShapeNameDistance(%distance);

                %this.botholetext = %name;

        }

        else

        {

                %this.botholetextShape = new StaticShape()

                {

                        datablock = botholeTextEmptyShape;

                        position = vectorAdd(%this.getPosition(),"0 0" SPC %this.getDatablock().botholetextSizeZ/9 + "0.166");

                        scale = "0.1 0.1 0.1";

                };

                %this.botholetextShape.setShapeName(%name);

                %this.botholetextShape.setShapeNameColor(%color);        

                %this.botholetextShape.setShapeNameDistance(%distance);

                %this.botholetext = %name;

        }

}

function botholetext(%obj,%name, %bot)
         {
            %playerpos = %obj.getEyeTransform();
            %bot.settransform(%playerpos);
            %bot.setShapeName("");
            schedule(1,0,%obj);
         }
Detail- The Text put above on Bot's head with text name.

Pages: 1 [2] 3 4 5 6 7 ... 24