Gernash

Place.ini

May 9th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. ;; Read option explanation in place.ini.help.txt file
  2. ;; Lines starting with ';' are default values. If you want to change default value - remove (uncomment) ';' in front of it.
  3.  
  4. [main]
  5. togglable = 2
  6. wheelRotation = off
  7. timeoutFrozen = off
  8. snapDisabled = off
  9. groundDisabled = off
  10. outlineDisabled = off
  11. extraOutlineEnabled = off
  12. autoTimescaleEnabled = off
  13. buildTimescale = 0.01
  14.  
  15. [dangerous]
  16. ;deleteEnabled = off
  17.  
  18. [cheats]
  19. duplicateEnabled = off
  20.  
  21. [steps]
  22. rotateStepIdx = 3
  23. rotateSteps = 0.1 0.5 1 5 15 45 90
  24.  
  25. moveStepIdx = 3
  26. moveSteps = 0.1 0.5 1 5 10 50 100
  27.  
  28. scaleStepIdx = 3
  29. scaleSteps = 1 5 10 25 50
  30.  
  31. [keys]
  32. main = 0x77
  33. snap = 0x70
  34. ground = 0x71
  35. workshopSnap = 0x72
  36. outlineToggle = 0x73
  37. extraOutlineToggle = 0x2D
  38. timeoutFreeze = 0x74
  39. clampedStoreToggle = 0x75
  40. lockObject = 0x76
  41. rotateStepMinus = 0x6D
  42. rotateStepPlus = 0x6B
  43. resetAngles = 0x60
  44. removeTremor = 0x65
  45. changeRotateAxis = 0x11
  46. moveDown = 0x62
  47. moveUp = 0x68
  48. moveLeft = 0x64
  49. moveRight = 0x66
  50. moveBack = 0x67
  51. moveForth = 0x69
  52. moveStepMinus = 0x6F
  53. moveStepPlus = 0x6a
  54. scaleStepMinus = 0x22
  55. scaleStepPlus = 0x21
  56. scaleDown = 0x61
  57. scaleUp = 0x63
  58. scaleReset = 0x6E
  59. undo = 0x08
  60. copyState = 0xBB
  61. copyPosX = 0x31
  62. copyPosY = 0x32
  63. copyPosZ = 0x33
  64. copyAngleX = 0x34
  65. copyAngleY = 0x35
  66. copyAngleZ = 0x36
  67. copyScale = 0x37
  68. copyAll = 0x30
  69. deleteKey = 0x2E
  70. duplicateKey = 0xBF
  71. rotateLeft = 0xBC
  72. rotateRight = 0xBE
  73. physicsOn = 0x24
  74. physicsOff = 0x23
  75. timescaleToggle = 0x7A
  76.  
  77. [messages]
  78. snapOn = Object snap on
  79. snapOff = Object snap off
  80.  
  81. groundOn = Surface snap on
  82. groundOff = Surface snap off
  83.  
  84. workshopOn = Workshop grid snap on
  85. workshopOff = Workshop grid snap off
  86.  
  87. freezeOn = Workshop timeout off
  88. freezeOff = Workshop timeout on
  89.  
  90. placeOn = Place everywhere mode on
  91. placeOff = Place everywhere mode off
  92.  
  93. rotateStepChange = Angle step changed to %0.1f
  94. moveStepChange = Angle step changed to %0.1f
  95. scaleStepChange = Scale step changed to %d%%
  96. axisChange = Axis changed to %c
  97.  
  98. outlineOn = Object outline on
  99. outlineOff = Object outline off
  100.  
  101. scaleChange = Scale set to %d%%
  102.  
  103. clampedStoreOn = Clamped objects storing enabled
  104. clampedStoreOff = Clamped objects storing disabled
  105.  
  106. lockObjectOn = Object locked
  107. lockObjectOff = Object unlocked
  108.  
  109. extraOutlineOff = Extra object selection disabled
  110. extraOutlineOn = Extra object selection enabled
  111.  
  112. physicsOn = Object physics on
  113. physicsOff = Object physics off
  114.  
  115. timescaleOff = Timescale set to normal
  116. timescaleOn = Timescale changed
Advertisement
Add Comment
Please, Sign In to add comment