Friday, July 7, 2017

SN Resource Pack Version 2.4

A new version of the Superstes Noctis Resource Pack is available now, bringing support for Minecraft 1.12! Version 2.4 of the SNRP can be downloaded from the "Resource Pack" page on our blog, or by clicking here.


New in version 2.4.0 for Minecraft 1.12:
  • Updated modified glass textures for 1.12's new, brighter color palette
  • Removed custom Bed texture now that Beds are available in all 16 dye colors
  • Modified cloth texture on top and side of Enchantment Table
  • Partially desaturated texture of books in Bookshelf for more realistic color
  • Modified Dropper front texture to remove face and reshape opening for consistency
  • Modified Dispenser front texture to remove face
  • Modified Observer front texture to remove face

The full text changelog for the resource pack has been updated as well; it's hidden from the site's navigation bar, you can find the link to it on the blog's "Resource Pack" page or click here to go directly to it. As future updates are released, the changelog will continue to be updated as well so you can see everything that has changed in the pack and when the changes were made.

If you try out the Resource Pack, let us know what you think of it! We encourage your constructive feedback on the pack to make it better in the future. Switch to this new version of the Superstes Noctis Resource Pack and let it aide you in your continuing efforts to survive the night!

Sunday, June 11, 2017

Now Running 1.12

After a record number of delays, Mojang has finally finished and released Minecraft 1.12! Unlike 1.11, this is a really exciting update packed with great new things (also hideous Glazed Terracotta blocks) and is a huge change for the game that we are really excited to have on Superstes Noctis!

Because of the nature of some of the changes made for this update, there are some additional tasks to complete now for Superstes Noctis that 1.12 is out. These include:

  • Updating the Superstes Noctis Resource Pack (SNRP) for the new blocks and changes to coloring with some existing ones
  • Custom JSON Advancements files to customize the Superstes Noctis experience
  • Custom unlocking of Recipes so everyone doesn't have to craft everything in the game all over again from scratch (there's no single command for that... seriously?)

With life being busier and more complicated lately, these changes may not happen as quickly as desired... but they will be done, and should hopefully greatly enhance gameplay! Of course, once the new SNRP version is ready it will be available to download from the blog's Resource Pack page for everyone to enjoy... even those who don't play on the Superstes Noctis server.

With how stale vanilla Minecraft had gotten lately due to lack of updates, it is refreshing to finally have some new content and for this major update to actually be one worth getting excited over. Hopefully there will be some new videos from the server to enjoy soon too, focusing on the new content added in this update. In the meantime, we once again wish you the best of luck in your continuing battle to survive the night.

Friday, May 19, 2017

Advanced Advancements

Minecraft 1.12 is nearly upon us, so I've taken the time recently to experiment with it (1.12-pre2) in a single-player world and see how things have changed. My conclusion? Parrots are cool and should be used as sentries to detect danger, Glazed Terracotta is hideous, and the recipe and advancements systems are pretty neat. Let's focus on that last point here, especially advancements.

The new version of the game includes a new "recipe book" in your Survival Mode inventory and in Crafting Tables, which shows recipes you've unlocked and uses your inventory to autofill a recipe in your crafting grid to simplify the crafting process. (This is great for recipes you don't use all the time, such as certain redstone components, and for new players or those who don't commit Minecraft recipes to memory) Usually, players unlock recipes as they collect the ingredients used to craft such things; for example, collecting a wood log grants the recipe for wood planks. However, for servers and worlds that have existed prior to 1.12 many of those recipes should already be unlocked, and doing so is possible with commands. I've put recipes to a vote in the server Facebook Group; since they can be granted on a per-player basis, members of Superstes Noctis can choose if they want recipes unlocked or if they'd rather earn them by scratch.

Achievements were a big deal in Minecraft up until now, but in 1.12 they're replaced by Advancements. It is my understanding that Achievement progress will not translate to Advancement progress, and it will all need to be done again; this makes sense, because there is more depth to some of the Advancements than the Achievement system ever was capable of supporting. Similar to recipes, I put Advancement unlocking by commands in the hands of the members of Superstes Noctis with the option to opt-out of pre-unlocking them if they wish.

