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 - K3k0m@n

Pages: 1 ... 448 449 450 451 452 [453] 454 455
6781
General Discussion / Re: Console Command List.
« on: December 30, 2010, 03:35:52 PM »
Ok, Thanks! and that was quick.

6782
General Discussion / Console Command List
« on: December 30, 2010, 03:33:04 PM »

We haven't had one of these in a while, and now that I know more about coding, we're re-booting the Console Command List!
Now, all commands will be tested. If one of the commands here doesn't seem to work, report it and I'll fix it.
This list is to help you manage your server whilst not on it, or if you're on it!

NOTES
<> means that you enter something here. If anything is inside the brackets, that's the game's default setting.
{} means an ID. This ID can be found by pointing at the object and typing '/getID'.
If {PLAYER}, you must get a players ID. To get your player's ID, you must go into orb, look at yourself and type the command.
[] means a BLID. A BLID can be found either in the Admin menu, or by enabling BLID's in the playerlist in Options.
IMPORTANT: Make sure not to use these brackets whilst doing the commands.

Prefs
These commands are for changing server preferences through the console.
Default

$Pref::Server::AdminPassword = "<>";
$Pref::Server::SuperAdminPassword = "<>";
$Pref::Server::MaxPlayers = "<8>";
$Pref::Server::Name = "<Blockland Server>";
$Pref::Server::Password = "<>";
$Pref::Server::WelcomeMessage = "<\c2Welcome to Blockland, %1!>";
$Pref::Server::Port = "<28000>";

Add-ons
These commands are for famous add-ons.

$Pref::Server::UseRTB = "<1>"; 1 = Yes, 0 = No
$Pref::Server::FillCan_MaxBricks = <500>;
$Pref::Duplorcator::AdminOnly = <true>; True or false
$Pref::Duplorcator::MaxGhostBricks = <150>;
$Pref::Duplorcator::MaxBricks = <5000>; For admins
$Pref::Duplorcator::MaxBricksB = <500>; For users
$Pref::Duplorcator::TrustLevel = <2>;
$Pref::Duplorcator::SelectionTimeout = <0>; For admins
$Pref::Duplorcator::SelectionTimeoutB = <3>; For users
$Pref::Duplorcator::PlantTimeout = <0>; For admins
$Pref::Duplorcator::PlantTimeoutB = <3>; For users
Got any more prefs, add-ons or default?
List them below!
Outputs
These are commands that give outputs.
Usage:
echo(getnonsense());
K3k0m@n
getnonsense() - gives a random number
getTotalRAM()
getcomputername()

-Setro-
getrandom(<>,<>) - chooses a random number in-between the two numbers you enter
isfunction(<>) - enter a function in the red and the output is 1 - is a function or 0 - is not.

[GSF]Ghost
mFloor(<>) - Returns the floating point value rounded to the preceding whole number.
mCeil(<>) - Returns the floating point value rounded to the subsequent whole number.
mFloatLength(<>,<decimal>) - Returns the floating point value rounded to the
nearest value relative to the number of decimal places you specify.

findclientbyname
There's a ton of these, so I'm putting them all here.
All of these commands are put after findclientbyname("<>") which the <> is the player's name.


-Setro-
.player.addvelocity("<> <> <>");
.player.kill();
.player.instantrespawn();
.player.burnplayer(<>); - red is the amount of time burnt
.delete("<>"); - Kicks the player, and the red is what comes up when they're kicked.

The Resonte!
.player.setTransform("<> <> <>"); - Teleports the player. The <>'s are co-ordinates.


Commands
Server-sided
These are commands to be put in your server.


K3k0m@n
announce("<>"); - Anything you put in will be announced to the server in yellow text, in chat.
echo("<>"); - Anything put in will be put in the console (see title)

SWAT One
talk("<>"); - talk as 'CONSOLE' in the chat.

Tumbleweed
<1>.projectile = <2>; - This allows you to change a weapons projectile.
To change the default gun's projectile, we simply put 'gunimage' in 1.
2 is the projectile we're going to be changing to. The gun's projectile is 'gunprojectile'.
If we wanted to change it to pong, we'll do 'pongprojectile'.
Therefore, making it gunimage.projectile = pongprojectile;
You can guess the rest of the projectiles and images, but remember that there are no spaces in the names.

