So I've updated the Dangerroom. It now includes the Online Courses in the Legend Grade. I added Sabretooth, Pyro, Professor X, Deadpool, and Cable Challenges throughout the first 5 grades. I also created some new items for those characters. You need extract these to files into the Data folder.
http://http://www.mediafire.com/?u9dywlsfiydIf you aren't using these character's the courses can be changed by editing d
angerroom.engbHere is the beginning of one of the challenge entries you'll need to edit if you are using different characters.
}
COURSE {
arena = Sewers ;
destroylimit = -1 ;
hero =
cable ;
hint = Hint: During character challenges, you have unlimited energy, so use your Mutant Powers. ;
killlimit = 5 ;
name =
CHCAB ;
reclevel = 32 ;
startloaded = true ;
timelimit = 120 ;
title = Challenge -
Cable ;
SPAWNER {
character = CullingProbe_c ;
}
Changing the hero in the Danger Room is not really worth it unless you change the item associated. You'll need to edit the file
items.engbHere is the beginning of a character specific item involved. These are the fields you'll need to edit. You can edit the entire item entry and make an entirely new item if you are so inclined. This is the quick and easy way to a new item for beginners. Remember to copy and past the item at the bottom of the file. You don't want to go giving away Cyclops' Accelerated Visor if you are planning on keeping him.
}
item {
class = gloves ;
cost = 10000 ;
displayname = Killer's Gloves ;
enemy_level = -1 ;
heft = light ;
model = pickups/equip_gloves_c ;
name =
UNIQUE_SABRETOOTH ; quality = legend ;
type = equipment ;
unique = true ;
require {
cat = character ;
item =
sabretooth_hero ; }
Note 1: you don't really have to change any of the items or the Danger Room Entries if you aren't using the standard set of characters (plus cable). Your modded characters will work just fine without Danger Room Challenges and character specific unique items.
Note 2: This gives professor X a danger room challenge. To unlock Professor X you have to beat every danger room level. I'm not sure whether or not you'll be able to play the level if he is locked. It creates a paradox and I'm not sure what will happen. I cannot test this as I have all ready have all of the characters unlocked.