|
1 | 1 | # SA-MP Masterlist Fix |
2 | | -Fixes the infamous SA-MP internet tab bug. |
| 2 | +Master of your... internet tab! |
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 | 6 | ## Installation: |
7 | 7 | * Download the latest `version.dll` from the [releases page](https://github.com/spmn/sa-mp_masterlist_fix/releases); |
8 | | -* Copy `version.dll` to SA-MP directory where `samp.exe` is located; |
9 | | -* Run `samp.exe` |
| 8 | +* Copy `version.dll` to your SA-MP directory (where `samp.exe` is located); |
| 9 | +* Run `samp.exe`; |
| 10 | +* *Optional:* Tweak the masterlist servers (`My Documents/GTA San Andreas User Files/SAMP/sa-mp_masterlist_fix.json`) |
10 | 11 |
|
11 | 12 |
|
| 13 | +## Compatibility |
| 14 | +This mod is confirmed to be compatible with 0.3.7-R1, 0.3.7-R5 and 0.3DL-R1. It should also be compatible with other releases, but that is not guaranteed. |
| 15 | + |
12 | 16 | ## How does it work? |
13 | 17 | Simple! |
14 | 18 |
|
15 | | -This fix injects a DLL into SA-MP client which redirects all the requests outgoing to SA-MP Masterlist (hosted list is not affected) to the server specified in `masterlist_fix.cfg` (default: [SACNR Monitor](http://monitor.sacnr.com/)) |
| 19 | +This fix injects itself into the SA-MP server browser and redirects all masterlist requests to the masterservers specified in `sa-mp_masterlist_fix.json`. (default: [SA Monitor](https://sam.markski.ar/web/about.php)) |
16 | 20 |
|
17 | | -Why SACNR? Because they have implemented an API which allows adding of new servers to their Monitor by simple running a filterscript. Details [here](http://monitor.sacnr.com/api.html). |
| 21 | +**New in v2.0:** Now you can change the masterlist used for the hosted tab, too! <br/> |
| 22 | +**New in v2.0:** The masterlists can be served from non-default ports. |
18 | 23 |
|
19 | 24 |
|
20 | | -## My server still is not appearing on the internet tab. |
21 | | -Most probably your server is not registered on the [SACNR Monitor](http://monitor.sacnr.com/). |
| 25 | +## My server is not shown on the internet tab. |
| 26 | +Most probably your server is not registered on [SA Monitor](https://sam.markski.ar/web/about.php). |
22 | 27 |
|
23 | | -You can register your server by following these [steps](http://monitor.sacnr.com/api.html). In the next hours the server should appear on internet tab. |
| 28 | +You can register your server by following these [steps](https://sam.markski.ar/web/add.php). In the next hours the server should appear on the internet tab. |
24 | 29 |
|
25 | 30 |
|
26 | 31 | ## Contributors: |
27 | | -[MyU](https://github.com/myudev) - wrote the code for the auto injector used in v1.1.0 and subsequent releases <br /> |
| 32 | +[markski1](https://github.com/markski1) - hosts the masterlist used by default in v2.0.0 <br/> |
| 33 | +[SACNR Monitor](http://monitor.sacnr.com/) - hosted the alternative masterlist used for many years by default in v1.1.0 <br/> |
| 34 | +[MyU](https://github.com/myudev) - wrote the code for the auto injector used in v1.1.0 <br/> |
28 | 35 | [nickdodd25](https://github.com/nickdodd25) - hosted the masterlist for v1.0.1 release |
0 commit comments