CCDirectLink / CCLoader

Modloader for crosscode
35 stars 11 forks source link

Resolve CCLOADER_OVERRIDE_MAIN_URL relative to the game directory #93

Closed dmitmel closed 2 years ago

dmitmel commented 2 years ago

The previous behavior was that you had to specify a URL like /some_tool/main.html with a leading slash, so that it would be treated as an absolute URL, or else it would be resolved relative to modloader's index.html. Now URLs are really resolved as if they were literally written in package.json, thus specifying some_tool/main.html is possible. This is not a breaking change because only two people remember about this feature the previous working method of specifying the overridden URL continues to work.