(Created page with "TBD") |
No edit summary |
||
Line 1: | Line 1: | ||
== Elderan Map Setup Guide == | |||
This guide provides step-by-step instructions for Elderan players to set up their minimap files using the provided scripts. Both Windows and MacOS users can follow these steps. | |||
=== Prerequisites === | |||
* '''Download the ZIP Package''': | |||
Obtain the ZIP package containing the following files: | |||
<code>windows-minimap-install.bat</code> (Windows script) | |||
<code>macos-minimap-install.sh</code> (MacOS script) | |||
<code>minimap_file.otmm</code> (Minimap file) | |||
* '''Unzip the Package''': | |||
Extract the contents of the ZIP package to a folder of your choice (e.g., <code>C:\ElderanTools</code> on Windows or <code>~/ElderanTools</code> on MacOS). | |||
---- | |||
=== Instructions for Windows Users === | |||
* '''Locate the Script''': | |||
Open the folder where you extracted the ZIP package. | |||
Find the file <code>windows-minimap-install.bat</code>. | |||
* '''Run the Script''': | |||
Double-click <code>windows-minimap-install.bat</code> to execute it. | |||
A Command Prompt window will open, asking for your character's name. | |||
* '''Provide Your Character's Name''': | |||
Enter your character's name exactly as it appears in the game. | |||
Press <code>Enter</code>. | |||
* '''Completion''': | |||
The script will: | |||
Navigate to the minimap folder. | |||
Delete the existing minimap file. | |||
Copy and rename the new minimap file to match your character's name. | |||
A success message will confirm the process is complete. | |||
---- | |||
=== Instructions for MacOS Users === | |||
* '''Make the Script Executable''': | |||
Open the Terminal. | |||
Navigate to the folder where you extracted the ZIP package (e.g., <code>cd ~/ElderanTools</code>). | |||
Run the command: | |||
<code>chmod +x macos-minimap-install.sh</code> | |||
* '''Run the Script''': | |||
Execute the script by typing: | |||
<code>./macos-minimap-install.sh</code> | |||
* '''Provide Your Character's Name''': | |||
When prompted, enter your character's name exactly as it appears in the game. | |||
Press <code>Enter</code>. | |||
* '''Completion''': | |||
The script will: | |||
Navigate to the minimap folder. | |||
Delete the existing minimap file. | |||
Copy and rename the new minimap file to match your character's name. | |||
A success message will confirm the process is complete. | |||
---- | |||
=== Troubleshooting === | |||
* '''Script Errors''': | |||
Ensure the scripts and <code>minimap_file.otmm</code> are in the same directory. | |||
Verify the target directories (<code>AppData</code> on Windows or <code>Library/Application Support</code> on MacOS) exist. | |||
* '''Permission Issues''': | |||
On Windows: Run the script as an administrator by right-clicking <code>windows-minimap-install.bat</code> and selecting "Run as Administrator." | |||
On MacOS: Use <code>sudo</code> to run the script if necessary (e.g., <code>sudo ./macos-minimap-install.sh</code>). | |||
* '''Minimap File Not Found''': | |||
Ensure <code>minimap_file.otmm</code> is present in the folder where the script is executed. | |||
---- | |||
=== Notes === | |||
* Always exit the game completely (do not just log out) before running the script. | |||
* The new minimap file will use underscores (<code>_</code>) instead of spaces in your character's name. | |||
If you encounter issues, reach out to on discord for assistance. |
Revision as of 17:10, 14 December 2024
Elderan Map Setup Guide
This guide provides step-by-step instructions for Elderan players to set up their minimap files using the provided scripts. Both Windows and MacOS users can follow these steps.
Prerequisites
- Download the ZIP Package:
Obtain the ZIP package containing the following files:windows-minimap-install.bat
(Windows script)macos-minimap-install.sh
(MacOS script)minimap_file.otmm
(Minimap file)
- Unzip the Package:
Extract the contents of the ZIP package to a folder of your choice (e.g.,C:\ElderanTools
on Windows or~/ElderanTools
on MacOS).
Instructions for Windows Users
- Locate the Script:
Open the folder where you extracted the ZIP package.
Find the file windows-minimap-install.bat
.
- Run the Script:
Double-click windows-minimap-install.bat
to execute it.
A Command Prompt window will open, asking for your character's name.
- Provide Your Character's Name:
Enter your character's name exactly as it appears in the game.
Press Enter
.
- Completion:
The script will: Navigate to the minimap folder. Delete the existing minimap file. Copy and rename the new minimap file to match your character's name.
A success message will confirm the process is complete.
Instructions for MacOS Users
- Make the Script Executable:
Open the Terminal. Navigate to the folder where you extracted the ZIP package (e.g.,cd ~/ElderanTools
). Run the command:chmod +x macos-minimap-install.sh
- Run the Script:
Execute the script by typing:
./macos-minimap-install.sh
- Provide Your Character's Name:
When prompted, enter your character's name exactly as it appears in the game.
Press Enter
.
- Completion:
The script will: Navigate to the minimap folder. Delete the existing minimap file. Copy and rename the new minimap file to match your character's name. A success message will confirm the process is complete.
Troubleshooting
- Script Errors:
Ensure the scripts andminimap_file.otmm
are in the same directory. Verify the target directories (AppData
on Windows orLibrary/Application Support
on MacOS) exist.
- Permission Issues:
On Windows: Run the script as an administrator by right-clickingwindows-minimap-install.bat
and selecting "Run as Administrator." On MacOS: Usesudo
to run the script if necessary (e.g.,sudo ./macos-minimap-install.sh
).
- Minimap File Not Found:
Ensure minimap_file.otmm
is present in the folder where the script is executed.
Notes
- Always exit the game completely (do not just log out) before running the script.
- The new minimap file will use underscores (
_
) instead of spaces in your character's name.
If you encounter issues, reach out to on discord for assistance.