Skip to content

Commit

Permalink
Merge pull request #73 from RagnarokResearchLab/raglite-toolkit-link
Browse files Browse the repository at this point in the history
Add a link to the RagLite repository to the Tools page
  • Loading branch information
rdw-software authored Sep 12, 2023
2 parents 7d1c0ac + 9fef3a9 commit 3917d47
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ const config = {
label: "EUC-KR Path Conversion",
href: "/tools/#euc-kr-path-conversion",
},
{
label: "RagLite Developer Toolkit",
href: "/tools/#raglite-developer-toolkit",
},
],
},
],
Expand Down
12 changes: 12 additions & 0 deletions src/pages/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,15 @@ Example:
- `data\model\¿ÜºÎ¼ÒÇ°\Æ®·¦01.rsm` will be converted to `data/model/외부소품/트랩01.rsm`

You can then paste into [Google Translate](https://translate.google.com/?sl=auto&tl=en&text=data%2Fmodel%2F%EC%99%B8%EB%B6%80%EC%86%8C%ED%92%88%2F%ED%8A%B8%EB%9E%A901.rsm&op=translate) to receive an English file name, or use their API to translate in bulk.

## RagLite Developer Toolkit

The latest iteration of my toolkit is now freely available on GitHub: [RagnarokResearchLab/RagLite](https://github.com/RagnarokResearchLab/RagLite)

While I won't be releasing all of my old tooling, which I expect to become fully obsolete over time, this version is kept continuously in sync with the documentation published on these pages. Here's what it generally aims to do:

- Make it easy to analyze RO-specific binary file formats in their many different versions, convert them, etc.
- Visualize 2D sprites and 3D geometry in a "realistic" (close-enough approximation) ingame environment
- Validate hypotheses and verify claims by reimplementing the features in question, where it makes sense

Please note that this is explicitly **NOT** a full game client or server implementation. If you want that, there are [many other projects](/community-projects) aiming to accomplish this lofty goal. My focus is on research, and the tool reflects that.

0 comments on commit 3917d47

Please sign in to comment.