Screenshot of SN Advancements (early progress)
The really cool thing about the new Advancements system is that it is customizable (Mojang says the recipe system will be too, likely in 1.13) meaning you can make your own additional Advancement trees on a per-world basis using JSON files. When I heard this I got very excited, so I began looking into it and doing some coding; I only know basic Java, so it involved a lot of research and a programming tool to assist me along the way. The result? Five custom Advancements for Superstes Noctis -- three of which appear to be working as planned -- specifically for the Superstes Noctis world file. (The file on the server itself, not a Resource Pack or anything. It's embedded in the world regardless of what RP players use while on the server)

Over time, I'm hoping to make even more Advancements (and get the two buggy ones I've made already also working alongside the three functional ones) with ideas from the members of Superstes Noctis. Organizing it in a tree like the system is can be a bit confusing for nonlinear advancements, so I'll need to make sure the tree doesn't get out of hand and end up looking like out-of-control vines branching all over your screen.

{
"display": {
"icon": {
"item": "minecraft:clock"
},
"title": {
"text": "Superstes Noctis","color":"white"
},
"description": {
"text": "Survive the Night","color":"white"
},
"background": "minecraft:textures/blocks/red_sand.png",
"show_toast": false,
  "announce_to_chat": false
 },
"criteria": {
"tick": {
"trigger":"minecraft:tick",
"requirements": [
["tick"]
]
}
}
}
That code mades this, the base Advancement in the SN tree.
That's the base Advancement for the SN tree, simply titled "Superstes Noctis". It may look relatively simple, but ask yourself this: how would you know what to type out like that? Even if you know Java, there is custom code from the game that you need to reference to get things done. This Advancement unlocks after a single game tick on the server, by the way, to get players access to the SN Advancements tree right away so they can start working on the other custom ones beneath this Parent file. Creating Custom Advancements is not for the faint of heart [or coding skills]. My current struggle is with some Advancements relating to killing and cooking rabbits... so yeah. Sorry Angie.

Once 1.12 goes live and Superstes Noctis is updated with it, these Custom Advancements should hopefully make gameplay more interesting in a unique way to the server. I personally am extremely excited to see how this system can be used to help, or hinder, our continuing efforts to survive the night.

Sunday, April 9, 2017

Optimizing Server Chat Groups

Since the beginning of the Superstes Noctis server, we've been using a single group chat to communicate. This worked just fine at first, mainly because there were only three people in that group and discussion unrelated to the server itself was separated into a different chat group... but as the server began to grow toward our current number of twelve whitelisted members, things got out of control again and recently it was decided that a change needed to happen.

Superstes Noctis member chat is now divided into two groups to fix these issues we had been facing with group discussion:
  1. "Superstes Noctis" is a new chat group that is restricted to discussion directly related to the Superstes Noctis Minecraft Server and special group gaming activities that happen from time to time away from the main server. This includes chat about activity on the server and sharing ideas regarding it, server maintenance tasks such as server crashes or other issues, scheduling time to play together, and various other topics that may come up with the day-to-day running of the server.
  2. "Off-Topic Superstes Noctis Discussion" is the existing chat group, renamed from what is now the name of the new chat group, that is open to off-topic discussion for the group. Server discussion is not banned from this chat group, but is encouraged to be posted in the new chat group for increased clarity and less confusion.
These changes were mostly necessary because I had found out that at least half of the group that uses the chat has muted it indefinitely due to the immense amount of messages causing countless notifications on their smartphones. (I was one of those people) Because of this, and the abundance of other discussions in the same chat, messages regarding the server were going unseen... either buried in a ton of missed messages, or missed because notifications were off for the group. With the new setup, members should be able to mute the off-topic discussion group and keep the main one's notifications on without experiencing a huge volume of notifications; if needed, members can temporarily mute the main group, and mentioning members directly (for example, @Timothy) can notify users despite the group itself being muted.

This is how I plan on doing things personally, and I hope this works for the other members as well. If there are any issues, or if any members have questions regarding this new system, it can be brought up in the main chat or sent directly to me alone for discussion. Hopefully separating out discussion into two chat groups in this manner will enhance member experience with the chat groups and the server in general, and make it easier to continue surviving the night.


Sunday, March 19, 2017

Superstes Noctis Twitch Server

