Author Topic: Use Tools/Place Ghost Bricks in Admin Orb  (Read 1821 times)

While in admin orb, I want to be able to:
  • use tools and items
  • use default tools from very far away
  • place ghost bricks from very far away

OR: have a keybind that makes your player move like an admin orb would, and increase the distance of default tool use
« Last Edit: September 23, 2014, 11:08:37 AM by Farad »

bump. updated op

edit: I don't understand why no one's responding. wouldn't this be useful?
« Last Edit: September 21, 2014, 11:26:59 PM by Farad »

This will be useful.
Too bad I don't know jack about coding.

makes your player move like an admin orb would, and increase the distance of default tool use
The first can be done with noclip add-on, but nowhere near what you're trying to and you could edit the default tools to get a super range boost while in noclip mode fairly easily.

The first can be done with noclip add-on, but nowhere near what you're trying to and you could edit the default tools to get a super range boost while in noclip mode fairly easily.
the only problem with editing the default tools is that I can't find the files to edit

the only problem with editing the default tools is that I can't find the files to edit
That's because they're default to the game, you can't even disable them in the add-ons list. You have to get the datablocks and save them.

That's because they're default to the game, you can't even disable them in the add-ons list. You have to get the datablocks and save them.
I'm not sure how to get the datablocks and save them

I'm not sure how to get the datablocks and save them
Example: HammerImage.save("config/savedImages/hammer.cs"); I believe.

Now how could I make it so I can plant bricks from very far away?

Package the TooFar function to check for the variable you want it to i believe

Package the TooFar function to check for the variable you want it to i believe
Oh, I meant placing ghost bricks. Oops. Updating op
« Last Edit: September 23, 2014, 10:26:07 AM by Farad »

Isn't the ghost brick placer an item, meaning you could just increase projectile lifetime?

Isn't the ghost brick placer an item, meaning you could just increase projectile lifetime?
But to get to where I can edit the file I would have to do this, except with whatever the brick placer item name is, right?
Example: HammerImage.save("config/savedImages/hammer.cs"); I believe.

Anyone know the name for the brick placer item?


Well, if you want to find out yourself since i don't know do:
trace(1); in console
Quickly equip brick placer
trace(0); to console quick
The quicker you do it, the less log you have to search through

Well, if you want to find out yourself since i don't know do:
trace(1); in console
Quickly equip brick placer
trace(0); to console quick
The quicker you do it, the less log you have to search through
A better way is to equip it, then echo(findclientbyname("name").player.getmountedimage(0));