Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 12/17/23 in all areas

  1. Hey guys, This is a location from the game Fall Guys. The main idea is to avoid being knocked into the water by moving walls. Unfortunately, this is an unfinished map cause I had a problem while creating this map... Issue: Standing players do not activate the script when they are in the area of a moving NPC This issue was raised in 2015, but there was no solution. https://github.com/rathena/rathena/issues/502 You can see this problem in the video under the spoiler. When the character moves, Label OnTouch is triggered and the wall pushes him onto the cell (time 0:10). But if he just stands there, the wall will pass through him (time 0:20). Is there any way to implement such code? This will be a very interesting and funny map if the walls follow each other and start knocking players down. thanx ^^
    1 point
  2. 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
    1 point
×
×
  • Create New...