-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CUSTOM.ide, CUSTOM.img and CUSTOM.ipl patcher #20
Comments
I will add a |
I think this should get some priority given that the DL feature is being abandoned. Servers should then recommend this launcher so they don’t miss any custom assets. There are simple ways to detect if the player has custom assets then (for example place the player on some custom platform object and see if they fall through). |
I propose an alternate detection method via a custom server rule, let's say
Upon connecting to such a server, the user would be prompted to choose which packages should be downloaded (as not all assets need to be downloaded to play on a particular server). This has the advantage of giving the user a choice what to download (something DL doesn't support, regrettably), so the only disadvantage of this method when compared to DL would be the inability to download models at runtime (so no models generated at runtime). Modified models can be detected with SendClientCheck, or perhaps a custom "password" could be sent to the servers that declare to support it. Let's say the user selects both packages, SA-MP would be started with |
The text was updated successfully, but these errors were encountered: