Advertisement
Ai4rei

Example OptionInfo.lua RO OpenSetup output

Aug 10th, 2014
529
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.32 KB | None | 0 0
  1. --
  2. -- RagnarokOnline Settings File
  3. -- Generated by RagnarokOnline OpenSetup, Version 2.11.0.365 ( http://ai4rei.net/p/opensetup )
  4. --
  5.  
  6. -- Workaround for people with broken client folder
  7. -- Note: The client removes this when it saves settings.
  8. --
  9. if OptionInfoList==nil then
  10.     OptionInfoList = {}
  11. end
  12. if CmdOnOffList==nil then
  13.     CmdOnOffList = {}
  14. end
  15. -- End of Workaround
  16.  
  17.  
  18. -- Settings
  19. --
  20.  
  21. OptionInfoList["Trilinear"] = 0
  22. OptionInfoList["Bgm_Volume"] = 100
  23. OptionInfoList["Effect_Volume"] = 100
  24. OptionInfoList["MouseExclusive"] = 1
  25. OptionInfoList["ISFULLSCREENMODE"] = 0
  26. OptionInfoList["WIDTH"] = 640
  27. OptionInfoList["HEIGHT"] = 480
  28. OptionInfoList["BITPERPIXEL"] = 16
  29. OptionInfoList["DEVICECNT"] = 0
  30. OptionInfoList["MODECNT"] = 0
  31. OptionInfoList["SPRITEMODE"] = 2
  32. OptionInfoList["TEXTUREMODE"] = 2
  33. CmdOnOffList["/bgm"] = 1
  34. CmdOnOffList["/sound"] = 1
  35. CmdOnOffList["/notrade"] = 0
  36. CmdOnOffList["/noshift"] = 0
  37. CmdOnOffList["/noctrl"] = 1
  38. CmdOnOffList["/skillfail"] = 1
  39. CmdOnOffList["/notalkmsg"] = 0
  40. CmdOnOffList["/notalkmsg2"] = 0
  41. CmdOnOffList["/showname"] = 1
  42. CmdOnOffList["/fog"] = 1
  43. CmdOnOffList["/aura"] = 1
  44. CmdOnOffList["/window"] = 0
  45. CmdOnOffList["/miss"] = 1
  46. CmdOnOffList["/effect"] = 1
  47. CmdOnOffList["/shopping"] = 1
  48. CmdOnOffList["/stateinfo"] = 1
  49. CmdOnOffList["/loginout"] = 1
  50. CmdOnOffList["/snap"] = 0
  51. CmdOnOffList["/itemsnap"] = 0
  52. CmdOnOffList["/skillsnap"] = 1
  53. CmdOnOffList["/camera"] = 0
  54. CmdOnOffList["/hoai"] = 0
  55. CmdOnOffList["/merai"] = 0
  56. CmdOnOffList["/lightmap"] = 1
  57. CmdOnOffList["/monsterhp"] = 1
  58. CmdOnOffList["/q1"] = 0
  59. CmdOnOffList["/q2"] = 0
  60.  
  61. -- Preserved client settings
  62. --
  63.  
  64. OptionInfoList["ChangeChatMode"] = 1
  65. OptionInfoList["ShowBattleFieldIcon"] = 1
  66. OptionInfoList["AutoOpen1to1Window"] = 1
  67. OptionInfoList["bLockItemDropFromItemWnd"] = 0
  68. OptionInfoList["Show_SkillDescript"] = 0
  69. OptionInfoList["AutoOpen1to1Window_Friend"] = 1
  70. OptionInfoList["Indoor_ViewLatitude"] = -45
  71. OptionInfoList["Simplicity_SkillList"] = 0
  72. OptionInfoList["LockMouse"] = 0
  73. OptionInfoList["Outdoor_ViewDistance"] = 400
  74. OptionInfoList["Window_YPos"] = 360
  75. OptionInfoList["SkinName"] = "<Basic Skin>"
  76. OptionInfoList["ChannelCopID"] = 0
  77. OptionInfoList["Window_XPos"] = 480
  78. OptionInfoList["Outdoor_ViewLatitude"] = -45
  79. OptionInfoList["PlaySound_Open1to1Window"] = 1
  80. OptionInfoList["Indoor_ViewDistance"] = 300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement