Empire Subway Project
Quote from Me88321 on 2014/01/22, 07:55Thanks leizh, there were some more people who have said they will help, but have not posted here, I have modified your file, but I would love to know how you made it so I could easily keep track of the lots, I am using an excel file right now.
This is what I have so far, as you can see there is a nice chain that just needs a few lots to go real far.
Thank you everyone for your help, and the subway from spawn through lots q 16 p 16 and p 15 should be ready as an example in a few hours.
Thanks leizh, there were some more people who have said they will help, but have not posted here, I have modified your file, but I would love to know how you made it so I could easily keep track of the lots, I am using an excel file right now.
This is what I have so far, as you can see there is a nice chain that just needs a few lots to go real far.
Thank you everyone for your help, and the subway from spawn through lots q 16 p 16 and p 15 should be ready as an example in a few hours.
Quote from leizh on 2014/01/22, 09:02Me, it was based on Unc's 2d map. I used Chrome's developer tool to remove the background map, shrink lot size to 1/4, adjust texts/colors, etc. Just open Chrome, go to the 2d map, open the developer tool (right-click on the page and choose "Inspect Element"), go to the "Console" tab, paste the following code, and hit enter. The first line is a list of green lots so you want to update it.
Here's the code for you:
var subwayLots = [ // Update this list "c22", "k17", "l22", "l23", "l24", "m22", "m23", "m24", "n22", "n23", "n24", "p11", "p12", "p13", "p15", "p16", "q16", "q18", "r9", "r17", "r19", "t24", "u19", "ad10" ]; $("#image_box").hide(); update_positions = function () { $("img.marker").hide(); }; $("div:first").hide(); $("#outer_box").css({ top: 0, left: 0, color: "rgba(0, 0, 0, 0)" }); $(".outerframe").width(31).height(31).css({ "text-align": "center", "line-height": "31px", "border-color": "#ccc" }); $.each($(".outerframe"), function (i, f) { $(f).css("top", parseInt($(f).css("top")) / 4); $(f).css("left", parseInt($(f).css("left")) / 4); $(f).text($(f).text().split("_")[1].split(" ")[0]); }); $(".whiteborder").css({ "background-color": "#ddd", "color": "#aaa" }); $(".blackborder").css({ "background-color": "#999", "color": "#555" }); $(".redborder").css({ "background-color": "#faa", "color": "#f33" }); $(".yellowborder").css({ "background-color": "#cb9", "color": "#773" }); $.each(subwayLots, function (i, lot) { $("#EMP_" + lot.toUpperCase()).css({ "background-color": "#7f7", "color": "#000" }); }); $("#EMP_Q17").text("Spawn").css("background-color", "#9cc");
Me, it was based on Unc's 2d map. I used Chrome's developer tool to remove the background map, shrink lot size to 1/4, adjust texts/colors, etc. Just open Chrome, go to the 2d map, open the developer tool (right-click on the page and choose "Inspect Element"), go to the "Console" tab, paste the following code, and hit enter. The first line is a list of green lots so you want to update it.
Here's the code for you:
var subwayLots = [
// Update this list
"c22", "k17", "l22", "l23", "l24", "m22", "m23", "m24", "n22", "n23", "n24",
"p11", "p12", "p13", "p15", "p16", "q16", "q18", "r9", "r17", "r19", "t24", "u19", "ad10"
];
$("#image_box").hide();
update_positions = function () { $("img.marker").hide(); };
$("div:first").hide();
$("#outer_box").css({ top: 0, left: 0, color: "rgba(0, 0, 0, 0)" });
$(".outerframe").width(31).height(31).css({ "text-align": "center", "line-height": "31px", "border-color": "#ccc" });
$.each($(".outerframe"), function (i, f) {
$(f).css("top", parseInt($(f).css("top")) / 4);
$(f).css("left", parseInt($(f).css("left")) / 4);
$(f).text($(f).text().split("_")[1].split(" ")[0]);
});
$(".whiteborder").css({ "background-color": "#ddd", "color": "#aaa" });
$(".blackborder").css({ "background-color": "#999", "color": "#555" });
$(".redborder").css({ "background-color": "#faa", "color": "#f33" });
$(".yellowborder").css({ "background-color": "#cb9", "color": "#773" });
$.each(subwayLots, function (i, lot) {
$("#EMP_" + lot.toUpperCase()).css({ "background-color": "#7f7", "color": "#000" });
});
$("#EMP_Q17").text("Spawn").css("background-color", "#9cc");
Quote from Me88321 on 2014/01/22, 12:18Thanks leizh, I would never have thought of that.
I now have a working station on my lot, you can see the signs I used to prevent collisions.
Also I am happy to announce that lot p 14 has been claimed by new architect EternalDarknes0 and while the subway does not have rails that extend that far yet you can walk almost all the way to lot p 12 in the tunnels.
Check out this link for help in programming the system http://dev.bukkit.org/bukkit-plugins/minecartmania-reborn/pages/stations/
And thank you to Uncovery for the spawn subway tunnels.
Thanks leizh, I would never have thought of that.
I now have a working station on my lot, you can see the signs I used to prevent collisions.
Also I am happy to announce that lot p 14 has been claimed by new architect EternalDarknes0 and while the subway does not have rails that extend that far yet you can walk almost all the way to lot p 12 in the tunnels.
Check out this link for help in programming the system http://dev.bukkit.org/bukkit-plugins/minecartmania-reborn/pages/stations/
And thank you to Uncovery for the spawn subway tunnels.
Quote from Daiyamondo on 2014/01/23, 22:30I'm fine with it if it ever passes me, although I'm very busy with other stof. XD
I'm fine with it if it ever passes me, although I'm very busy with other stof. XD
Quote from Me88321 on 2014/01/25, 09:08Update on the subway
The blue lots are connected to the subway right now with exits and stations and all!
the dark green lots are under construction :)
and the green lots have said yes to helping[IMG]http://i.imgur.com/iZgzqsh.png[/IMG]
It's going great guys, anyone else who wants to help please tell me.
and thank you Uncovery for connecting spawn
Update on the subway
The blue lots are connected to the subway right now with exits and stations and all!
the dark green lots are under construction :)
and the green lots have said yes to helping
[IMG]http://i.imgur.com/iZgzqsh.png[/IMG]
It's going great guys, anyone else who wants to help please tell me.
and thank you Uncovery for connecting spawn
Quote from Grease_M0nkey on 2014/01/25, 13:58I'm in u7,u8,t7,t8. If the project ends up reaching out that far northwest, I'll gladly help expand it.
I'm in u7,u8,t7,t8. If the project ends up reaching out that far northwest, I'll gladly help expand it.
Quote from Estebanismo on 2014/01/25, 17:11Oh, in addition to T24, I also have T25. And I think I can persuade my little brother in U25 to join too.
Oh, in addition to T24, I also have T25. And I think I can persuade my little brother in U25 to join too.
Quote from Me88321 on 2014/02/17, 04:38Time for another update, as you can see its going well.
light green have said yes
dark green have started building
blue are built and/or connected[IMG]http://i.imgur.com/QktT59U.png[/IMG]
Time for another update, as you can see its going well.
light green have said yes
dark green have started building
blue are built and/or connected
[IMG]http://i.imgur.com/QktT59U.png[/IMG]
Quote from onefoo on 2014/02/17, 09:26I'm M15 - already built the east-west tunnel (still have to decorate it) on the southern edge of my lot (lvl 41).
I'm M15 - already built the east-west tunnel (still have to decorate it) on the southern edge of my lot (lvl 41).
Quote from Precept on 2014/02/17, 09:41Emp_c18 is my new lot. If it ever gets there, along with my emp_c22, I'm all game. I've already completed c22, so I will begin construction on c18 when it gets a bit closer.
Emp_c18 is my new lot. If it ever gets there, along with my emp_c22, I'm all game. I've already completed c22, so I will begin construction on c18 when it gets a bit closer.
Quote from WNxtodorius on 2014/02/17, 11:50My plot id emp_p29 and I would like to participate in this project as well, I am ajacent to Alistairi401
My plot id emp_p29 and I would like to participate in this project as well, I am ajacent to Alistairi401
Quote from thegypsyminer on 2014/02/19, 06:11I would love to help! Lot t_15!
I would love to help! Lot t_15!
Quote from VixenGold on 2014/02/20, 01:08When one hits my lots then I will continue it. Got some neat plans for it. ?Not going to tell what. No no, not going to tell. It will be a surprise.... or I will mess up and die a horrible death. But that will wait til it is time to build. :) *Typed all this while thinking of the song, "They're comming to take me away." Love that song. http://www.youtube.com/watch?v=l-lJZiqZaGA
When one hits my lots then I will continue it. Got some neat plans for it. ?Not going to tell what. No no, not going to tell. It will be a surprise.... or I will mess up and die a horrible death. But that will wait til it is time to build. :) *Typed all this while thinking of the song, "They're comming to take me away." Love that song. http://www.youtube.com/watch?v=l-lJZiqZaGA
Quote from soevndal on 2014/03/22, 03:04lot: emp_q19
I am done digging,
Need to: Lay tracks, make exit's and to get q18 to connect tracks all the way to me
lot: emp_q19
I am done digging,
Need to: Lay tracks, make exit's and to get q18 to connect tracks all the way to me