Skip to content

rename project to neomod#188

Draft
whrvt wants to merge 12 commits intomasterfrom
neomod
Draft

rename project to neomod#188
whrvt wants to merge 12 commits intomasterfrom
neomod

Conversation

@whrvt
Copy link
Collaborator

@whrvt whrvt commented Feb 17, 2026

TODOs:

  • new logo (done?)
  • discord app name?

Server-side integration:

  • handle old neosu versions while neosu.net is still active (mirror endpoints for a while)
  • handle scores starting with "neomod-" for client
  • move neosu-submit-map.php to neomod-submit-map.php
  • handle neomod-mods score mime parts

Client-side migration:

  • move old neosu_maps.db and neosu_scores.db to neomod_ prefixed versions
  • probably fine to just read from neosu_ prefixed dbs if they exist, but only save to neomod_ prefixed dbs, so it's not as big of a pain to downgrade if necessary
  • handle updating from neosu.exe to neomod.exe
    • done for linux, if the symlink overwrites the old binary
  • (MAYBE) migrate old neosu/ cache directories to neomod/? probably not worth it
    not really much else i think? will add as they come to mind

Already done

  • handle [neosu] as an alias for [neomod] for skin.ini
  • handle neosu:// as an alias for neomod:// for url handlers (but also changed registry handler setup to use "neomod" everywhere)
  • all trivial file/string/variable/etc. names renamed to use "neomod" instead of "neosu"

whrvt and others added 12 commits February 17, 2026 04:16
TODOs:
- new logo
- server-side integration:
 - handle old neosu versions while neosu.net is still active (mirror endpoints for a while)
 - handle scores starting with "neomod-" for client
 - move neosu-submit-map.php to neomod-submit-map.php
 - handle neomod-mods score mime parts
- client-side migration:
 - move old neosu_maps.db and neosu_scores.db to neomod_ prefixed versions
 - handle updating from neosu.exe to neomod.exe
 - not really much else i think?
tested working (on my machine :^) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants