top of page

GAMERULES/GAMEMODES

Did you know there is more than one way to play the Superheroes Unlimited Mod? Find out how here!

 

To access all these gamerules/modes, you must know how to get to the Superheroes Unlimited config file and be able to edit inside of it.

 

REMEMBER: Multiple gamerules/modes can be active at a time!

NONDESTRUCTIVE MODE

This gamemode allows you to play the Superheroes Unlimited Mod in a nondestructive way. None of the destructive features are included. Great for public servers who want protection.

 

How To Activate:

- Go to the config file and change it from true, to false. 

 

Before:

 # Is destruction caused by features in this mod allowed? [default: true]
    B:"Destructive Mode"=true

 

After:

 # Is destruction caused by features in this mod allowed? [default: true]
    B:"Destructive Mode"=false

All Crafting Table Recipes Mode

Alot of people get annoyed and can't see the pictures to all the crafting recipes on the website. This gamemode was designed to help fix that problem! With this gamemode activated, it allows everything from this mod to also be crafted in the crafting table while still being allowed in the modded machines. Why is this helpful you ask? Well, with other mods like NEI or Craftguide, this lets you see how to craft things that you can't make out on the website. Though you may have to figure out which machines craft what, it is still an easier way to see what you need.

 

How To Activate:

- Go to the config file and change it from false, to true. 

 

Before:

# Can everything be crafted in the Crafting Table? [default: false]
    B:"All Crafting Table Recipes"=false

 

After:

# Can everything be crafted in the Crafting Table? [default: false]
    B:"All Crafting Table Recipes"=true

Radiation Rush Mode

V4.0.10 of the Superheroes Unlimited Mod introduced a new dynamic to radiation. The concept allowed radiation to spread wildly throughout your world. Some people liked the rush, others not so much. With that taken into consideration, V4.1 and above have stopped that from defaultly happening and turned it into a gamemode that players can choose! There are two options for how you want Radiation Rush Mode to work. The first is the "default" way. The second is called, "Speed Spread" which speeds up how fast the radiation spreads (this was the default method in V4.0.10). However, Radiation Rush Mode must be active in order for Speed Spread to work.

 

How To Activate Radiation Rush Mode:

- Go to the config file and change it from false to true.

 

Before:

# Can allowed block spread (like Gamma)? [default: false]
    B:"Block Spread"=false

 

After:

# Can allowed block spread (like Gamma)? [default: false]
    B:"Block Spread"=true

 

How To Activate Speed Spread:

- Go to the config file and change it from false to true.

 

Before:

# Is radiation spread sped up? [default: false]
    B:Radiation=false

 

After:

# Is radiation spread sped up? [default: false]
    B:Radiation=true

bottom of page