Blockland Forums > General Discussion

Giant ol' List of Console commands

Pages: << < (3/3)

jes00:

Here is one you missed:
clientcmdshowbricks(1); -Shows bricks with rendering off
to turn this off take out hammer, wrench, printer, ect, and put it away or type one of the following in the console.
clientcmdshowbricks(0);
clientcmdshowbricks();

Zarrintaj:


--- Quote from: jes00 on August 23, 2011, 04:10:42 PM ---Here is one you missed:
clientcmdshowbricks(1); -Shows bricks with rendering off
to turn this off take out hammer, wrench, printer, ect, and put it away or type one of the following in the console.
clientcmdshowbricks(0);
clientcmdshowbricks();

--- End quote ---
Thank you.

Crown2:

A lot this time

Headcrab Zombie:

The problem with these type of topics is that the listed 'commands' contain so many errors, and the people who see these errors and would have the knowledge to correct them, wouldn't need a topic like this.


--- Quote ---findclientbyname(victim).crash(); - Crashes someone's blockland - Doesn't work - there is no default GameConnection::crash function

function bbrown townl(%i){commandtoserver('ban', 0, %i, -1, "Banned.");%i++;bbrown townl(%i);} - This will also make the game crash

deletedatablocks(); -deletes datablocks, very bad. - It's no worse than any of the other crash functions listed.

chuckNorris();  -lets you put a brick inside another brick (probably false) - Yes, it's fake

--- End quote ---

Some of these are improperly or insufficiently explained:

--- Quote ---findclientbyname("NAME HERE").player.addvelocity(VALUE HERE); - Value is a vector - three numbers, seperated by spaces, contained in quotes

bottomprintall();
messageall('',"");
chatmessageall();
centerprintall();  - You didn't explain at all how these are used. The only thing self-explanatory is what it does. Even then, the different between 'messageall' and 'chatmessageall' isn't clear from the name

setDefaultFOV("100 100 100");  -To change it back to default. - The argument for this is a single number, not three. The default is 90.

Many of these contain "ObjectIDHere" with no explanation of how to obtain them

Lots of random spaces that will make it not work if the person using them doesn't remove them

commandToServer('isTalking');
commandToServer('stopTalking');
commandToServer('usePrintGun'); - You could also simply type in chat: /istalking /stoptalking /useprintgun

--- End quote ---

There are also a lot of duplicates

BobSevenSevens:


--- Quote from: Cajetan on August 23, 2011, 01:31:06 PM ---Looks like copied from this: http://forum.blockland.us/index.php?topic=139862.0

BTW, theres already an Command List(look up

--- End quote ---

Lol, I gave the guy who made that topic permission to use everything from my old console command list topic, which is locked.

For improvements: I'd say separate the commands into client-sided commands and server-sided commands.

Pages: << < (3/3)

Go to full version