Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 08/22/20 in Posts

  1. 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
    5 points
  2. I'm developing a server based on a game called Harvest Moon. Conclude the Farm system, it will accept trees, vegetables and animals. What do you think? Any suggestions? Content of the video in Portuguese.
    1 point
  3. View File Thor Patcher Please do not send me private message as my response would be in lowest priority. 2.6.4.0 UPDATE IMPORTANT NOTICE: Not only this release is beta, there are few important changes need to note of: You now may modify the icon, code sign after pack configuration data. Some configuration entries are deprecated. Additionally, as you can tell, script support is coming... System Requirement: Windows 2000 or higher. Features Pack into single/multi grf file(s) [0x200] Automatically generates GRF if not exist RGZ support Customizable skin & language entries Background music No extra dll, not even config file is needed when distribute. Embed config file and resource data (images for background/buttons) Custom Button Remote config file Self update and client update [supports multi client exe update(Up to 255)] Tools ConfigGenerator - Packs configuration and resources into the patcher or generate as a binary config pack. ThorMaker - make patch files into thor file, there two options file & grf, when choose file, the patcher will extract file into disk, and grf simply put in GRF. [Please do not pack GRF, instead you should pack the actual data.] CheckSum - Simply a crc32 tool, used to make sure patcher & client/game exe is up to date ======================== Internal Config and Remote Config: Internal config is simply the one embed inside patcher, store basic information required to run Remote config, is on web server (of course), it used configure extended features. Submitter Aeomin Submitted 12/27/2011 Category Patchers Video Content Author Aeomin  
    1 point
  4. View File Mixer / Exchanger Its basically a NPC that allows the GMs to add unlimited amount of Exchange Quests. I think that describes it the best, please test it. Player will see whatever was set by the GM, and will be able to do the Exchange. Submitter Zafer Submitted 08/19/2020 Category Games, Events, Quests Video Content Author Zafer  
    1 point
  5. the link for Extended Battleground https://rathena.org/board/topic/116228-release-extended-battleground-eamod-bg/ and Extended Battleground 2.0 https://rathena.org/board/topic/121324-showcase-extended-battleground-20/ is now gone? those Custom Battlegrounds still works on the latest version of rAthena Git Hash f218994.
    1 point
  6. You can try to work with below command to get what you want
    1 point
  7. i still update a make a working diff patch for the extended battleground so it can still be active and works on the latest git hash thats why im wondering it was been hidden now. but its okay atleast i know what just happen.
    1 point
  8. src\map\atcommand.c find ++number; if( md->spawn_timer == INVALID_TIMER )add after if (pc_get_group_level(sd) < 99) snprintf(atcmd_output, sizeof(atcmd_output), "%2d[%s] %s", number, "alive", md->name); elseAnd don't forget to recompile
    1 point
×
×
  • Create New...