Miengo Posted December 17, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 1 Joined: 09/19/12 Last Seen: November 28, 2017 Share Posted December 17, 2012 bueno tengo un pc con windows 7 64bits(por si ayuda) el problema es que no consigo que ningun actualizador me funcione ni thor parcher(e descargado unas 10 veriones e preguntado y nada) y lo mismo con neoncube resulta que para thor parcher simplemnte pongo la web osea http://web.net/pach/ y le doy a config_packer.exe busco el thormaker.exe y pincho sobre el thor.exe en la carpeta de parcher resultado unas veces uno otras otro pero en ningun caso funciona una veces me dice que no tengo la data y otras que no esta configurado alguien me puede echar una mano? os dejo un spoiler para que veais las configuraciones // THOR Patcher Public Version Internal Config File // Note: any entry leaves as blank will use default value //base_url - everything except patch files will read from here base_url=http://domain.com/opatch/ //file_url - patch files should ALL put here. // o HTTP: // http://domain.com/dir/ // o FTP: // ftp://domain.com/dir/ // o With <Username> [Password] [Port] // ftp://username:[email protected]:port/dir/ // o Note: username is required if want put password, otherwise everything is optional. file_url=http://www.rosexyxforever.servercrow.net/patch/data/ //notice_file - self explained //------------- //if you still don't understand the concept: // if base_url is http://yourdomain.com/patcher/ // then notice file address will be // http://yourdomain.com/patcher/Notice.html //------------- //Should be relative address instead FULL URL //------------- notice_file=Notice.html //core_file - this internal config file only store whats required, //but core_file is a remote config file (does different thing than internal one) //Relative address, not FULL URL! core_file=main.ini //============================= // File below is on local disk //============================= [Local] //status_file - BAD NAMED.. used store informations such as last patch id etc, //it should be more "advanced" if works as orignal planned.. status_file=rosexy.ace //grf_file - self explained grf_file=rosexy.grf //client_file - self explained, it's GAME EXE not patcher's client_file=rosexy.exe //client_parameter - should be self explained.. client_parameter=-1sak1 //============================= // Custom Skin controls //============================= [skin] //windows_mode - How should windows presented? // None - Borderless window // Single - Window cannot resized // Sizeable - ... what it says, can not resize when windows_autosize set to true / 1 window_style=none //windows_autosize - if set to 1, window size will automatically change depend on content size windows_autosize=true // Should be self explained, width and height //windows_autosize set to 0 for this to work // Min: 1 Max: 10000 (I don't think you should make that big) window_width=0 window_height=0 // If set to true, user able to drag window by click images (background) // recommended to true especially for boarderless window window_handle_move=true // Image for background (DOES NOT READ FROM DIRECTORY OF PATCHER, the config packer will put image inside patcher too) // Support : jpg bmp // About PNG: its VERY buggy and mostly count as failure =( [it's soo buggy that not suitable for normal use] // Note : patcher determine image format by filename extension, use with care! background_file=bg.jpg // overall transparency (not used yet) //transparency=255 // Self explained (not used) //background_width= //background_height= // how big is progress bar? progress_bar_width= progress_bar_height= // Position of progress bar progress_bar_left= progress_bar_top= // Status message width (the one shows what patcher currently doing) // no height status_width= // Text alignment // Left , Center , Right status_alignment=center // Position status_left= status_top= // control notice (News box? Mini web browser? you name it) notice_width= notice_height= notice_left= notice_top= // For start button start_normal=start_up.jpg start_hover=start_down.jpg start_down= start_left= start_top= // For Exit button exit_normal=exit_up.jpg exit_hover=exit_down.jpg exit_down= exit_left= exit_top= // for cancel button cancel_normal=cancel_up.jpg cancel_hover=cancel_down.jpg cancel_down= cancel_left= cancel_top= // How many custom buttons you want to create? // Can create up to 255 buttons (Plenty enough) buttons=0 // - Custom buttons - //As you can see below, it's not that hard to make custom buttons //the number after "button" is id(depends on how many you set in buttons) // Again, note that all image files will be embed into patcher. // _normal - image file when button is in normal status //button1_normal= // _hover - image file when user hover on it //button1_hover= // _down - image file when user mouse down on it //button1_down= // _left/_top - position of button //button1_left= //button1_top= // _mode - mode for button // 0 = open URL // 1 = Launch file/program // 2 = Message box // 3 = Reserved //button1_mode= // _action - depend on what you set in _mode, this may vary // ex. _mode = 0 , _action=http://google.com // which makes user open that URL address after click that button //button1_action= [star Clone] //Start button clone, i name it star clone because its better name XD // How many start button clones you wanted? // Again, up to 255 buttons=0 // very similar to custom buttons // _normal - image file when button is in normal status //button1_normal= // _hover - image file when user hover on it //button1_hover= // _down - image file when user mouse down on it //button1_down= // _left/_top - position of button //button1_left= //button1_top= // _file - Client file //button1_file= //_parameter - Client parameter //button1_parameter=-1sak1 [Misc] //Background music, leave empty to disable (mp3) bgm= [Language] //Legacy Language entries. // Has lower priority than language.ini //Entries marked with *: symbol "%" needs to write as "%%" (without quote) getting_info=Getting Information... update_patcher=Updating Patcher... update_client=Updating Client... repacking=Repacking resource files... saving_res=Saving Resource... //* getting_file=Getting file %s. //* need_defrag=Data fragment reached %u%%, would you like to defrag now? defraging=Defragment in process... confirmation=Waiting Confirmation... client_locked=Client Application is locked failed_to_communicate=Failed to communicate with server //* failed_to_get=Failed to get %s //===================== //This is END of config // BE CREATIVE //===================== ese es el config.ini ahora el main.ini //Thor Patcher remote config file [Main] //Allow patching or no? allow=true //if not, what message should appear? policy_msg=Server is taking a nap. //unused, may needed in future version=1 [Patch] //use CheckSum tool, hash for client, // used to make sure client exe is up to date // (leave empty to disable this feature) ClientSum= //same thing for patcher itself =) PatcherSum= // if hash different than above, which file should replace? // Note: these files should put same place as patch file (file_url in internal config) //Relative address, not FULL URL! // To make these work, ClientSum and/or PatcherSum can't be empty ClientURL=rosexy.exe PatcherURL=rosexy.exe // self explained.. PatchList=plist.txt [stars] // Shining o.O (Anyways, its for start button clones) // Since orignal client has check sum.. why not for clones? XD //How many? (it should same as amount of start button clone, but of course if your choice) clients=0 // _sum - checksum, use CheckSum tool DUH //client1_sum= // _URL - address? //client1_URL= [Misc] //Set a limit for fragment, when reach this limit, patcher will ask user to defrag FragmentLimit=50 //Extra features.. // Currently if set to 1, patcher will ignore everything and enable Play button (aka, force start) OpBit=0 y bueno el error de thor parcher que me da ahora mismo dice lo siguiente thanks you for using thor parcher however ,due to config data is missing,parcher will not function verion thor parcher actual thor_Patcher[03-09-08] tambien la 03-15-08 ahora con la version Thor_Patcher[2.5.4.18] me da otro error este me dice where´s the config file... las configuraciones son basicamente las mismas que las anteriores 1 Quote Link to comment Share on other sites More sharing options...
Kartel Posted December 19, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 26 Reputation: 2 Joined: 08/08/12 Last Seen: July 30, 2013 Share Posted December 19, 2012 Pusistes bien la carpeta en tu ftp en donde tiene q ir tus actualizaciones y ponerle bien el nombre en el txt llamado pliss.txt algo asi xD... Quote Link to comment Share on other sites More sharing options...
Miengo Posted December 19, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 1 Joined: 09/19/12 Last Seen: November 28, 2017 Author Share Posted December 19, 2012 (edited) Pusistes bien la carpeta en tu ftp en donde tiene q ir tus actualizaciones y ponerle bien el nombre en el txt llamado pliss.txt algo asi xD... pues te digo esta todo en www/patch luego estaria la carpeta data con la siguiente direccion www/patch/data segun las guias que e leido eso estaria correcto puedo acceder desde la pagina web al archivo notice.html el txt se llama por defecto plist.txt el cualñ e puesto en varios sitios para ver donde funcionaba... asi llevo 1 semana intentando(tambien en otra guia lei algo de cambiarle el nombre a data por upadapte) que tambien tengo una carpeta con ese nombre bueno tambien os dejo el sitio web para que echeis un vistazo por si acaso surge algo http://www.rosexyxforever.servercrow.net/patch/ Edited December 19, 2012 by Miengo Quote Link to comment Share on other sites More sharing options...
Kartel Posted December 20, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 26 Reputation: 2 Joined: 08/08/12 Last Seen: July 30, 2013 Share Posted December 20, 2012 /www/thor/plist.txt - Aqui va este archivo /www/thor/data - Aqui va lo que usted quiere enviarle a sus users. 1 Quote Link to comment Share on other sites More sharing options...
Miengo Posted December 20, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 1 Joined: 09/19/12 Last Seen: November 28, 2017 Author Share Posted December 20, 2012 /www/thor/plist.txt - Aqui va este archivo /www/thor/data - Aqui va lo que usted quiere enviarle a sus users. file_url=http://www.rosexyxforever.servercrow.net/patch/data/ = /www/thor/data = /www/patch/data da lo mismo el nombre las direcciones estan bien esto es segun le doy al exe Quote Link to comment Share on other sites More sharing options...
Ziu Posted December 20, 2012 Group: Members Topic Count: 178 Topics Per Day: 0.04 Content Count: 909 Reputation: 247 Joined: 11/08/11 Last Seen: Wednesday at 10:10 AM Share Posted December 20, 2012 1-Podrías poner una screen del error que te da. 2-Le das privilegios de administrador ya que para S.O como Vista etc.. lo necesitas. 3- Creo que windows 7 tienes que crear la carpeta de tu ragnarok y del cliente fuera de archivos de programa ya que como sabes windows usa el soporte de protección que impide de primeras modificar los archivos que se ''instalan'' en esa carpeta. Quote Link to comment Share on other sites More sharing options...
Kartel Posted December 20, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 26 Reputation: 2 Joined: 08/08/12 Last Seen: July 30, 2013 Share Posted December 20, 2012 /www/thor/plist.txt - Aqui va este archivo /www/thor/data - Aqui va lo que usted quiere enviarle a sus users. file_url=http://www.rosexyxforever.servercrow.net/patch/data/ = /www/thor/data = /www/patch/data da lo mismo el nombre las direcciones estan bien esto es segun le doy al exe Y pusiste bien las direcciones y demas cosas en el config.ini??? Quote Link to comment Share on other sites More sharing options...
Miengo Posted December 20, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 1 Joined: 09/19/12 Last Seen: November 28, 2017 Author Share Posted December 20, 2012 RootURL='http://www.rosexyxforever.servercrow.net/patch/' RemoteConfigFile='main.ini'(por defecto)StatusFile='sexyro.dat' DefaultGRF='sexyro.grf' ClientEXE='sexyro.exe' ClientParameter='-1sak1' [NoticeBox:Box0] Width=347 Height=250 Left=21 Top=217 URL='http://www.rosexyxforever.servercrow.net/patch/Notice.html' [Config:Main] RootURL='http://www.rosexyxforever.servercrow.net/patch/' RemoteConfigFile='main.ini' TimeOut=0 StatusFile='sexyro.dat' DefaultGRF='sexyro.grf' ClientEXE='sexyro.exe' ClientParameter='-1sak1' FinishOnConnectionFailure=false [Config:Window] AutoResize=true Style='none' Width= Height= DragHandling=true Background='images/bg.bmp' FadeOnDrag=false [Config:BGM] File= Loop=true Volume=20 Directory= [Config:Misc] Title='Thor Patcher' HideProgressBarWhenFinish=true [ProgressBar:bar1] Width=342 Height=10 Left=23 Top=486 BackColorStart=$009DEEEF BackColorEnd=$00C2F1F1 FrontColorStart=$006ED5B0 FrontColorEnd=$0080DDCA FrontImage= BackImage= Hook='ProgressChange' [Label:Status] AutoResize = false Width=369 Height=320 Left=15 Top=498 Alignment='center' FontColor=$000000 FontName = '' FontSize = Text='estado' Hook='StatusChange' [NoticeBox:Box0] Width=347 Height=250 Left=21 Top=217 URL='http://www.rosexyxforever.servercrow.net/patch/Notice.html' [button:Start] Default='images/start1.png' OnHover='images/start2.png' OnDown='images/start3.png' Left=383 Top=211 Hook='Start' [button:Exit] Default='images/Exit1.png' OnHover='images/Exit2.png' OnDown='images/Exit3.png' Left=383 Top=244 Hook='Exit' [button:Cancel] Default='images/Exit1.png' OnHover='images/Exit2.png' OnDown='images/Exit3.png' Left=383 Top=211 Hook='Cancel' Quote Link to comment Share on other sites More sharing options...
Fluffle Puff Posted December 21, 2012 Group: Members Topic Count: 29 Topics Per Day: 0.01 Content Count: 375 Reputation: 88 Joined: 12/30/11 Last Seen: May 3, 2016 Share Posted December 21, 2012 No estoy muy segura cual es tu error. Me cuesta un poco entenderles a los españoles. Pero te dire los errores que yo vi en tu configuración de Thor. 1. Edita tu archivo config.ini y cambia esta parte: URL='http://www.rosexyxforever.servercrow.net/patch/Notice.html' por esta: URL='http://www.rosexyxforever.servercrow.net/patch/notice.html' 2. Borra la carpeta update. No te sirve y pones mas cosas innecesarias en tu carpeta http://www.rosexyxforever.servercrow.net/patch/update/ 3. Borra el plist.txt de la carpeta data http://www.rosexyxforever.servercrow.net/patch/data/plist.txt En la carpeta data van las actualizaciones y no deben de ir ningun archivo .txt Quote Link to comment Share on other sites More sharing options...
Olrox Posted December 22, 2012 Group: Members Topic Count: 87 Topics Per Day: 0.02 Content Count: 1335 Reputation: 933 Joined: 10/26/11 Last Seen: November 19, 2023 Share Posted December 22, 2012 No estoy muy segura cual es tu error. Me cuesta un poco entenderles a los españoles. Querrás decir segurO. Una vez nos reiamos por irc porque decian que te hacias pasar por mujer aún. Yo no me lo creia después del topic que hice, hay que tener la cara. 1 Quote Link to comment Share on other sites More sharing options...
Miengo Posted December 22, 2012 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 8 Reputation: 1 Joined: 09/19/12 Last Seen: November 28, 2017 Author Share Posted December 22, 2012 vale ahora por fin me funciona... ahora bien como puedo mandar una actualizacion de un archivo que esta fuera de grf esactamente esta situado en system/iteminfo.lub PD: Me da = que se haga pasar por mujer o por hombre puesto el sexo es indiferente mientras aporte algo a la comunidad Quote Link to comment Share on other sites More sharing options...
Ziu Posted December 22, 2012 Group: Members Topic Count: 178 Topics Per Day: 0.04 Content Count: 909 Reputation: 247 Joined: 11/08/11 Last Seen: Wednesday at 10:10 AM Share Posted December 22, 2012 Con el mismo programa cuando creas los thor solo que en vez de elegir grf eliges una carpeta y creara el archivo en la carpeta raiz (donde este el programa thor)de donde cogiste el archivo dentro de la carpeta que quieras. @Olrox Sea cierto o no el tema de que sea mujer...no es el sitio más adecuado y tú mejor que nadie lo sabes... Quote Link to comment Share on other sites More sharing options...
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.