06.07.2011, 13:41
Hello guys.
Whats the best tool for placing objects on vehicles?
Thank you.
Whats the best tool for placing objects on vehicles?
Thank you.
I suggest you use this program: Click me
Then get the vehicle you want, put the vehicle at coцrds: 0, 0, 0 Do NOT rotate the vehicle, replace it, just let him stay at the coords. Then just place the objects on it, and then you get the code lines, and there u got your items on the vehicle |
#1: Open editor.exe #2: Press start, and let the program load the map #3: Move to the tab "objects", and press "add" #4: Search the vehicle id: example (451(turismo)) #5: Press "add", so it loads in your "objects collection" #6: Click on your vehicle, and press "insert" when your mouse is on the map #7: Select the object, and change the coцrds to "0, 0, 0" Note: This is still in the "objects" tab #8: Go to the tab "views", and enter at the "Camera View" "0, 0, 0" and press "Point Camera at these coords" Now you can see the vehicle, move around with right mouse pressed, and move the camera with "wasd" #9: Go to objects tab, add the objects to your collection #10: Move the objects to the vehicle #11: If you got the items at the right position, press "Show Code" in the taskbar #12: Copy the codes of the objects #13: Now you got the objects, have fun placing them in your script :)
Let me explain it step-for-step:
Code:
#1: Open editor.exe #2: Press start, and let the program load the map #3: Move to the tab "objects", and press "add" #4: Search the vehicle id: example (451(turismo)) #5: Press "add", so it loads in your "objects collection" #6: Click on your vehicle, and press "insert" when your mouse is on the map #7: Select the object, and change the coцrds to "0, 0, 0" Note: This is still in the "objects" tab #8: Go to the tab "views", and enter at the "Camera View" "0, 0, 0" and press "Point Camera at these coords" Now you can see the vehicle, move around with right mouse pressed, and move the camera with "wasd" #9: Go to objects tab, add the objects to your collection #10: Move the objects to the vehicle #11: If you got the items at the right position, press "Show Code" in the taskbar #12: Copy the codes of the objects #13: Now you got the objects, have fun placing them in your script :) |