Go to file
htran 6fa1666830 docs: nit 2024-10-04 20:42:01 -07:00
ilspy_dump feat: add ilspy dump for ror2.dll 2024-10-04 00:26:37 -07:00
r2_profiles feat: bump director's credit multiplier 2024-10-04 03:54:12 -07:00
ror2_phd docs(ror2_phd): init the research-it-later ideas 2024-10-04 20:40:18 -07:00
scripts fix(doxless): typecheck, use os.walk for cross-platform 2024-10-04 20:30:33 -07:00
.gitignore feat: add doxless script to ensure nothing fishy is found :( 2024-10-04 01:30:00 -07:00
README.md docs: nit 2024-10-04 20:42:01 -07:00

README.md

R2mods

Knowledge dumping on ror2 modding community - how I can improve everything, as well as keeping all of the code (or disassembled) dump in one place - tracking with a modpack that me and my frenns are playing, duped choncc

Merging codebase across multiple sources

This is the ultimate test for Git knowledge, you can't just go and submodule everything. I'll maintain this along with choncc and dump as many versions of the mods being tracked

Disassemblies

Use this IN CONJUNCTION WITH original code if available. This is mostly because code quality from conventional codebase is no simpler than the disassembled code (surprisingly?).

Will go onto ilspy_dump, before we figure out how to use ilspycmd, we'll just use the GUI.

For now, no naming convention yet, I'll try to export both a singular C# file AND the whole C# project

  • ror2.dll is in //SteamLibrary/steamapps/common/Risk\ of\ Rain\ 2/Risk\ of\ Rain\ 2_Data/Managed/ror2.dll

R2 profile footprint

Per the code (TODO: ADD SOURCEGRAPH QUERY AND CODE HERE), it only contain mod manifests and configurations, very little non-configuration files are in here because file extensions are hard-coded for filter during profile sharing process.

Locations of mod profiles

Doxxing yourself

I've provided script to check for dox, turns out r2modman:

  • Uses abspath, of Windows machines, on %AppData% (default: SysDrive:/User/<USERNAME>/AppData/Roaming) for icon paths
  • Does not erase this information on export

This is one way to leak information. I did not remove it in the current sync. The r2modman's importer can just check for validity and go grab a different path.

Note that you'll probably will have a much better performance via rg $USER, this script currently doesn't offer much.

python3 scripts/doxless.py
"""
*.mods.yml
"""