Skip to content

Commit b44d871

Browse files
committed
Update the docs
1 parent 39541f5 commit b44d871

File tree

2 files changed

+17
-10
lines changed

2 files changed

+17
-10
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2016 spmn
3+
Copyright (c) 2016-2023 spmn
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,35 @@
11
# SA-MP Masterlist Fix
2-
Fixes the infamous SA-MP internet tab bug.
2+
Master of your... internet tab!
33

44

55

66
## Installation:
77
* 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`)
1011

1112

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+
1216
## How does it work?
1317
Simple!
1418

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))
1620

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.
1823

1924

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).
2227

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.
2429

2530

2631
## 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/>
2835
[nickdodd25](https://github.com/nickdodd25) - hosted the masterlist for v1.0.1 release

0 commit comments

Comments
 (0)