Fantastic Magneto Mod, Dark_Mark!
I'm right now downlaoding the latest version,but I have a question about removable helmets. How do you remove the classic helmet or Ultimate helmet for regular gameplay?
From mod pack's readme file:
"< REMOVING THE HELMET >
Classic, Ultimate and X-Men Legends versions have helmets which can be removed by editing the following lines in your herostat.engb:
Multipart {
hideskin = //ClassicHelmet ;
}
Multipart {
hideskin = //UltimateHelmet ;
}
Multipart {
hideskin = //XMLHelmet ;
}
Basically, this piece of code tells the game to hide specific parts of a model.
Simply remove the "//" before the helmet's name to make it hidden in the game. Change it's name to anything else to make it reappear.
For example, if you want to remove the helmet from the Classic version,
change "hideskin = //ClassicHelmet ;" to "hideskin = ClassicHelmet ;" in your herostat.engb, then compile it."