A few months ago, a "server" was created in the Curse client for Superstes Noctis. While it was useful, we found it too unpredictable to rely on... but now Twitch owns Curse, and the Curse client has become the Twitch app... so it's time we invite you all to join us there.

The Twitch app allows members of Superstes Noctis, Noctis MC, and anyone interested in either to communicate in a centralized location. The Superstes Noctis Twitch Server is linked to Timothy's Twitch account since he occasionally streams content (and hopes to do so more often in the future) and as such that stream is also available in-app when he is live as well, directly within the Superstes Noctis Twitch Server itself. There are multiple communities on the server, with some available for everyone and others restricted to certain groups of people (for example, the Superstes Noctis voice chat channel is restricted to members of the Superstes Noctis Minecraft Server) depending on the context. If you are interested in Superstes Noctis and/or Noctis MC, we encourage you to check out our Twitch Server and join the community! This should be a great way to communicate going forward and we hope to use it to really start a community.

Click here to download the Twitch App or here to join the Superstes Noctis Twitch Server. The direct link to our Twitch Server is limited to twenty invites, so if that link doesn't work for you please let us know and we will replace it with a new one. We look forward to you joining us in the Twitch app so we can all work together to survive the night!

Saturday, March 18, 2017

SN Logistics Center

With the recent new additions to our group of members, new paths have been built to provide easy access to their homes and, eventually, their other builds on the server as well. We've had a centralized path system on Superstes Noctis for awhile now, but the past few months it has been expanded multiple times for new members and new build areas from existing members.

Enter the Superstes Noctis Logistics Department (SNLD?) which now has an office located in the basement of Noctis Manor. This provides a place for members to come and fill out request forms for additions to the logistics network on the server, meaning roads sharing the single design of the centralized path system. If a member builds something new, needs a path rerouted, or if there should happen to be any accidental damage to an existing path system, a request can be made at the new building in Noctis Manor to adjust the path system accordingly. This is a simple build that simply functions to keep the server logistics running smoothly... just one less thing to worry about as we fight to survive the night.

Saturday, March 11, 2017

Welcoming Three New Members

The Superstes Noctis server has been growing significantly lately! Over the past year, we have welcomed six new members: Matthew and Eric joined in 2016, with Eric's girlfriend Margaret joining a few months later, and now in 2017 three of Timothy's local friends from his new church college group are joining as well!

Members of the Superstes Noctis server as of the end of 2016.
From left to right: Miranda, Timothy, Angie, Eric, Margaret, Matt.

