Zasura Posted December 15, 2012 Posted December 15, 2012 Hi. I tried everything to solve this resolution problem but it didn't work. I hope someone can help. Client: 2012-04-10 Lub: 2012-04-10 Lub+src Files [Translated] + Judas_Setup Diff: It doesn't read data before grf and doesn't load lua before lub. I tried 3 different setup but it failed. Everytime when i open my client it overwrites the optioninfo in SaveData and it can't be changed. Game folder from here: http://kro.nickyzai.com Should i use an earlier Game Folder or a different client? Thanks for your help! Quote
Vanyrl Posted December 15, 2012 Posted December 15, 2012 try this setup, http://www.mediafire.com/?dgin350a5rr352h Quote
Zasura Posted December 16, 2012 Author Posted December 16, 2012 (edited) Thanks but i don't think the problem is the setup. It didn't work :S. By the way I get this error when i open my client: http://img21.imagesh...602/errorur.png I have found the problem... All of the setups are making this code in OptionInfo : OptionInfoList["Trilinear"] = 0 OptionInfoList["Bgm_Volume"] = 100 OptionInfoList["Effect_Volume"] = 100 OptionInfoList["MouseExclusive"] = 1 OptionInfoList["ISFULLSCREENMODE"] = 1 OptionInfoList["WIDTH"] = 1024 OptionInfoList["HEIGHT"] = 768 OptionInfoList["BITPERPIXEL"] = 16 OptionInfoList["DEVICECNT"] = 0 OptionInfoList["MODECNT"] = 2 OptionInfoList["SPRITEMODE"] = 2 OptionInfoList["TEXTUREMODE"] = 2 CmdOnOffList["/bgm"] = 1 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"] = 0 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"] = 0 CmdOnOffList["/merai"] = 0 CmdOnOffList["/lightmap"] = 1 instead of this : CmdOnOffList = { ["/battlemode"] = 0, ["/notrade"] = 0, ["/noshift"] = 0, ["/noctrl"] = 1, ["/skillfail"] = 1, ["/notalkmsg"] = 0, ["/notalkmsg2"] = 0, ["/showname"] = 1, ["/fog"] = 1, ["/aura"] = 1, ["/window"] = 0, ["/miss"] = 1, ["/q1"] = 0, ["/q2"] = 0, ["/effect"] = 1, ["/bgm"] = 1, ["/sound"] = 1, ["/loginout"] = 1, ["/shopping"] = 1, ["/stateinfo"] = 1, ["/snap"] = 0, ["/itemsnap"] = 0, ["/skillsnap"] = 1, ["/hoai"] = 0, ["/merai"] = 0, ["/camera"] = 0, ["/btg"] = 1, ["/lightmap"] = 1 } OptionInfoList = { ["Window_XPos"] = -1, ["Window_YPos"] = -1, ["Trilinear"] = 0, ["Bgm_Volume"] = 100, ["Effect_Volume"] = 100, ["AutoOpen1to1Window"] = 1, ["AutoOpen1to1Window_Friend"] = 1, ["PlaySound_Open1to1Window"] = 1, ["Simplicity_SkillList"] = 0, ["Show_SkillDescript"] = 0, ["ChangeChatMode"] = 1, ["LockMouse"] = 0, ["ChannelCopID"] = 0, ["Outdoor_ViewLatitude"] = -45, ["Outdoor_ViewDistance"] = 400, ["Indoor_ViewLatitude"] = -45, ["Indoor_ViewDistance"] = 300, ["SkinName"] = "", ["MouseExclusive"] = 1, ["ISFULLSCREENMODE"] = 1, ["WIDTH"] = 1024, ["HEIGHT"] = 768 } and it's working with this code. We should need a new setup. But when i launch one more time the another wrong code is back. Edited December 16, 2012 by szarkab123 Quote
Brynner Posted December 16, 2012 Posted December 16, 2012 the SaveData\OptionInfo folder is missing Quote
Zasura Posted December 17, 2012 Author Posted December 17, 2012 (edited) i've made an OptionInfo folder in SaveData but the problem is still there. The only thing is wrong is the code (i think). I just want it to work with setup.exe but they are making a wrong code. Solved. Edited December 17, 2012 by szarkab123 Quote
Lord Ganja Posted December 26, 2012 Posted December 26, 2012 (edited) i've made an OptionInfo folder in SaveData but the problem is still there. The only thing is wrong is the code (i think). I just want it to work with setup.exe but they are making a wrong code. Solved. Hello szarkab123, Could you teach me your ways that solved this problem? i'm also experiencing this. Thanks in advance! EDIT: NVM! SOLVED! Edited December 27, 2012 by Lord Ganja Quote
TalkRO Posted January 31, 2013 Posted January 31, 2013 huh?? then how you all solve the resolution problems ?? Quote
jason0123 Posted May 4, 2013 Posted May 4, 2013 Erm... Lord Ganja / szarkab123, so how both of you solved the problem?? i cant seems to solve it... Quote
TiMz Posted June 16, 2013 Posted June 16, 2013 How was this solve. I can't believe he didn't share it. Experiencing the same thing Quote
Brynner Posted June 16, 2013 Posted June 16, 2013 How was this solve. I can't believe he didn't share it. Experiencing the same thing same client version? Quote
TiMz Posted June 16, 2013 Posted June 16, 2013 How was this solve. I can't believe he didn't share it. Experiencing the same thing same client version? Yes... same prob tried different setups. Usually resets resolution settings after opening game.exe. Quote
Brynner Posted June 16, 2013 Posted June 16, 2013 How was this solve. I can't believe he didn't share it. Experiencing the same thing same client version? Yes... same prob tried different setups. Usually resets resolution settings after opening game.exe. check your savedata and make sure that there is a OptionInfo inside. then copy it and go to System>LuaFiles514> paste it inside. try to run setup again. then run your client now Quote
Question
Zasura
Hi. I tried everything to solve this resolution problem but it didn't work. I hope someone can help.
Client: 2012-04-10
Lub: 2012-04-10 Lub+src Files [Translated] + Judas_Setup
Diff: It doesn't read data before grf and doesn't load lua before lub.
I tried 3 different setup but it failed.
Everytime when i open my client it overwrites the optioninfo in SaveData and it can't be changed.
Game folder from here: http://kro.nickyzai.com
Should i use an earlier Game Folder or a different client?
Thanks for your help!
12 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.