|
You have a few things you need to do.
#1 copy an existing halo in your install folder. just search something like fighter and you should find the warrior folder.
#2 edit the COPIED folder .dds using photoshop or w/e so you have your new effect
#3 add the effect to the ini (NOT status effect, I mean an actual effect number. The file should contain a file path as well as an effect number)
#4 edit the status effect ini to link to that effect given a certain character status.
#5 Edit the server to send this status effect number based on certain conditions (Eg: bool in your character info so when == true it will send that status effect)
#6 control how the character gets this status effect (wining tournies, being a donator.. or w/e)
#7 make a database to store this new character variable (either in character or in a special halo database)
#8 load from database when character logs in or server starts
#9 save to database when halo is added/removed from character.
Should be all there is to it. Good luck.
|