In late February 2017, Taylor joined Superstes Noctis and began constructing his personal residence North of the Noctis Grand Desert and East of Acaciaville. He marks the first member to have the same name as an existing member: Angie's fiancé Taylor, who joined several years ago but doesn't play very often. (Angie's Taylor is IRONROACH, and the new Taylor is roadrunr12) Just a week later, two new members have been added to the member list: Logan and Johnny, who are good friends and know both Timothy and [the newest] Taylor in real life. As of this writing, they have yet to choose locations for their personal residences.

We are very excited to welcome new members to Superstes Noctis again, and look forward to the builds made by the new members as well as the collaboration between the growing Superstes Noctis crew as we all continue our endless battle to survive the night.

Sunday, February 12, 2017

SN Resource Pack Version 2.3

A new version of the Superstes Noctis Resource Pack is available now! Version 2.3 can be downloaded from the "Resource Pack" page on our blog, or by clicking here.


New in 2.3.4 for Minecraft 1.11.2:


  • Removed modified Sea Lantern texture due to error


Changed in 2.3.3 for Minecraft 1.11.2:

  • Further modifications to the splashes file for custom text on the game's main menu
  • Decreased opacity of screen overlay when wearing Pumpkin on head (to make it easier to see without hiding GUI)
  • Added Superstes Noctis logo design to Magenta Llama Decor
  • Changed Cake type for block and entity
  • Made Diamonds and Emeralds shine brighter
  • Modified icon for Haste effect
  • Modified border on Sea Lantern textures
  • Modified TNT textures
  • Modified Rotten Flesh texture
  • Modified Elytra texture and entity icons

Changed in 2.3.2 for Minecraft 1.11.2:
  • Further modifications to the splashes file for custom text on the game's main menu
  • Modified bands on Hay Block texture
  • Modified Jukebox top and side textures
  • Modified border on Iron Block texture
  • Modified border on Gold Block texture
  • Modified border on Diamond Block texture
Changed in 2.3.1 for Minecraft 1.11.2:
  • Changed sun texture to fit with modified moon texture
Changed in 2.3.0 for Minecraft 1.11.2:
  • Updated Rain texture for lighter, less distracting look
  • Changed moon texture to match Superstes Noctis logo image
  • Modified icons for select status effects
  • Modified color of blood on sword icon for full attack indicator (when attack indicator is set to "hotbar")
Additionally, the full text changelog for the resource pack has been added to the blog on its own dedicated page. While it is hidden from the site's navigation bar, you can find the link to it on the blog's "Resource Pack" page or click here to go directly to it. As future updates are released, the plan is to keep that changelog up-to-date as well so you can see everything that has changed and when the changes were made.

If you try out the Resource Pack, let us know what you think of it! We encourage your constructive feedback on the pack to make it better in the future. Switch to this new version of the Superstes Noctis Resource Pack and let it aide you in your continuing efforts to survive the night!

Tuesday, February 7, 2017

Noctis Grand Desert Expansion Project

Directly East of Noctis Square (which is what spawn is called on Superstes Noctis) is the "Noctis Grand Desert" which is a quite large desert that was the first place the founders of the server explored other than the spawn area itself. Although there are signs of server members visiting there -- and even a shop run by the friendliest zombie on the server, Marco -- the Noctis Grand Desert (or NGD) has remained largely untouched throughout the history of the server. The goal of the Noctis Grand Desert Expansion Project (NGDEP?) then, is to change that.

As of this posting, the changes are still pretty minor but help lay the groundwork for future development in the area. The path to Marco's Dispensary now continues on, past a new man-made Mountain Spring and path through the mountain, to connect the Zombie XP Grinder and Wither Shelter to the main road network. More expansion is planned as well, but they depend on the layout of new builds in the near future.

What is the Zombie XP Grinder? For quite awhile now, a Zombie Spawner just below the surface in the Noctis Grand Desert has been functioning as a [quite primitive] Zombie XP Grinder. A lot was learned from the Skeleton Grinder, so changes are due to the Zombie one as well. As it stands right now, Zombies come up to you automatically at a killing booth at full health for you to kill, take XP from (stand as close as you can to them to get the majority of the experience) and the drops fall down into a hopper chain that takes the loot to the collection area around back of the killing booth. ("Loot" is a strong word. Let's say a bunch of rotten flesh and the occasional carrot, potato, or iron ingot)

What is the Wither Shelter? Well to tell the truth, the Wither Shelter is a bit of an exploit. Because the "mobgriefing" gamerule is set to false to prevent Creepers from blowing up blocks and Endermen from relocatng them, the Wither boss cannot destroy blocks either. The Wither Shelter, then, is a room to trap a Wither in so you can quickly kill it at minimal risk to yourself and others... in a re-purposed Desert Temple.

Members of the Superstes Noctis server are encouraged to build in the Noctis Grand Desert -- especially community builds! Be aware that there are a lot of the new "Husk" mobs out there since it is a desert biome, and they give you the hunger debuff the majority of times they touch you. Watch out for them or you may have some extra trouble surviving the night.


Sunday, February 5, 2017

SN Resource Pack Version 2.2

A new version of the Superstes Noctis Resource Pack is available now! Version 2.2 can be downloaded from the "Resource Pack" page on our blog, or by clicking here.

New in 2.2.0 for Minecraft 1.11.2:
  • Updated icons file to include the game's new feature that shows you when your attack power is at its maximum! When you have your attack indicator set to "Crosshair" and the recharge meter is full, you'll see a "+" sign under the indicator when an enemy is in your crosshairs.
Changes in 2.1.1 for Minecraft 1.11:
  • Updated splashes file with custom texts for the game's main menu, suggested by members of the Superstes Noctis team! A few existing ones from Mojang have been left in as well.

If you try out the Resource Pack, let us know what you think of it! We encourage your constructive feedback on the pack to make it better in the future. Switch to this new version of the Superstes Noctis Resource Pack and let it aide you in your continuing efforts to survive the night!