SaveData\OptionInfo - Renewal Technical Support / Bug Reporting - WarpPortal Community Forums

Jump to content


Photo
- - - - -

SaveData\OptionInfo


  • Please log in to reply
4 replies to this topic

#1 Tene85

Tene85

    Amateur Blogger

  • Members
  • 142 posts
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 07 January 2013 - 02:55 PM

Hi,
can i ask WTF is this????

http://imageshack.us.../266/er1pm.jpg/

Ro work, but seems to play on a gameboy... can't resize the window of Ro.. alredy try all the stuffs i can.... but nothing...
  • 0

#2 DrAzzy

DrAzzy

    Really Azzy? Already?

  • VMod Retired
  • 15606 posts
  • LocationNew England
  • Playing:Ragnarok Online
  • Server:Chaos-Clandestine Society

Posted 07 January 2013 - 03:33 PM

Hi,
can i ask WTF is this????

http://imageshack.us.../266/er1pm.jpg/

Ro work, but seems to play on a gameboy... can't resize the window of Ro.. alredy try all the stuffs i can.... but nothing...

Well, these are probably connected. Get a clean version of OptionInfo.lua from someone, or go in there and fix it with notepad. (that looks like it's XP - if it's vista/7/8, notepad may need to be run as admin for the procedure).

Often OptionInfo ends up mangled, with multiple sets of options at the end. It only needs one line for each option.

I think this is a valid OptionInfo.lua:
CmdOnOffList["/bgm"] = 0
CmdOnOffList["/sound"] = 1
CmdOnOffList["/notrade"] = 0
CmdOnOffList["/noshift"] = 0
CmdOnOffList["/noctrl"] = 1
CmdOnOffList["/skillfail"] = 1
CmdOnOffList["/notalkmsg"] = 0
CmdOnOffList["/notalkmsg2"] = 0
CmdOnOffList["/showname"] = 1
CmdOnOffList["/fog"] = 1
CmdOnOffList["/aura"] = 1
CmdOnOffList["/window"] = 0
CmdOnOffList["/miss"] = 1
CmdOnOffList["/effect"] = 1
CmdOnOffList["/shopping"] = 1
CmdOnOffList["/stateinfo"] = 1
CmdOnOffList["/loginout"] = 1
CmdOnOffList["/snap"] = 0
CmdOnOffList["/itemsnap"] = 0
CmdOnOffList["/camera"] = 0
CmdOnOffList["/hoai"] = 1
CmdOnOffList["/merai"] = 1
CmdOnOffList["/lightmap"] = 1
OptionInfoList["Trilinear"] = 0
OptionInfoList["Bgm_Volume"] = 25
OptionInfoList["Effect_Volume"] = 5
OptionInfoList["AutoOpen1to1Window"] = 1
OptionInfoList["AutoOpen1to1Window_Friend"] = 1
OptionInfoList["PlaySound_Open1to1Window"] = 1
OptionInfoList["Outdoor_ViewLatitude"] = -65.000000
OptionInfoList["Outdoor_ViewDistance"] = 400.000000
OptionInfoList["Indoor_ViewLatitude"] = -45.000000
OptionInfoList["Indoor_ViewDistance"] = 275.700012
OptionInfoList["SkinName"] = "<Basic Skin>"
OptionInfoList["ChannelCopID"] = 0
OptionInfoList["Window_XPos"] = 401
OptionInfoList["Window_YPos"] = 176
OptionInfoList["Simplicity_SkillList"] = 1
OptionInfoList["Show_SkillDescript"] = 0
OptionInfoList["ChangeChatMode"] = 1
OptionInfoList["LockMouse"] = 0
OptionInfoList["MouseExclusive"] = 0
OptionInfoList["ISFULLSCREENMODE"] = 0
OptionInfoList["WIDTH"] = 1024
OptionInfoList["HEIGHT"] = 768
OptionInfoList["BITPERPIXEL"] = 16
OptionInfoList["DEVICECNT"] = 0
OptionInfoList["MODECNT"] = 4
OptionInfoList["SPRITEMODE"] = 2
OptionInfoList["TEXTUREMODE"] = 2
OptionInfoList["bLockItemDropFromItemWnd"] = 0

  • 0

#3 Tene85

Tene85

    Amateur Blogger

  • Members
  • 142 posts
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 08 January 2013 - 07:01 AM

ok thx a lot but...
i'm a total newbiw whit this kind of stuff... my bad i'm not well prepared^^

can i ask the cortesy to tell me exactly what to do.. like a children of 4 years? ( is my current lv whit my pc)
  • 0

#4 Tene85

Tene85

    Amateur Blogger

  • Members
  • 142 posts
  • Playing:Ragnarok Online
  • Server:Chaos

Posted 08 January 2013 - 11:36 AM

mhm...
i try to toss my old optioninfo.lua and use the one you wrute but nothing

this was mine:
CmdOnOffList["/notrade"] = 0
CmdOnOffList["/noshift"] = 0
CmdOnOffList["/noctrl"] = 1
CmdOnOffList["/skillfail"] = 1
CmdOnOffList["/notalkmsg"] = 0
CmdOnOffList["/notalkmsg2"] = 0
CmdOnOffList["/showname"] = 1
CmdOnOffList["/fog"] = 1
CmdOnOffList["/aura"] = 1
CmdOnOffList["/window"] = 0
CmdOnOffList["/miss"] = 1
CmdOnOffList["/q1"] = 0
CmdOnOffList["/q2"] = 0
CmdOnOffList["/effect"] = 1
CmdOnOffList["/bgm"] = 1
CmdOnOffList["/sound"] = 1
CmdOnOffList["/loginout"] = 1
CmdOnOffList["/shopping"] = 1
CmdOnOffList["/stateinfo"] = 1
CmdOnOffList["/snap"] = 0
CmdOnOffList["/itemsnap"] = 0
CmdOnOffList["/skillsnap"] = 1
CmdOnOffList["/hoai"] = 0
CmdOnOffList["/merai"] = 0
CmdOnOffList["/camera"] = 0
CmdOnOffList["/lightmap"] = 1
  • 0

#5 DrAzzy

DrAzzy

    Really Azzy? Already?

  • VMod Retired
  • 15606 posts
  • LocationNew England
  • Playing:Ragnarok Online
  • Server:Chaos-Clandestine Society

Posted 08 January 2013 - 11:48 AM

What you're posting as having been in that file to begin with is not consistent with the error (which cites a syntax error on line 1514).


If you're on Windows XP:

Start notepad.
File -> Open
Under "files of type" choose all files instead of text documents.
Navigate to the savedata folder inside the RO folder (not the data folder - there's another copy of this file in data, which isn't used)
Open OptionInfo.lua
Ctrl+A (select all) and hit backspace.
Copy+paste the code I gave into the file.


Windows Vista and later:



Find Notepad in start menu
Right click Notepad, choose run as administrator
File -> Open
Under "files of type" choose all files instead of text documents.
Navigate to the savedata folder inside the RO folder (not the data folder - there's another copy of this file in data, which isn't used)
Open OptionInfo.lua
Ctrl+A (select all) and hit backspace.
Copy+paste the code I gave into the file.

Edited by DrAzzy, 08 January 2013 - 11:50 AM.

  • 0




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users