Add donate link
This commit is contained in:
parent
1a39f7c5e4
commit
c5c4d71c94
@ -8,6 +8,8 @@ You can click on a cell to see all of the mods that edit that cell sorted by pop
|
|||||||
|
|
||||||
You can also upload the plugins from your Skyrim Data folder and the load order from your `plugins.txt` to view all of the edited cells in your current load order. Red cells indicate multiple mods editing the same cell. Clicking on a plugin in your load order will show the cells that the plugin edits and the mods and files it belongs to on nexusmods.com (if it can be found on there).
|
You can also upload the plugins from your Skyrim Data folder and the load order from your `plugins.txt` to view all of the edited cells in your current load order. Red cells indicate multiple mods editing the same cell. Clicking on a plugin in your load order will show the cells that the plugin edits and the mods and files it belongs to on nexusmods.com (if it can be found on there).
|
||||||
|
|
||||||
|
If you like the Modmapper project and found it useful, [please consider donating me a dollar or two on my NexusMods profile](https://www.nexusmods.com/users/512579) if you can spare it to cover the hosting costs of running the site.
|
||||||
|
|
||||||
## Related Repositories
|
## Related Repositories
|
||||||
|
|
||||||
- [modmapper](https://github.com/thallada/modmapper): program to automate downloading, extracting, and parsing plugins
|
- [modmapper](https://github.com/thallada/modmapper): program to automate downloading, extracting, and parsing plugins
|
||||||
|
@ -399,7 +399,7 @@ const Map: React.FC = () => {
|
|||||||
tiles: ["https://tiles.modmapper.com/{z}/{x}/{y}.jpg"],
|
tiles: ["https://tiles.modmapper.com/{z}/{x}/{y}.jpg"],
|
||||||
tileSize: 256,
|
tileSize: 256,
|
||||||
attribution:
|
attribution:
|
||||||
'Map tiles by <a href="https://en.uesp.net/wiki/Skyrim:Skyrim" target="_blank">UESP</a>. Mod data from <a href="https://nexusmods.com" target="_blank">Nexus Mods</a>. <a href="https://github.com/thallada/modmapper-web">GitHub</a>.',
|
'Map tiles by <a href="https://en.uesp.net/wiki/Skyrim:Skyrim" target="_blank">UESP</a>. Mod data from <a href="https://nexusmods.com" target="_blank">Nexus Mods</a>. <a href="https://github.com/thallada/modmapper-web" target="_blank">GitHub</a>. <a href="https://www.nexusmods.com/users/512579" target="_blank">Donate ❤️</a>',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
layers: [
|
layers: [
|
||||||
|
Loading…
Reference in New Issue
Block a user