code needed (Fallout 4)
Hello everyone!! I really need a code for building a NO LIMIT ... I saw a video for a long time where a guy tells how to build a fence and applies a code to put parts of the fence of their trash right next to it ... who knows such a code, please tell me :-)44lok
Clearly, eh, it means you have to put a mod .... the question then arises ... put the mod .... did what I need to remove the MGU then painlessly? What you built will not collapse?
Zolotko555
All default objects will remain, and it is better to leave the mod, you never know what will do.
And he will definitely come in handy.
I myself used the following commands:
getpos x
getpos y
getpos z - shows the coordinates of the object along the x, y, z
axes setpos x 000000
setpos y 000000
setpos z 000000 - sets the desired coordinates of the object (write instead of zeros)
getangle x
getangle y
getangle z - shows the rotation object relative to the x, y, z
axes setangle x 00
setangle y 00
setangle z 00 - sets the desired rotation of the object (write instead of zeros)
After these manipulations, the objects will shake. To stop them shaking, you need to take an object in workshop mode and press Tab.
It is not necessary to write all commands in full. In the console, the "Up" and "Down" arrows can be used to scroll through previously entered commands and change only numbers.