Allayville Banter
- Inner
- Server Admin
- Posts: 1480
- Joined: Fri Dec 17, 2010 10:38 pm
- Location: North Carolina
-
Games Played
Ville Awards
-
Loading…
Re: Allayville Banter
I have installed Bluemap on my Windows PC. I used the command line version (CLI) and it works great. Three notes if you want to do likewise.
1. Despite have the latest version of Java runtime, I had to download the latest version of the Java Development Kit (JDK). After that was installed Bluemap worked. (The instructions don't mention that.)
2. When you insert your world name into the overworld.conf file you'll need to use double backslashes like so:
world: "C:\\Users\\yourusername\\AppData\\Roaming\\.minecraft\\saves\\yourworldname\\" (The instructions don't mention that either.)
3. After it renders run the command line to publish it and it will say it's bound to 0.0.0.0./0.0.0.0:8100. In your browser replace everything before the colon with your IP address (in my case assigned by router) and the map comes up! Bookmark/Favorite it for easy viewing next time.
If we can get this on our server, it would be awesome. It is by far the best map system I've seen.
1. Despite have the latest version of Java runtime, I had to download the latest version of the Java Development Kit (JDK). After that was installed Bluemap worked. (The instructions don't mention that.)
2. When you insert your world name into the overworld.conf file you'll need to use double backslashes like so:
world: "C:\\Users\\yourusername\\AppData\\Roaming\\.minecraft\\saves\\yourworldname\\" (The instructions don't mention that either.)
3. After it renders run the command line to publish it and it will say it's bound to 0.0.0.0./0.0.0.0:8100. In your browser replace everything before the colon with your IP address (in my case assigned by router) and the map comes up! Bookmark/Favorite it for easy viewing next time.
If we can get this on our server, it would be awesome. It is by far the best map system I've seen.
- Flash
- Site Admin
- Posts: 6374
- Joined: Sun Apr 18, 2010 12:01 pm
- Location: Houston, TX
- Minecraft name: FlashTVR
- Contact:
-
Games Played
Ville Awards
Re: Allayville Banter
I worked on it for a couple hours tonight; rewrote the backup script and have BlueMap installed.
I'm running some cleanup of old maps on the server overnight and will run a render in the morning.
(I'm still going to need to mess with the apache2 config on the web server before it'll be available though.)
I'm running some cleanup of old maps on the server overnight and will run a render in the morning.
(I'm still going to need to mess with the apache2 config on the web server before it'll be available though.)
Re: Allayville Banter
I'm assuming you ran this external to the server? When I ran it, I used Fabric on the server so I could load sodium, lithium and a couple other optimization mods and just had to add the bluemap .jar to the mods folder and it did everything for me. There was no requirement for JDK, any idea what its using that requires the JDK?Inner wrote: ↑Sun Feb 19, 2023 11:45 pmI have installed Bluemap on my Windows PC. I used the command line version (CLI) and it works great. Three notes if you want to do likewise.
1. Despite have the latest version of Java runtime, I had to download the latest version of the Java Development Kit (JDK). After that was installed Bluemap worked. (The instructions don't mention that.)
2. When you insert your world name into the overworld.conf file you'll need to use double backslashes like so:
world: "C:\\Users\\yourusername\\AppData\\Roaming\\.minecraft\\saves\\yourworldname\\" (The instructions don't mention that either.)
3. After it renders run the command line to publish it and it will say it's bound to 0.0.0.0./0.0.0.0:8100. In your browser replace everything before the colon with your IP address (in my case assigned by router) and the map comes up! Bookmark/Favorite it for easy viewing next time.
If we can get this on our server, it would be awesome. It is by far the best map system I've seen.
The double \\ is a directory thing due to the way windows directory structure is interpreted in other environments. With the Ville running on Ubuntu it shouldn't be an issue. I have zero experience with apache only nginx and getting the map published was easy.
- Inner
- Server Admin
- Posts: 1480
- Joined: Fri Dec 17, 2010 10:38 pm
- Location: North Carolina
-
Games Played
Ville Awards
-
Loading…
Re: Allayville Banter
Excellent progress at that! Thanks Flash.
- Flash
- Site Admin
- Posts: 6374
- Joined: Sun Apr 18, 2010 12:01 pm
- Location: Houston, TX
- Minecraft name: FlashTVR
- Contact:
-
Games Played
Ville Awards
Re: Allayville Banter
The map looks kinda funky to me, so if there are any render settings I should change just let me know.
Re: Allayville Banter
Agreed, In the core.conf did you change accept-download to true? That will let Bluemap download an official client file so it can pull the resources it needs to render details.
Also, bluemap may still be doing its initial rendering of the world. If it is still rendering and you want to speed it up, you could change the render-thread-count to 2, but I wouldn't go any higher.
- Flash
- Site Admin
- Posts: 6374
- Joined: Sun Apr 18, 2010 12:01 pm
- Location: Houston, TX
- Minecraft name: FlashTVR
- Contact:
-
Games Played
Ville Awards
Re: Allayville Banter
Yep, that is set to true and I waited for the second render to finish before posting.
- Flash
- Site Admin
- Posts: 6374
- Joined: Sun Apr 18, 2010 12:01 pm
- Location: Houston, TX
- Minecraft name: FlashTVR
- Contact:
-
Games Played
Ville Awards
Re: Allayville Banter
Might be the Apache configuration, I’ll look tonight.
- Flash
- Site Admin
- Posts: 6374
- Joined: Sun Apr 18, 2010 12:01 pm
- Location: Houston, TX
- Minecraft name: FlashTVR
- Contact:
-
Games Played
Ville Awards
Re: Allayville Banter
OK, BlueMap looks for the config files relative to the working directory of the script; not the JAR file (which seems dumb, but whatever...)
Got that fixed and along the way found what keeps making the website run like crap every couple weeks. So that's a win!
The map still doesn't look good when you zoom in, but I'll take another look at that tomorrow.
Right now we get backups of the map (from our host) every four hours and I'm gonna set the Blue Map to render once a day at 4:30 AM Central. We can look at increasing the frequency once I get a baseline of how long it is going to take.
Got that fixed and along the way found what keeps making the website run like crap every couple weeks. So that's a win!
The map still doesn't look good when you zoom in, but I'll take another look at that tomorrow.
Right now we get backups of the map (from our host) every four hours and I'm gonna set the Blue Map to render once a day at 4:30 AM Central. We can look at increasing the frequency once I get a baseline of how long it is going to take.
- Inner
- Server Admin
- Posts: 1480
- Joined: Fri Dec 17, 2010 10:38 pm
- Location: North Carolina
-
Games Played
Ville Awards
-
Loading…
Re: Allayville Banter
Sounds like a good plan.
Re: Allayville Banter
Great work flash!Flash wrote: ↑Tue Feb 28, 2023 9:24 pmOK, BlueMap looks for the config files relative to the working directory of the script; not the JAR file (which seems dumb, but whatever...)
Got that fixed and along the way found what keeps making the website run like crap every couple weeks. So that's a win!
The map still doesn't look good when you zoom in, but I'll take another look at that tomorrow.
Right now we get backups of the map (from our host) every four hours and I'm gonna set the Blue Map to render once a day at 4:30 AM Central. We can look at increasing the frequency once I get a baseline of how long it is going to take.
Who is online
Users browsing this forum: No registered users and 14 guests