Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;; Read option explanation in place.ini.help.txt file
- ;; Lines starting with ';' are default values. If you want to change default value - remove (uncomment) ';' in front of it.
- [main]
- togglable = 2
- wheelRotation = off
- timeoutFrozen = off
- snapDisabled = off
- groundDisabled = off
- outlineDisabled = off
- extraOutlineEnabled = off
- autoTimescaleEnabled = off
- buildTimescale = 0.01
- [dangerous]
- ;deleteEnabled = off
- [cheats]
- duplicateEnabled = off
- [steps]
- rotateStepIdx = 3
- rotateSteps = 0.1 0.5 1 5 15 45 90
- moveStepIdx = 3
- moveSteps = 0.1 0.5 1 5 10 50 100
- scaleStepIdx = 3
- scaleSteps = 1 5 10 25 50
- [keys]
- main = 0x77
- snap = 0x70
- ground = 0x71
- workshopSnap = 0x72
- outlineToggle = 0x73
- extraOutlineToggle = 0x2D
- timeoutFreeze = 0x74
- clampedStoreToggle = 0x75
- lockObject = 0x76
- rotateStepMinus = 0x6D
- rotateStepPlus = 0x6B
- resetAngles = 0x60
- removeTremor = 0x65
- changeRotateAxis = 0x11
- moveDown = 0x62
- moveUp = 0x68
- moveLeft = 0x64
- moveRight = 0x66
- moveBack = 0x67
- moveForth = 0x69
- moveStepMinus = 0x6F
- moveStepPlus = 0x6a
- scaleStepMinus = 0x22
- scaleStepPlus = 0x21
- scaleDown = 0x61
- scaleUp = 0x63
- scaleReset = 0x6E
- undo = 0x08
- copyState = 0xBB
- copyPosX = 0x31
- copyPosY = 0x32
- copyPosZ = 0x33
- copyAngleX = 0x34
- copyAngleY = 0x35
- copyAngleZ = 0x36
- copyScale = 0x37
- copyAll = 0x30
- deleteKey = 0x2E
- duplicateKey = 0xBF
- rotateLeft = 0xBC
- rotateRight = 0xBE
- physicsOn = 0x24
- physicsOff = 0x23
- timescaleToggle = 0x7A
- [messages]
- snapOn = Object snap on
- snapOff = Object snap off
- groundOn = Surface snap on
- groundOff = Surface snap off
- workshopOn = Workshop grid snap on
- workshopOff = Workshop grid snap off
- freezeOn = Workshop timeout off
- freezeOff = Workshop timeout on
- placeOn = Place everywhere mode on
- placeOff = Place everywhere mode off
- rotateStepChange = Angle step changed to %0.1f
- moveStepChange = Angle step changed to %0.1f
- scaleStepChange = Scale step changed to %d%%
- axisChange = Axis changed to %c
- outlineOn = Object outline on
- outlineOff = Object outline off
- scaleChange = Scale set to %d%%
- clampedStoreOn = Clamped objects storing enabled
- clampedStoreOff = Clamped objects storing disabled
- lockObjectOn = Object locked
- lockObjectOff = Object unlocked
- extraOutlineOff = Extra object selection disabled
- extraOutlineOn = Extra object selection enabled
- physicsOn = Object physics on
- physicsOff = Object physics off
- timescaleOff = Timescale set to normal
- timescaleOn = Timescale changed
Advertisement
Add Comment
Please, Sign In to add comment