[Tool/Web/Other] Object Offset
#1

Object Offset


If you have multiple objects you would like to move relevant to one another, and you don't want to go through hundreds/thousands of objects, doing the math and changing one or more values on each of them one at a time, this program's for you.

Place all of your objects in a file. Make sure you have only objects in that file. For example:

Код:
CreateObject(345, 150.0, 250.0, 350.0, 0, 20.0, 0);
CreateObject(345, 160.0, 260.0, 260.0, 0, 20.0, 0);
That would be your complete file. Select what you would like to change, for example if you want to move all objects up one, you would type "1" in the Location: z field. Now your code will look like this:

Код:
CreateObject(345, 150.0, 250.0, 351.0, 0, 20.0, 0);
CreateObject(345, 160.0, 260.0, 261.0, 0, 20.0, 0);
Please report any problems you may have.

Download
[Mediafire]
Source
[Mediafire]
Reply
#2

This is absolutely brilliant, thanks a lot. Indeed saved my time for killstreak I'm making and saved a lot of other peoples time.

As usual, really great release. Repped.

Can you add Icognitio's streamer (I don't know how to spell his name)

EDIT: wrong area to post, you forgot the sub-forum
Reply
#3

Great idea! Will sure be used by me +rep
Reply
#4

You have been gone for a while =/. Nice program though, will make it a lot easier for people to create object offsets.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)