{1}.mountobject({2}, <>); - Allows you to make objects mount other objects.
1 is the object you want to mount, 2 is what you want to mount on 1.
the <> is a number. This is the mountspot. For players, this can range from the head, hands and feet.
{}.dismount(); - dismounts the object.

Advanced Bot
{}.setControlCameraFOV(<90>); - Set's someone's FOV, can be overridden on the client side by: PlayGui.ForceFOV = <90>;

schedule(<1>,{0},<2>,<3>);
- Delays a command. <1> is the time in milliseconds, {0} An object ID, if none, leave at 0, <2> The function which will be activated after the time and <3> are the arguments.
{}.schedule(<1>,<2>,<3>); delays a command on an object.

<>.numMountPoints = <>; - Changes the amount of mountpoints on a vehicle.
-Setro-
serverplay2d(<>); - plays a sound (uses datablock name)

Darksaber2213
{}.setScale("<>") sets the scale of {} to <>
serverCmdMessageSent(findClientByName("<1>"),"<2>"); lets you talk as <1>, sending the message of <2>
findClientByName("<1>").player.hideNode("<2>"); hides node <2> of player <1>
{}.delete(); deletes {}


Client-sided
These are commands to be put in your blockland. These can also work on other servers.


mario0126
clientcmdshowbricks(1); - Allows you to see invisble bricks, the same as if you held out a tool.
clientcmdshowbricks(0); - Turns them off

Dannu
flushTextureCache(); - Fixes Graphical errors.

Redconer
serverconnection.chasecam(<0>); - delays the camera in third person. Putting a very high value will freeze the camera for a few minutes.

plad101
setFOV(<90>); - Changes your Field of View.

Redconer
clientcmdsetpaintingdisabled(<>); - disables the paint can, 1=disabled 0=enabled

Darksaber2213
mousefire(<>); equivalent to holding down left click
jet(<>); equivalent to holding down the jet button
jump(<>); equivalent to holding down the jump button
turnleft(<>); self-explanatory
turnright(<>); self-explanatory
crouch(<>]); equivalent to holding down the crouch button
All above commands are 1=on 0=off
resetlighting(); resets your screen if it's completely black
quit(); quits blockland
buildwall(); builds a wall
buildconfetti(); builds spam confetti
buildstairs(); builds stairs

Hawt
gotoWebPage("<>"); - Opens your web browser and goes to the link you filled in

Advanced Bot
getColorF(<vector 4f>); - Returns a 4 word color of 0-255 to 0-1
getColorI(<vector 4f>); - Returns a 4 word color of 0-1 to 0-255

[GSF]Ghost
Tree(); - Opens a tree view of all groups, sets and objects associated with the client (or, server)
Trace(<>); Turns on trace, showing all functions that are happening. Enter 1 in the <> for on, 0 for off. (this command can lag your game if a lot is going off)
Backtrace(<>); - Echos the order of functions associated with the backtrace (when executed in the console, echos ConsoleEntry::eval)
Error(<>); - Echos red text
Warn(<>); - Echos silver text
Metrics(fps); - Shows the client's current FPS (metrics(); to disable (which returns a warning))
{}.Save(<>); - Saves the datablock with all related fields to the file path and format you specify.
{}.Dump(); - Echos all member fields, tagged/dynamic fields and methods associated with the object in the console window.

Misc
Other information.


Color Codes
These are codes that make different colored text when making messages. Here's the full list:
Console: \c1= \c2= \c3= \c4= \c5=
Chat: \c0=Red \c1=Blue \c3=Green \c4=Cyan \c5=Pink \c6=White \c7=Grey \c8=Black

We need your commands! However, your command wont be approved if:

It doesn't work
It does something different then your explanation.
If it can lag the server
If it's just abusable.

Please suggest commands that would be helpful. Useless ones may be added, depending on what they do.
Shortening other commands is also allowed, and they will be updated.

6783
Off Topic / Re: Ctrl + V game.
« on: December 30, 2010, 02:10:47 PM »
"Now for the truth, I will NOT make anymore Roblox videos, EVER,

6784
Help / Re: i can't open doors
« on: December 30, 2010, 01:54:38 PM »
What, JVS doors?

