Zasura Posted December 15, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 48 Reputation: 4 Joined: 11/27/11 Last Seen: October 22, 2020 Share 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 Link to comment Share on other sites More sharing options...
Vanyrl Posted December 15, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 123 Reputation: 9 Joined: 08/20/12 Last Seen: March 16, 2013 Share Posted December 15, 2012 try this setup, http://www.mediafire.com/?dgin350a5rr352h Quote Link to comment Share on other sites More sharing options...
Zasura Posted December 16, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 48 Reputation: 4 Joined: 11/27/11 Last Seen: October 22, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
Brynner Posted December 16, 2012 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 26 minutes ago Share Posted December 16, 2012 the SaveData\OptionInfo folder is missing Quote Link to comment Share on other sites More sharing options...
paviya Posted December 17, 2012 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 12/17/12 Last Seen: January 18, 2014 Share Posted December 17, 2012 Thnaks for sharing Quote Link to comment Share on other sites More sharing options...
Zasura Posted December 17, 2012 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 48 Reputation: 4 Joined: 11/27/11 Last Seen: October 22, 2020 Author Share 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 Link to comment Share on other sites More sharing options...
Lord Ganja Posted December 26, 2012 Group: Members Topic Count: 141 Topics Per Day: 0.03 Content Count: 444 Reputation: 22 Joined: 06/18/12 Last Seen: August 11, 2018 Share 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 Link to comment Share on other sites More sharing options...
TalkRO Posted January 31, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 01/31/13 Last Seen: March 9, 2013 Share Posted January 31, 2013 huh?? then how you all solve the resolution problems ?? Quote Link to comment Share on other sites More sharing options...
jason0123 Posted May 4, 2013 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 8 Reputation: 0 Joined: 05/02/13 Last Seen: May 10, 2013 Share Posted May 4, 2013 Erm... Lord Ganja / szarkab123, so how both of you solved the problem?? i cant seems to solve it... Quote Link to comment Share on other sites More sharing options...
TiMz Posted June 16, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 192 Reputation: 9 Joined: 05/08/13 Last Seen: August 23, 2024 Share Posted June 16, 2013 How was this solve. I can't believe he didn't share it. Experiencing the same thing Quote Link to comment Share on other sites More sharing options...
Brynner Posted June 16, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 26 minutes ago Share 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 Link to comment Share on other sites More sharing options...
TiMz Posted June 16, 2013 Group: Members Topic Count: 51 Topics Per Day: 0.01 Content Count: 192 Reputation: 9 Joined: 05/08/13 Last Seen: August 23, 2024 Share 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 Link to comment Share on other sites More sharing options...
Brynner Posted June 16, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1962 Reputation: 202 Joined: 01/08/12 Last Seen: 26 minutes ago Share 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 Link to comment Share on other sites More sharing options...
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!
Link to comment
Share on other sites
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.