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 - Hawt

Pages: 1 2 [3] 4 5 6 7 8 ... 12
31
Modification Help / Sound addon isn't working
« on: June 05, 2016, 11:53:50 AM »
After many attempts of trying to figure out what's going wrong, I've decided to post a thread on the forums. I have converted some of the sounds to mono, but after that didn't work, I stopped doing that. Can someone help figure out what I did wrong?


http://www.mediafire.com/download/xhkc5wqqx16iq48/Sound_WOWSounds.zip <--sounds

32
Modification Help / named bricks that actually do stuff
« on: June 04, 2016, 10:19:37 PM »
So today I decided to make an RPG. I was going to use vce and create a tree that could be chopped and the player could get the resources, but as soon as I got out my wrench, I thought:

"events are overrated"

What I was thinking of is something that allows a player to place down any brick (not just a tree brick) and name it something specific, like Oak_Tree, and the player could use an axe (in specific) to lower its health to zero, and he/she would receive X amount of wooden logs. No events are used. So for the actual question, I was wondering: how do I make this? (including the axe part)

33
Off Topic / Looking for Yogscast Videos
« on: May 07, 2016, 06:42:01 PM »
Is there anyway that I can watch the Tekkit with Duncan videos episode 73 and up? I was able to watch episodes 1-72 on the Yogscast website but beyond that isn't there. Also, the Season 2 youtube videos are private, so that isn't really an option.


34
April Fools 2016 / expand dong
« on: April 01, 2016, 06:12:26 PM »

35
Suggestions & Requests / taking really small addon suggestions
« on: December 31, 2015, 12:42:39 AM »
Note: I cannot model so don't ask for anything that requires a model

I have been wanting to get better at coding in Blockland. To do so, I would like to create small addons like an afk script. However, I'm out on ideas, so I'm asking you guys, the community, to suggest ideas for addons like as mentioned, an afk script, but not something like city generator or an RPG.

Finished
nothing

Working On
setFace - Sets the player's face.

Abandoned
nothing

36
Modification Help / help with using the bls importer
« on: November 27, 2015, 03:58:36 PM »
ok so i follow the instructions here (http://forum.blockland.us/index.php?topic=244029.0) and i import my save file to blender
i then export it to an obj file and use badspot's obj to blb file.
after packaging the file i launch blockland and test the brick which is invisible

did i do something wrong? because i just imported the bls file and made it obj and proceeded to convert it to blb

edit: console says it has an invalid brick size

37
Modification Help / F-18 Revamp
« on: October 31, 2015, 04:41:03 PM »
F-18 Revamp
Stratofortress - original F-18 || Profitman - extra coding || Bigblox - sounds & ideas


What is this?
The original F-18 was cool, but some sounds were meh. There were also incorrect claims, such as the fact that it said that the armament was a Mark 84, not a Mark 82. So Bigblox and I decided to revamp the F-18.

Additions
Quote
- Better cannon (breaks bricks and more dmg)
- More realistic afterburners
- Updated weapon names
- Breathing sound in roosterpit
- Larger bomb radius

Known Bugs
Quote
AIM-9 sidewinder sound doesn't play

pls report all bugs
do not enable the original F-18 with this!

38
Help / blockland freezes when tabbing back to game v2
« on: October 24, 2015, 02:54:02 PM »
/title

so this time i return with a clean install
it still crashes when i alt-tab in any resolution i've tried.


console.log below

39
Modification Help / how to make an approval system?
« on: October 19, 2015, 01:48:27 PM »
how could I create an approval system that admins can use to approve/reject things like names of stuff and then store them where people can view them?

e.g. sally types /suggestname billy
an admin joins and sees something that says "1 suggested name..."
he types /viewnames and sees sally's suggestion of the name billy
the admin can do /approvename billy and the name can be view by typing /names
or he can do /rejectname billy and people don't see sally's suggested name

40
Help / blockland freezes when alt tabbing back to game
« on: August 01, 2015, 08:20:01 PM »
when i try to loving launch roosterLAND and suck some richards and join love rps....well...and i try to browse research on my other monitor, and go back to blockland, the game loving crashes itself for some goddamn reason

it also takes loving years to launch

41
Modification Help / saving a word for a player
« on: July 20, 2015, 02:37:04 PM »
how could i export a player's bl_id and a name (e.g. name of planet, spaceship, city) when a player does a command (e.g. /setname [targeted player's namehere] [newnamehere])

42
Games / gonna get 20 bucks, wtf do i get
« on: June 29, 2015, 07:51:19 PM »
(steam only)

i refunded ETS2 and some loving day i'll get the m0n3 back. the game cost 22 bucks and i was wondering:

wtf should i get.

i thought of getting Red Orchestra 2 or hatred Enforcer: polis crime actshun
basically they have to be on steam and have to be below 20 bucks