6785
Help / Re: No blob found
« on: December 30, 2010, 01:50:21 PM »
What. The. Hell.

6786
General Discussion / Re: Big list O' Console Commands!
« on: December 30, 2010, 01:42:52 PM »
Guys, I've decided to stop updating this.
If someone else wants to take it over and make their own topic, feel free to do so Just PM me first.
Stuff it needs:
Some sort of order (client/server sided?)
More commands, as always.
Aww, Why?

6787
Help / Re: First GUI Problems.
« on: December 30, 2010, 01:07:58 PM »
wouldn't this belong in one of the modding help sections?
Lol, i fogot about the modding help, anyway this hasnt been moved anyway, so...

6788
Help / Re: A question and a problem.
« on: December 30, 2010, 12:02:41 PM »
I don't know if its a bug or i
Its not a Blockland bug, im not getting that nor anyone else.

Question: Can I forward my ports on a TOSHIBA laptop?
Have no idea, i think i heard you can port - forward on every computers/laptops.

6789
Help / Re: First GUI Problems.
« on: December 30, 2010, 07:42:26 AM »
Heres what the .zip folder has.

Client.cs
Description.txt
Testgui.gui

And the things inside them

Client.cs:

exec("./Testgui.gui");
moveMap.bind(keyboard, "\", pushTestgui);

function testcommand()
{
   MessageBoxOK("Thanks!","You have just pressed a button on a test GUI!");
}

Description.txt:

Name: TestGui
Author: K3k0m@n
K3's first Gui!

Testgui.gui:
   profile = "GuiDefaultProfile";
   horizSizing = "right";
   vertSizing = "bottom";
   position = "0 0";
   extent = "640 480";
   minExtent = "8 2";
   visible = "1";

   new GuiWindowCtrl() {
      profile = "GuiWindowProfile";
      horizSizing = "right";
      vertSizing = "bottom";
      position = "151 43";
      extent = "352 340";
      minExtent = "8 2";
      visible = "1";
      command = "canvas.popdialog(TestGui);";
      accelerator = "escape";
      text = "TestGui";
      maxLength = "255";
      resizeWidth = "1";
      resizeHeight = "1";
      canMove = "1";
      canClose = "1";
      canMinimize = "1";
      canMaximize = "1";
      minSize = "50 50";
      closeCommand = "canvas.popdialog(TestGui);";

      new GuiBitmapButtonCtrl() {
         profile = "BlockButtonProfile";
         horizSizing = "right";
         vertSizing = "top";
         position = "82 172";
         extent = "166 48";
         minExtent = "8 2";
         visible = "1";
         command = "Testcommand();";
         text = "Hai";
         groupNum = "-1";
         buttonType = "PushButton";
         bitmap = "base/client/ui/button1";
         lockAspectRatio = "0";
         alignLeft = "0";
         overflowImage = "0";
         mKeepCached = "0";
         mColor = "0 230 190 255";
      };
   };
};
//--- OBJECT WRITE END ---
function pushtestgui(%Gui)
{
   %Gui - canvas.pushdialog(TestGui);
}

Thats what i got, any problems?

6790
Suggestions & Requests / Re: No Crosshair Player-Type
« on: December 30, 2010, 07:27:44 AM »
How, wasn't there a mod for that a while ago? It was failed.
No, no mod, default. just press F5 to Distable names, and the crosshair. (default button)

6791
Suggestions & Requests / Re: Thriller - Request
« on: December 30, 2010, 07:22:34 AM »

6792
Suggestions & Requests / Re: A way to enhance Blockland
« on: December 30, 2010, 07:18:00 AM »
rather have it screamed into your ear
Unless theres a volume on the mic to turn the vol down, so you cant hear them,
or take the microphone off.

6793
/duplicator

Now i can have two computers!

6794
Help / Re: Blockland Deleted itself!
« on: December 30, 2010, 06:27:00 AM »
Your Parents or friend or brother/sister might have deleted Blockland,
Just re - install it

6795
Help / Re: First GUI Problems.
« on: December 30, 2010, 06:25:11 AM »
Ok, Here it is.
Oh god, how to make it into txt?
wait, can i upload the things INSIDE the .zip?

Pages: 1 ... 448 449 450 451 452 [453] 454 455