Author Topic: Big List O' Console Commands  (Read 3155 times)



I wrote a helper function for this.

Start a server, dress how you want your bot to look, open the console and type

Code: [Select]
dumpAvatarSettings( yourName, "optional description of outfit. Cop for instance" );
What you're currently wearing will now appear in the console in a format that you can copy into the onAdd function. Simply close the game, open up your console.log and copy the code.


Nice that you took the old thread and reposted it.
http://forum.blockland.us/index.php?topic=82294.0
just saying that i gave permission for him to use this

also the list is probably super-outdated, as the last time i updated was well before the shader update.


this'll make it easier to find the codes, since I had to go into search and look for it and now all other complications.
just make sure to update it, as said it's all outdated.

$mvYawLeftSpeed = <value>;

enter in a value between 0 and 1 to spin at any speed to the left.

I just deleted a big chunk. All of it is up to date.

I just deleted a big chunk. All of it is up to date.
and your mistake, erased good codes that still worked.

Quote
e(ADDON NAME HERE);transmitDataBlocks();

clientCmdMissionStartPhase3();
// Do it in the order I got it in!!
// This will force load an add-on you have in your folder, careful if a player does not have this add-on it will crash them from your game
THIS still works, it's a bit tricky, but I use it a ton and it works.