43
Off Topic / rotondo's genocide crusade
« on: June 21, 2015, 08:17:04 PM »

look closely....
sorry for bad quality

44
Modification Help / anti-freekill script troubles
« on: June 11, 2015, 01:41:00 PM »
i'm currently making an anti-freekill script (hasn't been tested) and i am stuck on one part: how do I revive the freekilled player and ban the freekiller? code:


function servercmdExplain(%client, %Chat, %Chat2, %Chat3, %Chat4, %Chat5, %Chat6, %Chat7, %Chat8, %Chat9, %Chat10, %Chat11, %Chat12, %Chat13, %Chat14, %Chat15, %Chat16)
{
   if(%client.isFreekillSuspect == 0)
   {
       messageClient(%client,'MsgError',"\c6You are not a freekill suspect.");
       return;
   }

   if(%client.isAdmin == 1)
   {
      messageClient(%client,'',"\c6Admins cannot do /explain.");
      return;
   }

    %clientB = ClientGroup.getObject(%cl);
   if(%clientB.isAdmin)
   {
      messageClient(%clientb,'MsgAdminForce', "\c3" @ %client.name @ "\c6 explained: " @ %chat SPC %chat2 SPC %chat3 SPC %chat4 SPC %chat5 SPC %chat6 SPC %chat7 SPC %chat8 SPC %chat9 SPC %chat10 SPC %chat11 SPC %chat12 SPC %chat13 SPC %chat14 SPC %chat15 SPC %chat16 @ "");
   }

   messageClient(%client,'',"\c6You explained to the staff: " @ %chat SPC %chat2 SPC %chat3 SPC %chat4 SPC %chat5 SPC %chat6 SPC %chat7 SPC %chat8 SPC %chat9 SPC %chat10 SPC %chat11 SPC %chat12 SPC %chat13 SPC %chat14 SPC %chat15 SPC %chat16 @ "");
    %client.isFreekillSuspect == 0;
    cancel($freekillschedule);
}



function serverCmdRevive(%client, %target)
{
   if(!%client.isAdmin == 1)
   {
      messageClient(%client,'MsgError',"\c6You aren't an admin!");
      return;
   }

   if(isObject(%target))
   {
      messageClient(%client,'MsgError',"\c6Target is alive.");
       return;
   }
   
    %target = findClientByName(%target);

    %target.addLives(1);
    messageAll('',"\c6" @ %client.name @ " has revived " @ %target.name @ "\c6.");
}

function revive(%client, %target)
{
   %target = findClientByName

   if(isObject(%target)) return;

   %target.addLives(1);
}

function GameConnection::onDeath(%client, %killerObject, %killerClient, %damageType, %position)
{
   if(%killerClient.isAdmin == 1)
   {
      messageClient(%killerClient,'MsgAdminForce',"\c6You are an admin, so you do not need to do /explain. However, please do not freekill.");
      return;
   }

   if(%client.isWanted == 0)
   {
      messageClient(%killerClient,'MsgAdminForce',"<font:impact:35>PLEASE USE /EXPLAIN [REASON] TO EXPLAIN WHY YOU FREEKILLED<font:impact:20>You will be kicked in 30 seconds.");
      %client.isFreekillSuspect == 1;
      return;
   }

    messageClient(%client,'',"Please wait to be resurrected if you have been freekilled for a valid reason.");
    $freekillschedule = schedule(30000, 0, freeKillBan(%client));
    return parent::GameConnection::onDeath(%client, %killerobject, %killerClient, %damageType, %position);
}

function freekillBan(%client, %victimblid, %freekilledguy)
{
   %victimblid = findClientByBL_ID(%victimblid);

   commandtoserver('ban',0,%victimblid,10,"You have been banned for freekilling.");
   

}

function wantedStatusLoop(%client)
{
   cancel($WantedStatusGV);
    if(!%client.tdmTeam == 0) return;
    if(%client.isWanted == 0) return;
    centerPrintAll("                                                                                 \c6Status: <color:ff0000>Wanted");
    $WantedStatusGV = schedule(10,0,wantedStatusLoop);
}

package AFKD
{
   function Slayer_MinigameSO::onReset(%mini, %client)  //stolen from Tetro Block's freekill detecter script, credit to him.
   {
          for (%i = 0; %i < clientGroup.getCount(); %i++)
       {
          %client = clientGroup.getObject(%i);
          %client.isWanted = 0;
       }

       return parent::onReset(%mini, %client);
    }
};
activatePackage(AFKD);



am i able to do something like schedule(30000, 0, freekillBan(%arg, %arg2));

45
Gallery / making a spaceship
« on: June 08, 2015, 11:52:29 AM »
i have never ever devoted this much time to a spaceship, simply because i suck however im pretty inspired so i made something
it's barely finished and i had a question, should i keep those thick things on the side of the ship?

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