Popular Post L1nkZ Posted August 21, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 40 Reputation: 73 Joined: 01/24/18 Last Seen: December 30, 2022 Popular Post Share Posted August 21, 2020 (edited) Hi everyone, It's been a while since I've published something. Today I'm releasing the code of a patcher I've been working on for some time. The idea was to make an open-source drop-in replacement for the Thor patcher while also bringing some improvements. The project has been developed in Rust and the UI is based on the webview project. The project also includes a cross-platform, command-line THOR patch generator. The patcher's current features are the following: Customizable, web-based UI Cross-platform (Windows 7/8/10, Linux, macOS) Configurable through an external YAML file HTTP/HTTPS support GRF file patching (version 0x101, 0x102, 0x103 and 0x200) THOR patch format support Drop-in replacement for the Thor patcher SSO login support (i.e., can act as a launcher) Manual patching Can use multiple patch mirrors The project's repository can be found here: https://github.com/L1nkZ/rpatchur (and documentation can be found here). Contributions are welcome! Releases v0.3.0: https://github.com/L1nkZ/rpatchur/releases/tag/v0.3.0 v0.2.3: https://github.com/L1nkZ/rpatchur/releases/tag/v0.2.3 v0.2.2: https://github.com/L1nkZ/rpatchur/releases/tag/v0.2.2 v0.2.1: https://github.com/L1nkZ/rpatchur/releases/tag/v0.2.1 v0.2.0: https://github.com/L1nkZ/rpatchur/releases/tag/v0.2.0 v0.1.0: https://github.com/L1nkZ/rpatchur/releases/tag/v0.1.0 Edited May 7, 2021 by L1nkZ release 9 4 4 3 Quote Link to comment Share on other sites More sharing options...
Poring King Posted August 22, 2020 Group: Members Topic Count: 63 Topics Per Day: 0.02 Content Count: 1016 Reputation: 191 Joined: 11/27/14 Last Seen: February 15 Share Posted August 22, 2020 Interesting Quote Link to comment Share on other sites More sharing options...
Relzz Posted August 22, 2020 Group: Members Topic Count: 33 Topics Per Day: 0.01 Content Count: 355 Reputation: 34 Joined: 02/09/12 Last Seen: February 6 Share Posted August 22, 2020 Please don't let this die. At least make it up to a point where is a stable long term release ! 1 Quote Link to comment Share on other sites More sharing options...
Akbare Posted August 22, 2020 Group: Members Topic Count: 31 Topics Per Day: 0.01 Content Count: 491 Reputation: 20 Joined: 11/19/11 Last Seen: June 5, 2023 Share Posted August 22, 2020 wow nice for this, unbelievable Quote Link to comment Share on other sites More sharing options...
shatowolf Posted August 23, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 259 Reputation: 35 Joined: 11/19/11 Last Seen: Thursday at 11:19 AM Share Posted August 23, 2020 This is nice,. keep it up mate. will test it soon. Quote Link to comment Share on other sites More sharing options...
Neo-Mind Posted August 27, 2020 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 806 Reputation: 221 Joined: 03/13/12 Last Seen: September 17, 2024 Share Posted August 27, 2020 You had me interested at "developed in Rust" 1 Quote Link to comment Share on other sites More sharing options...
L1nkZ Posted November 4, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 40 Reputation: 73 Joined: 01/24/18 Last Seen: December 30, 2022 Author Share Posted November 4, 2020 (edited) Quick update post. I've worked on the patcher a bit since my last post. Here's a quick summary of the changes: * Allow cancelling the patching process * Fix several bugs (related to both archive parsing and patching) * Improve overall patching performance * Add a couple of configuration fields (to toggle integrity checks and GRF file creation) * Switch configuration file format from JSON to YAML * Add documentation (https://l1nkz.github.io/rpatchur/) * Add ability to display the current download speed in the UI Edited November 7, 2020 by L1nkZ 1 1 1 Quote Link to comment Share on other sites More sharing options...
L1nkZ Posted November 19, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 40 Reputation: 73 Joined: 01/24/18 Last Seen: December 30, 2022 Author Share Posted November 19, 2020 (edited) I published a first release (v0.1.0) that should be fairly stable. Files can be downloaded here: https://github.com/L1nkZ/rpatchur/releases/tag/v0.1.0 Documentation can be found here: https://l1nkz.github.io/rpatchur/ If you find any bug that you want to report, please create an issue on github. If you don't have an HTTP server available for testing, you can either use a path to a local HTML file (file:///C:/path/to/index.html) or https://rawcdn.githack.com/L1nkZ/rpatchur/v0.1.0/examples/bootstrap/index.html as the index_url in your configuration. Disclaimer: This URL is a mirror that serves the HTML example hosted on github but I can't guarantee that the content isn't modified by the service provider. Note: Linux users may have to recompile the project for their own distributions (because of a few dependencies), the Linux release was compiled on Ubuntu Xenial. Edited November 19, 2020 by L1nkZ 1 Quote Link to comment Share on other sites More sharing options...
exyoupjkbrxd Posted November 27, 2020 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 10/08/20 Last Seen: October 2, 2024 Share Posted November 27, 2020 (edited) I'm having a problem and I don't really understand what is the problem. I have uploaded the web file onto my server (a raspberry pi with apache2 if it can help) I'm running no-ip so I can connect directly to the apache server and I can download the .thor file I uploaded directly from my browser. However, when I open the Patcher, it sees that there's a patch, showing downloading 0/1 but it goes directly to installing 0/1 and nothing change. I try creating an empty grf file to see if it get patched but the file stays empty. Am I doing something wrong? Thank in advance and nice Patcher Edit: Both the empty grf and the thor file have been created with GRF Editor version 1.8.3.4 and I also tried to make a thor file with ThorGenerator Edit2: Sorry about that, I made a mistake in the plist.txt file and the GRF file were updating the data folder of the client. Edited November 27, 2020 by exyoupjkbrxd Quote Link to comment Share on other sites More sharing options...
L1nkZ Posted November 27, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 40 Reputation: 73 Joined: 01/24/18 Last Seen: December 30, 2022 Author Share Posted November 27, 2020 2 hours ago, exyoupjkbrxd said: Edit2: Sorry about that, I made a mistake in the plist.txt file and the GRF file were updating the data folder of the client. Hi, Are you still having an issue or is it working as intended now? Quote Link to comment Share on other sites More sharing options...
exyoupjkbrxd Posted November 28, 2020 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 10/08/20 Last Seen: October 2, 2024 Share Posted November 28, 2020 (edited) On 11/27/2020 at 1:45 PM, L1nkZ said: Hi, Are you still having an issue or is it working as intended now? It is working as intended, I am sorry about that. Do you think it would be possible to close the patcher when you click on play? It stays open as of now. Edit: I would love to know why something happens though. Launching the game from your patcher, if I close the client by the X at the top, a website is launched on my computer. Why is that happening and how can I remove that Edited November 29, 2020 by exyoupjkbrxd Quote Link to comment Share on other sites More sharing options...
L1nkZ Posted November 29, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 40 Reputation: 73 Joined: 01/24/18 Last Seen: December 30, 2022 Author Share Posted November 29, 2020 On 11/28/2020 at 6:14 PM, exyoupjkbrxd said: Do you think it would be possible to close the patcher when you click on play? It stays open as of now. The easy way to do this (without recompiling) is to update the play button in your index.html file. You can change: onclick="external.invoke('play')" to onclick="external.invoke('play');external.invoke('exit')" On 11/28/2020 at 6:14 PM, exyoupjkbrxd said: Edit: I would love to know why something happens though. Launching the game from your patcher, if I close the client by the X at the top, a website is launched on my computer. Why is that happening and how can I remove that Strange, what's your setup: version of Windows, rpatchur executable (32 or 64 bits)? Quote Link to comment Share on other sites More sharing options...
exyoupjkbrxd Posted November 29, 2020 Group: Members Topic Count: 2 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 10/08/20 Last Seen: October 2, 2024 Share Posted November 29, 2020 9 minutes ago, L1nkZ said: Strange, what's your setup: version of Windows, rpatchur executable (32 or 64 bits)? Windows 10 Pro, running the 64 bits that I compiled myself a bit without knowing what I was doing. I have the 64bits one downloaded from github though, I could always try it. But I'm using Annacondaq offline server that I transformed into an online server, so maybe that what it is Quote Link to comment Share on other sites More sharing options...
L1nkZ Posted December 20, 2020 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 40 Reputation: 73 Joined: 01/24/18 Last Seen: December 30, 2022 Author Share Posted December 20, 2020 (edited) A version 0.2.0 has been released: https://github.com/L1nkZ/rpatchur/releases/tag/v0.2.0 It includes a few improvements and fixes a bug on Linux. Changes are listed on the page linked above. Edited December 20, 2020 by L1nkZ 1 Quote Link to comment Share on other sites More sharing options...
Waken Posted January 12, 2021 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 65 Reputation: 7 Joined: 06/06/12 Last Seen: March 29 Share Posted January 12, 2021 Really awesome what you got there @L1nkZ One simple question, it supports grf encryption like Thor Patcher? Quote Link to comment Share on other sites More sharing options...
L1nkZ Posted January 12, 2021 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 40 Reputation: 73 Joined: 01/24/18 Last Seen: December 30, 2022 Author Share Posted January 12, 2021 3 hours ago, Waken said: Really awesome what you got there @L1nkZ One simple question, it supports grf encryption like Thor Patcher? Thank you ! Yes, it should support any type of file-level encryption or compression (like LessGRF) indeed, since entries are copied as-is when patching. 1 Quote Link to comment Share on other sites More sharing options...
L1nkZ Posted March 10, 2021 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 40 Reputation: 73 Joined: 01/24/18 Last Seen: December 30, 2022 Author Share Posted March 10, 2021 (edited) A new release has been tagged: https://github.com/L1nkZ/rpatchur/releases/tag/v0.2.2 Not really much changes on the patcher side (apart from a dependency update and a binary size reduction). However, the release now includes a tool (mkpatch) to generate THOR patches easily from the command-line. Check it out, feedback's welcome! The musl release of mkpatch should run out of the box on most linux distributions. Edited March 14, 2021 by L1nkZ 3 Quote Link to comment Share on other sites More sharing options...
Haruka Mayumi Posted March 19, 2021 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 485 Reputation: 271 Joined: 06/13/17 Last Seen: March 25 Share Posted March 19, 2021 and here i was thinking to create a patcher since aeomin doesn't update anymore.. and finally see this.. and so far, I think this is more flexible than thor with it's new settings.. love it @L1nkZ 1 Quote Link to comment Share on other sites More sharing options...
Litro Endemic Posted March 21, 2021 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 283 Reputation: 79 Joined: 06/13/13 Last Seen: June 7, 2023 Share Posted March 21, 2021 can you include examples folder on the release, thank you 1 Quote Link to comment Share on other sites More sharing options...
L1nkZ Posted March 21, 2021 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 40 Reputation: 73 Joined: 01/24/18 Last Seen: December 30, 2022 Author Share Posted March 21, 2021 6 hours ago, Litro Endemic said: can you include examples folder on the release, thank you Sure, I'll include it in the next releases. It'll be better to have everything in a single archive for setting stuff up indeed. Quote Link to comment Share on other sites More sharing options...
xVaan Posted April 23, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 24 Reputation: 2 Joined: 06/21/20 Last Seen: September 1, 2024 Share Posted April 23, 2021 It's possible to download and patch an specific file through a UI Button? Quote Link to comment Share on other sites More sharing options...
L1nkZ Posted April 23, 2021 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 40 Reputation: 73 Joined: 01/24/18 Last Seen: December 30, 2022 Author Share Posted April 23, 2021 16 hours ago, xVaan said: It's possible to download and patch an specific file through a UI Button? Hi, I'm not sure I understand the question, but this is most probably a no. Do you mean applying a patch from a THOR file that is on your disk (that you've downloaded manually for example)? And thus being able to do so from the patcher's UI? Quote Link to comment Share on other sites More sharing options...
Litro Endemic Posted April 23, 2021 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 283 Reputation: 79 Joined: 06/13/13 Last Seen: June 7, 2023 Share Posted April 23, 2021 (edited) 5 hours ago, L1nkZ said: Hi, I'm not sure I understand the question, but this is most probably a no. Do you mean applying a patch from a THOR file that is on your disk (that you've downloaded manually for example)? And thus being able to do so from the patcher's UI? this will be good feature though, like iterate file plist.txt from webserver into html page, with additional button download and patch this thor file, in my opinion the idea is like single patch file / self update like many official games that has patch file that can be downloaded manually not automatically from patcher it self. but I think this action will not update / edit / change patch.dat or patch.json whatever the file named the index of last downloaded patch from plist. one of issue I created previously that was is to client have ability to modify patch.dat so the user can download from specific index. there is this scenario. the server owner want to make downloadable patch but not the patch it self is "not must" download and patch content like official data, so the owner can ship / deploy his client rpatchur with patch.json with last index from what number client has to / must download. Edited April 23, 2021 by Litro Endemic 1 Quote Link to comment Share on other sites More sharing options...
xVaan Posted April 23, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 24 Reputation: 2 Joined: 06/21/20 Last Seen: September 1, 2024 Share Posted April 23, 2021 As @Litro Endemic explained. The possibility of download optional patches from a custom plist.txt 1 Quote Link to comment Share on other sites More sharing options...
L1nkZ Posted April 24, 2021 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 40 Reputation: 73 Joined: 01/24/18 Last Seen: December 30, 2022 Author Share Posted April 24, 2021 (edited) 20 hours ago, Litro Endemic said: this will be good feature though, like iterate file plist.txt from webserver into html page, with additional button download and patch this thor file, in my opinion the idea is like single patch file / self update like many official games that has patch file that can be downloaded manually not automatically from patcher it self. but I think this action will not update / edit / change patch.dat or patch.json whatever the file named the index of last downloaded patch from plist. one of issue I created previously that was is to client have ability to modify patch.dat so the user can download from specific index. there is this scenario. the server owner want to make downloadable patch but not the patch it self is "not must" download and patch content like official data, so the owner can ship / deploy his client rpatchur with patch.json with last index from what number client has to / must download. Alright, I already made the change (on the master branch) to serialize patcher.dat as JSON so people can modify it easily with a text editor if they need. I created another issue for manual patching, which is an important missing feature I agree. I'll have to think about the idea of exposing the plist's content to the UI (plus the ability to download a particular patch file) and how that would work in practice. If I'm understanding you correctly. Edited April 24, 2021 by L1nkZ 2 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.